Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/condition/
H A DSimpleConditionTracker.cpp122 mStopAllLogMatcherIndex = pair->second; in setMatcherIndices()
123 mTrackerIndex.insert(mStopAllLogMatcherIndex); in setMatcherIndices()
125 mStopAllLogMatcherIndex = -1; in setMatcherIndices()
281 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition()
282 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
H A DSimpleConditionTracker.h104 int mStopAllLogMatcherIndex; variable
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp884 EXPECT_EQ(simpleTracker1->mStopAllLogMatcherIndex, -1); in TEST_F()
890 EXPECT_EQ(simpleTracker2->mStopAllLogMatcherIndex, -1); in TEST_F()