Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp1840 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
1841 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(event3Index, event6Index)); in TEST_F()
2069 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2070 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(count3Index)); in TEST_F()
2278 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2603 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2604 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(duration1Index)); in TEST_F()
2864 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2865 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(value4Index)); in TEST_F()
3198 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
[all …]