HomeSort by relevance Sort by last modified time
    Searched refs:countMetric (Results 1 - 7 of 7) sorted by null

  /frameworks/base/cmds/statsd/tests/e2e/
ConfigTtl_e2e_test.cpp 38 auto countMetric = config.add_count_metric();
39 countMetric->set_id(123456);
40 countMetric->set_what(wakelockAcquireMatcher.id());
41 *countMetric->mutable_dimensions_in_what() = CreateAttributionUidDimensions(
43 countMetric->set_bucket(FIVE_MINUTES);
MetricConditionLink_e2e_test.cpp 69 auto countMetric = config.add_count_metric();
70 countMetric->set_id(StringToId("AppCrashes"));
71 countMetric->set_what(appCrashMatcher.id());
72 countMetric->set_condition(combinationPredicate->id());
74 *countMetric->mutable_dimensions_in_what() =
76 countMetric->set_bucket(FIVE_MINUTES);
79 auto links = countMetric->add_links();
88 links = countMetric->add_links();
Anomaly_count_e2e_test.cpp 38 auto countMetric = config.add_count_metric();
39 countMetric->set_id(123456);
40 countMetric->set_what(wakelockAcquireMatcher.id());
41 *countMetric->mutable_dimensions_in_what() = CreateAttributionUidDimensions(
43 countMetric->set_bucket(FIVE_MINUTES);
PartialBucket_e2e_test.cpp 62 auto countMetric = config.add_count_metric();
63 countMetric->set_id(StringToId("AppCrashes"));
64 countMetric->set_what(appCrashMatcher.id());
65 countMetric->set_bucket(FIVE_MINUTES);
Attribution_e2e_test.cpp 46 auto countMetric = config.add_count_metric();
47 countMetric->set_id(123456);
48 countMetric->set_what(wakelockAcquireMatcher.id());
49 *countMetric->mutable_dimensions_in_what() =
52 countMetric->set_bucket(FIVE_MINUTES);
  /frameworks/base/cmds/statsd/src/metrics/
CountMetricProducer.h 44 CountMetricProducer(const ConfigKey& key, const CountMetric& countMetric,
  /frameworks/base/cmds/statsd/tests/
StatsLogProcessor_test.cpp 135 auto countMetric = config.add_count_metric();
136 countMetric->set_id(StringToId("AppCrashes"));
137 countMetric->set_what(appCrashMatcher.id());
138 countMetric->set_bucket(FIVE_MINUTES);

Completed in 95 milliseconds