Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dmetrics_manager_util_test.cpp1819 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1823 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1826 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1841 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1845 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1848 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1883 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1887 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1890 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1906 AtomMatcher testAtomReportedMatcher = in TEST_F() local
[all …]
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DValueMetric_pull_e2e_test.cpp809 AtomMatcher testAtomReportedMatcher = in TEST() local
811 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST()
818 valueMetric->set_what(testAtomReportedMatcher.id()); in TEST()
838 AtomMatcher testAtomReportedMatcher = in TEST() local
840 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST()
847 valueMetric->set_what(testAtomReportedMatcher.id()); in TEST()
885 AtomMatcher testAtomReportedMatcher = in TEST() local
887 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST()
894 valueMetric->set_what(testAtomReportedMatcher.id()); in TEST()
DKllMetric_e2e_test.cpp180 AtomMatcher testAtomReportedMatcher = in TEST_F() local
182 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
189 kllMetric->set_what(testAtomReportedMatcher.id()); in TEST_F()