Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
Dstatsd_test_util.cpp725 void backfillStringInReport(ConfigMetricsReportList *config_report_list) { in backfillStringInReport() argument
726 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillStringInReport()
727 backfillStringInReport(config_report_list->mutable_reports(i)); in backfillStringInReport()
761 void backfillDimensionPath(ConfigMetricsReportList *config_report_list) { in backfillDimensionPath() argument
762 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillDimensionPath()
763 auto report = config_report_list->mutable_reports(i); in backfillDimensionPath()
822 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list) { in backfillStartEndTimestamp() argument
823 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillStartEndTimestamp()
824 backfillStartEndTimestamp(config_report_list->mutable_reports(i)); in backfillStartEndTimestamp()
Dstatsd_test_util.h210 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list);
212 void backfillStringInReport(ConfigMetricsReportList *config_report_list);
230 void backfillDimensionPath(ConfigMetricsReportList* config_report_list);