Home
last modified time | relevance | path

Searched refs:backfillAggregatedAtoms (Results 1 – 12 of 12) sorted by relevance

/packages/modules/StatsD/statsd/tests/e2e/
DEventMetric_e2e_test.cpp83 backfillAggregatedAtoms(&reports); in TEST_F()
155 backfillAggregatedAtoms(&reports); in TEST_F()
238 backfillAggregatedAtoms(&reports); in TEST_F()
332 backfillAggregatedAtoms(&reports); in TEST_F()
DGaugeMetric_e2e_push_test.cpp195 backfillAggregatedAtoms(&reports); in TEST_F()
367 backfillAggregatedAtoms(&reports); in TEST_F()
479 backfillAggregatedAtoms(&reports); in TEST_F()
554 backfillAggregatedAtoms(&reports); in TEST_F()
650 backfillAggregatedAtoms(&reports); in TEST_F()
DGaugeMetric_e2e_pull_test.cpp145 backfillAggregatedAtoms(&reports); in TEST()
292 backfillAggregatedAtoms(&reports); in TEST()
387 backfillAggregatedAtoms(&reports); in TEST()
488 backfillAggregatedAtoms(&reports); in TEST()
649 backfillAggregatedAtoms(&reports); in TEST()
835 backfillAggregatedAtoms(&reports); in TEST()
915 backfillAggregatedAtoms(&reports); in TEST()
1009 backfillAggregatedAtoms(&reports); in TEST()
1115 backfillAggregatedAtoms(&reports); in TEST()
1325 backfillAggregatedAtoms(&reports); in TEST()
DStringReplace_e2e_test.cpp217 backfillAggregatedAtoms(&reports); in TEST()
279 backfillAggregatedAtoms(&reports); in TEST()
346 backfillAggregatedAtoms(&reports); in TEST()
664 backfillAggregatedAtoms(&reports); in TEST()
DKllMetric_e2e_test.cpp269 backfillAggregatedAtoms(&reports); in TEST_F()
DConfigUpdate_e2e_ab_test.cpp337 backfillAggregatedAtoms(&reports); in TEST_P()
DConfigUpdate_e2e_test.cpp219 backfillAggregatedAtoms(&reports); in TEST_F()
1097 backfillAggregatedAtoms(&reports); in TEST_F()
/packages/modules/StatsD/statsd/tests/metrics/
DEventMetricProducer_test.cpp98 backfillAggregatedAtoms(&report); in TEST_F()
142 backfillAggregatedAtoms(&report); in TEST_F()
195 backfillAggregatedAtoms(&report); in TEST_F()
DGaugeMetricProducer_test.cpp1005 backfillAggregatedAtoms(&report); in TEST()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h653 void backfillAggregatedAtoms(ConfigMetricsReportList* config_report_list);
654 void backfillAggregatedAtoms(ConfigMetricsReport* config_report);
655 void backfillAggregatedAtoms(StatsLogReport* report);
DStatsService_test.cpp193 backfillAggregatedAtoms(&reports); in TEST_F()
Dstatsd_test_util.cpp2056 void backfillAggregatedAtoms(ConfigMetricsReportList* config_report_list) { in backfillAggregatedAtoms() function
2058 backfillAggregatedAtoms(config_report_list->mutable_reports(i)); in backfillAggregatedAtoms()
2062 void backfillAggregatedAtoms(ConfigMetricsReport* config_report) { in backfillAggregatedAtoms() function
2064 backfillAggregatedAtoms(config_report->mutable_metrics(i)); in backfillAggregatedAtoms()
2068 void backfillAggregatedAtoms(StatsLogReport* report) { in backfillAggregatedAtoms() function