Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2190 const int count4Index = 3; in TEST_F() local
2228 {count4Id, count4Index}, {count6Id, count6Index}, in TEST_F()
2260 EXPECT_THAT(matcher4Metrics, UnorderedElementsAre(count4Index)); in TEST_F()
2281 EXPECT_EQ(newMetricProducers[count4Index]->getMetricId(), count4Id); in TEST_F()
2282 EXPECT_EQ(newMetricProducers[count4Index]->mConditionTrackerIndex, -1); in TEST_F()
2283 EXPECT_EQ(newMetricProducers[count4Index]->mCondition, ConditionState::kTrue); in TEST_F()
2284 EXPECT_THAT(newMetricProducers[count4Index]->getSlicedStateAtoms(), in TEST_F()