Home
last modified time | relevance | path

Searched refs:config_report_list (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1493 void backfillStringInReport(ConfigMetricsReportList *config_report_list) { in backfillStringInReport() argument
1494 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillStringInReport()
1495 backfillStringInReport(config_report_list->mutable_reports(i)); in backfillStringInReport()
1553 void backfillDimensionPath(ConfigMetricsReportList* config_report_list) { in backfillDimensionPath() argument
1554 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillDimensionPath()
1555 backfillDimensionPath(config_report_list->mutable_reports(i)); in backfillDimensionPath()
1591 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list) { in backfillStartEndTimestamp() argument
1592 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillStartEndTimestamp()
1593 backfillStartEndTimestamp(config_report_list->mutable_reports(i)); in backfillStartEndTimestamp()
Dstatsd_test_util.h425 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list);
427 void backfillStringInReport(ConfigMetricsReportList *config_report_list);
447 void backfillDimensionPath(ConfigMetricsReportList* config_report_list);