Loading cmds/statsd/tests/condition/SimpleConditionTracker_test.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ TEST(SimpleConditionTrackerTest, TestSlicedCondition) { vector<MatchingState> matcherState; matcherState.push_back(MatchingState::kMatched); matcherState.push_back(MatchingState::kNotMatched); matcherState.push_back(MatchingState::kNotMatched); vector<sp<ConditionTracker>> allConditions; vector<ConditionState> conditionCache(1, ConditionState::kNotEvaluated); vector<bool> changedCache(1, false); Loading Loading @@ -327,6 +328,7 @@ TEST(SimpleConditionTrackerTest, TestSlicedWithNoOutputDim) { vector<MatchingState> matcherState; matcherState.push_back(MatchingState::kMatched); matcherState.push_back(MatchingState::kNotMatched); matcherState.push_back(MatchingState::kNotMatched); vector<sp<ConditionTracker>> allConditions; vector<ConditionState> conditionCache(1, ConditionState::kNotEvaluated); vector<bool> changedCache(1, false); Loading Loading
cmds/statsd/tests/condition/SimpleConditionTracker_test.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ TEST(SimpleConditionTrackerTest, TestSlicedCondition) { vector<MatchingState> matcherState; matcherState.push_back(MatchingState::kMatched); matcherState.push_back(MatchingState::kNotMatched); matcherState.push_back(MatchingState::kNotMatched); vector<sp<ConditionTracker>> allConditions; vector<ConditionState> conditionCache(1, ConditionState::kNotEvaluated); vector<bool> changedCache(1, false); Loading Loading @@ -327,6 +328,7 @@ TEST(SimpleConditionTrackerTest, TestSlicedWithNoOutputDim) { vector<MatchingState> matcherState; matcherState.push_back(MatchingState::kMatched); matcherState.push_back(MatchingState::kNotMatched); matcherState.push_back(MatchingState::kNotMatched); vector<sp<ConditionTracker>> allConditions; vector<ConditionState> conditionCache(1, ConditionState::kNotEvaluated); vector<bool> changedCache(1, false); Loading