Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2102 int64_t count1Id = count1.id(); in TEST_F() local
2141 ASSERT_EQ(oldMetricProducers[0]->getMetricId(), count1Id); in TEST_F()
2227 {count1Id, count1Index}, {count2Id, count2Index}, {count3Id, count3Index}, in TEST_F()
2235 EXPECT_EQ(oldMetricProducers[oldMetricProducerMap.at(count1Id)], in TEST_F()
2236 newMetricProducers[newMetricProducerMap.at(count1Id)]); in TEST_F()
2268 EXPECT_EQ(newMetricProducers[count1Index]->getMetricId(), count1Id); in TEST_F()