Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp2005 const int count4Index = 3; in TEST_F() local
2040 {count4Id, count4Index}, {count6Id, count6Index}, in TEST_F()
2072 EXPECT_THAT(matcher4Metrics, UnorderedElementsAre(count4Index)); in TEST_F()
2093 EXPECT_EQ(newMetricProducers[count4Index]->getMetricId(), count4Id); in TEST_F()
2094 EXPECT_EQ(newMetricProducers[count4Index]->mConditionTrackerIndex, -1); in TEST_F()
2095 EXPECT_EQ(newMetricProducers[count4Index]->mCondition, ConditionState::kTrue); in TEST_F()
2096 EXPECT_THAT(newMetricProducers[count4Index]->getSlicedStateAtoms(), in TEST_F()