Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/condition/
DSimpleConditionTracker.cpp256 const vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument
269 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition()
270 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
279 eventMatcherValues[mStartLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
284 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
DCombinationConditionTracker.cpp134 const LogEvent& event, const std::vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument
147 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,
DConditionTracker.h72 const std::vector<MatchingState>& eventMatcherValues,
DStateTracker.h43 const std::vector<MatchingState>& eventMatcherValues,
DSimpleConditionTracker.h44 const std::vector<MatchingState>& eventMatcherValues,