Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp1838 const vector<int>& matcher2Metrics = trackerToMetricMap[matcher2Index]; in TEST_F() local
1839 EXPECT_THAT(matcher2Metrics, UnorderedElementsAre(event2Index)); in TEST_F()
2067 const vector<int>& matcher2Metrics = trackerToMetricMap[matcher2Index]; in TEST_F() local
2068 EXPECT_THAT(matcher2Metrics, UnorderedElementsAre(count2Index, count6Index)); in TEST_F()
2601 const vector<int>& matcher2Metrics = trackerToMetricMap[matcher2Index]; in TEST_F() local
2602 EXPECT_THAT(matcher2Metrics, UnorderedElementsAre(duration2Index)); in TEST_F()
3196 const vector<int>& matcher2Metrics = trackerToMetricMap[matcher2Index]; in TEST_F() local
3197 EXPECT_THAT(matcher2Metrics, UnorderedElementsAre(eventMetricIndex, durationMetricIndex)); in TEST_F()