Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/condition/
H A DSimpleConditionTracker.cpp109 mStopLogMatcherIndex = pair->second; in setMatcherIndices()
110 mTrackerIndex.insert(mStopLogMatcherIndex); in setMatcherIndices()
112 mStopLogMatcherIndex = -1; in setMatcherIndices()
295 if (mStopLogMatcherIndex >= 0 && in evaluateCondition()
296 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
H A DSimpleConditionTracker.h98 int mStopLogMatcherIndex; variable
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp883 EXPECT_EQ(simpleTracker1->mStopLogMatcherIndex, matcher2Index); in TEST_F()
889 EXPECT_EQ(simpleTracker2->mStopLogMatcherIndex, matcher4Index); in TEST_F()