Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/e2e/
DKllMetric_e2e_test.cpp182 AtomMatcher testAtomReportedMatcher = in TEST_F() local
184 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
191 kllMetric->set_what(testAtomReportedMatcher.id()); in TEST_F()
DValueMetric_pull_e2e_test.cpp814 AtomMatcher testAtomReportedMatcher = in TEST() local
816 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST()
823 valueMetric->set_what(testAtomReportedMatcher.id()); in TEST()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dmetrics_manager_util_test.cpp1659 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1664 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1667 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1682 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1687 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1690 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1703 AtomMatcher testAtomReportedMatcher = in TEST_F() local
1708 *config.add_atom_matcher() = testAtomReportedMatcher; in TEST_F()
1711 testAtomReportedMatcher.id(), nullopt, {}); in TEST_F()
1724 AtomMatcher testAtomReportedMatcher = in TEST_F() local
[all …]