Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp2001 const int count3Index = 1; in TEST_F() local
2039 {count1Id, count1Index}, {count2Id, count2Index}, {count3Id, count3Index}, in TEST_F()
2070 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(count3Index)); in TEST_F()
2089 EXPECT_EQ(newMetricProducers[count3Index]->getMetricId(), count3Id); in TEST_F()
2090 EXPECT_EQ(newMetricProducers[count3Index]->mConditionTrackerIndex, -1); in TEST_F()
2091 EXPECT_EQ(newMetricProducers[count3Index]->mCondition, ConditionState::kTrue); in TEST_F()
2092 EXPECT_TRUE(newMetricProducers[count3Index]->getSlicedStateAtoms().empty()); in TEST_F()