Searched refs:eventMatcherValues (Results 1 – 6 of 6) sorted by relevance
/packages/modules/StatsD/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 269 const vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument 282 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition() 283 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition() 292 eventMatcherValues[mStartLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition() 297 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
|
D | CombinationConditionTracker.cpp | 203 const LogEvent& event, const std::vector<MatchingState>& eventMatcherValues, in evaluateCondition() argument 216 child->evaluateCondition(event, eventMatcherValues, mAllConditions, in evaluateCondition()
|
D | CombinationConditionTracker.h | 46 const std::vector<MatchingState>& eventMatcherValues,
|
D | ConditionTracker.h | 95 const std::vector<MatchingState>& eventMatcherValues,
|
D | SimpleConditionTracker.h | 51 const std::vector<MatchingState>& eventMatcherValues,
|
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/ |
D | config_update_utils_test.cpp | 811 vector<MatchingState> eventMatcherValues(6, MatchingState::kNotMatched); in TEST_F() local 812 eventMatcherValues[1] = MatchingState::kMatched; in TEST_F() 815 oldConditionTrackers[0]->evaluateCondition(event, eventMatcherValues, oldConditionTrackers, in TEST_F()
|