Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2192 const int count2Index = 4; in TEST_F() local
2227 {count1Id, count1Index}, {count2Id, count2Index}, {count3Id, count3Index}, in TEST_F()
2256 EXPECT_THAT(matcher2Metrics, UnorderedElementsAre(count2Index, count6Index)); in TEST_F()
2273 EXPECT_EQ(newMetricProducers[count2Index]->getMetricId(), count2Id); in TEST_F()
2274 EXPECT_EQ(newMetricProducers[count2Index]->mConditionTrackerIndex, -1); in TEST_F()
2275 EXPECT_EQ(newMetricProducers[count2Index]->mCondition, ConditionState::kTrue); in TEST_F()
2276 EXPECT_TRUE(newMetricProducers[count2Index]->getSlicedStateAtoms().empty()); in TEST_F()