Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2107 int64_t count2Id = count2.id(); in TEST_F() local
2227 {count1Id, count1Index}, {count2Id, count2Index}, {count3Id, count3Index}, in TEST_F()
2231 EXPECT_EQ(replacedMetrics, set<int64_t>({count2Id, count3Id, count4Id})); in TEST_F()
2239 EXPECT_NE(oldMetricProducers[oldMetricProducerMap.at(count2Id)], in TEST_F()
2240 newMetricProducers[newMetricProducerMap.at(count2Id)]); in TEST_F()
2273 EXPECT_EQ(newMetricProducers[count2Index]->getMetricId(), count2Id); in TEST_F()