Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp111 mStopLogMatcherIndex = pair->second; in setMatcherIndices()
112 mTrackerIndex.insert(mStopLogMatcherIndex); in setMatcherIndices()
114 mStopLogMatcherIndex = -1; in setMatcherIndices()
296 if (mStopLogMatcherIndex >= 0 && in evaluateCondition()
297 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
DSimpleConditionTracker.h104 int mStopLogMatcherIndex; variable
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp946 EXPECT_EQ(simpleTracker1->mStopLogMatcherIndex, matcher2Index); in TEST_F()
952 EXPECT_EQ(simpleTracker2->mStopLogMatcherIndex, matcher4Index); in TEST_F()