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

/frameworks/base/cmds/statsd/tests/
H A Dstatsd_test_util.h210 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list);
212 void backfillStringInReport(ConfigMetricsReportList *config_report_list);
230 void backfillDimensionPath(ConfigMetricsReportList* config_report_list);
H A Dstatsd_test_util.cpp722 void backfillStringInReport(ConfigMetricsReportList *config_report_list) { argument
723 for (int i = 0; i < config_report_list->reports_size(); ++i) {
724 backfillStringInReport(config_report_list->mutable_reports(i));
758 void backfillDimensionPath(ConfigMetricsReportList *config_report_list) { argument
759 for (int i = 0; i < config_report_list->reports_size(); ++i) {
760 auto report = config_report_list->mutable_reports(i);
819 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list) { argument
820 for (int i = 0; i < config_report_list->reports_size(); ++i) {
821 backfillStartEndTimestamp(config_report_list->mutable_reports(i));

Completed in 54 milliseconds