Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/condition/
DSimpleConditionTracker_test.cpp133 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 …]
DStateTracker_test.cpp71 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()