Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp853 const int combination1Index = 4; in TEST_F() local
870 {simple3Id, simple3Index}, {combination1Id, combination1Index}, in TEST_F()
899 EXPECT_THAT(matcher1Conditions, UnorderedElementsAre(simple1Index, combination1Index, in TEST_F()
902 EXPECT_THAT(matcher2Conditions, UnorderedElementsAre(simple1Index, combination1Index, in TEST_F()
905 EXPECT_THAT(matcher3Conditions, UnorderedElementsAre(simple2Index, combination1Index)); in TEST_F()
907 EXPECT_THAT(matcher4Conditions, UnorderedElementsAre(simple2Index, combination1Index)); in TEST_F()
918 EXPECT_EQ(conditionCache[combination1Index], ConditionState::kUnknown); in TEST_F()
932 EXPECT_EQ(newConditionTrackers[combination1Index]->getConditionId(), combination1Id); in TEST_F()
933 EXPECT_EQ(newConditionTrackers[combination1Index]->mIndex, combination1Index); in TEST_F()
934 EXPECT_FALSE(newConditionTrackers[combination1Index]->IsSimpleCondition()); in TEST_F()
[all …]