Home
last modified time | relevance | path

Searched refs:countMetric1 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/tests/
DStatsLogProcessor_test.cpp494 auto countMetric1 = config1.add_count_metric(); in TEST() local
495 countMetric1->set_id(metricId1); in TEST()
496 countMetric1->set_what(wakelockAcquireMatcher.id()); in TEST()
497 countMetric1->set_bucket(FIVE_MINUTES); in TEST()
842 auto countMetric1 = config1.add_count_metric(); in TEST() local
843 countMetric1->set_id(metricId1); in TEST()
844 countMetric1->set_what(wakelockAcquireMatcher.id()); in TEST()
845 countMetric1->set_bucket(FIVE_MINUTES); in TEST()
968 auto countMetric1 = config1.add_count_metric(); in TEST() local
969 countMetric1->set_id(metricId1); in TEST()
[all …]
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp46 CountMetric* countMetric1 = config.add_count_metric(); in CreateSimpleConfig() local
47 countMetric1->set_id(StringToId("Count1")); in CreateSimpleConfig()
48 countMetric1->set_what(config.atom_matcher(0).id()); in CreateSimpleConfig()
49 countMetric1->set_bucket(FIVE_MINUTES); in CreateSimpleConfig()
DCountMetric_e2e_test.cpp64 CountMetric* countMetric1 = config.add_count_metric(); in TEST() local
65 countMetric1->set_id(StringToId("CountSyncStartWhileScreenOnOnBattery")); in TEST()
66 countMetric1->set_what(syncStartMatcher.id()); in TEST()
67 countMetric1->set_condition(screenOnOnBatteryPredicate->id()); in TEST()
68 countMetric1->set_bucket(FIVE_MINUTES); in TEST()