Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2186 const int count3Index = 1; in TEST_F() local
2227 {count1Id, count1Index}, {count2Id, count2Index}, {count3Id, count3Index}, in TEST_F()
2258 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(count3Index)); in TEST_F()
2277 EXPECT_EQ(newMetricProducers[count3Index]->getMetricId(), count3Id); in TEST_F()
2278 EXPECT_EQ(newMetricProducers[count3Index]->mConditionTrackerIndex, -1); in TEST_F()
2279 EXPECT_EQ(newMetricProducers[count3Index]->mCondition, ConditionState::kTrue); in TEST_F()
2280 EXPECT_TRUE(newMetricProducers[count3Index]->getSlicedStateAtoms().empty()); in TEST_F()