Searched refs:eventMatcherValues (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 252 const vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument 265 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition() 266 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition() 275 eventMatcherValues[mStartLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition() 280 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
|
D | CombinationConditionTracker.cpp | 129 const LogEvent& event, const std::vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument 142 child->evaluateCondition(event, eventMatcherValues, mAllConditions, in evaluateCondition()
|
D | StateTracker.cpp | 118 const vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument 131 eventMatcherValues[mStartLogMatcherIndex] != MatchingState::kMatched) { in evaluateCondition()
|
D | CombinationConditionTracker.h | 39 const std::vector<MatchingState>& eventMatcherValues,
|
D | StateTracker.h | 43 const std::vector<MatchingState>& eventMatcherValues,
|
D | ConditionTracker.h | 70 const std::vector<MatchingState>& eventMatcherValues,
|
D | SimpleConditionTracker.h | 44 const std::vector<MatchingState>& eventMatcherValues,
|