Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2188 const int count1Index = 2; in TEST_F() local
2227 {count1Id, count1Index}, {count2Id, count2Index}, {count3Id, count3Index}, in TEST_F()
2249 EXPECT_THAT(condition1Metrics, UnorderedElementsAre(count1Index, count6Index)); in TEST_F()
2254 EXPECT_THAT(matcher1Metrics, UnorderedElementsAre(count1Index)); in TEST_F()
2268 EXPECT_EQ(newMetricProducers[count1Index]->getMetricId(), count1Id); in TEST_F()
2269 EXPECT_EQ(newMetricProducers[count1Index]->mConditionTrackerIndex, predicate1Index); in TEST_F()
2270 EXPECT_EQ(newMetricProducers[count1Index]->mCondition, ConditionState::kTrue); in TEST_F()
2271 EXPECT_THAT(newMetricProducers[count1Index]->getSlicedStateAtoms(), in TEST_F()