Searched refs:allPredicates (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/statsd/tests/condition/ |
D | SimpleConditionTracker_test.cpp | 133 vector<sp<ConditionTracker>> allPredicates; in TEST() local 137 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 150 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 163 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 175 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 189 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 218 vector<sp<ConditionTracker>> allPredicates; in TEST() local 222 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 235 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() 248 conditionTracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, in TEST() [all …]
|
D | StateTracker_test.cpp | 71 vector<sp<ConditionTracker>> allPredicates; in TEST() local 75 tracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, changedCache); in TEST() 82 tracker.evaluateCondition(event, matcherState, allPredicates, conditionCache, changedCache); in TEST() 92 tracker.evaluateCondition(event2, matcherState, allPredicates, conditionCache, changedCache); in TEST() 101 tracker.evaluateCondition(event3, matcherState, allPredicates, conditionCache, changedCache); in TEST()
|