Home
last modified time | relevance | path

Searched refs:mStopAllLogMatcherIndex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp124 mStopAllLogMatcherIndex = pair->second; in setMatcherIndices()
125 mTrackerIndex.insert(mStopAllLogMatcherIndex); in setMatcherIndices()
127 mStopAllLogMatcherIndex = -1; in setMatcherIndices()
282 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition()
283 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
DSimpleConditionTracker.h110 int mStopAllLogMatcherIndex; variable
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp947 EXPECT_EQ(simpleTracker1->mStopAllLogMatcherIndex, -1); in TEST_F()
953 EXPECT_EQ(simpleTracker2->mStopAllLogMatcherIndex, -1); in TEST_F()