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.cpp1879 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1883 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1886 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1901 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1905 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1908 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1943 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1947 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1950 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1966 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()