Searched refs:allPredicates (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/statsd/tests/condition/ |
D | SimpleConditionTracker_test.cpp | 141 vector<sp<ConditionTracker>> allPredicates; in TEST() local 145 conditionTracker.isConditionMet(queryKey, allPredicates, false, conditionCache); in TEST() 159 conditionTracker.evaluateCondition(*screenOffEvent, matcherState, allPredicates, conditionCache, in TEST() 173 conditionTracker.evaluateCondition(*screenOnEvent, matcherState, allPredicates, conditionCache, in TEST() 195 vector<sp<ConditionTracker>> allPredicates; in TEST() local 199 conditionTracker.isConditionMet(queryKey, allPredicates, false, conditionCache); in TEST() 213 conditionTracker.evaluateCondition(*screenOffEvent, matcherState, allPredicates, conditionCache, in TEST() 227 conditionTracker.evaluateCondition(*screenOnEvent, matcherState, allPredicates, conditionCache, in TEST() 257 vector<sp<ConditionTracker>> allPredicates; in TEST() local 261 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() [all …]
|