Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dmetrics_manager_util_test.cpp1853 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1857 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1860 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1875 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1879 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1882 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1917 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1921 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1924 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1940 AtomMatcher testAtomReportedMatcher = in TEST_F() local
[all …]
/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()