Home
last modified time | relevance | path

Searched refs:eventMatcherValues (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/statsd/src/condition/
DSimpleConditionTracker.cpp252 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()
DCombinationConditionTracker.cpp129 const LogEvent& event, const std::vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument
142 child->evaluateCondition(event, eventMatcherValues, mAllConditions, in evaluateCondition()
DStateTracker.cpp118 const vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument
131 eventMatcherValues[mStartLogMatcherIndex] != MatchingState::kMatched) { in evaluateCondition()
DCombinationConditionTracker.h39 const std::vector<MatchingState>& eventMatcherValues,
DStateTracker.h43 const std::vector<MatchingState>& eventMatcherValues,
DConditionTracker.h70 const std::vector<MatchingState>& eventMatcherValues,
DSimpleConditionTracker.h44 const std::vector<MatchingState>& eventMatcherValues,