Searched refs:matcherState (Results 1 – 1 of 1) sorted by relevance
148 vector<MatchingState> matcherState; in TEST() local155 matcherState.clear(); in TEST()156 matcherState.push_back(MatchingState::kNotMatched); // On matcher not matched in TEST()157 matcherState.push_back(MatchingState::kMatched); // Off matcher matched in TEST()159 conditionTracker.evaluateCondition(*screenOffEvent, matcherState, allPredicates, conditionCache, in TEST()168 matcherState.clear(); in TEST()169 matcherState.push_back(MatchingState::kMatched); // On matcher matched in TEST()170 matcherState.push_back(MatchingState::kNotMatched); // Off matcher not matched in TEST()173 conditionTracker.evaluateCondition(*screenOnEvent, matcherState, allPredicates, conditionCache, in TEST()202 vector<MatchingState> matcherState; in TEST() local[all …]