Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/condition/
H A DSimpleConditionTracker.cpp97 mStartLogMatcherIndex = pair->second; in setMatcherIndices()
98 mTrackerIndex.insert(mStartLogMatcherIndex); in setMatcherIndices()
100 mStartLogMatcherIndex = -1; in setMatcherIndices()
290 if (mStartLogMatcherIndex >= 0 && in evaluateCondition()
291 eventMatcherValues[mStartLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
H A DSimpleConditionTracker.h95 int mStartLogMatcherIndex; variable
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp882 EXPECT_EQ(simpleTracker1->mStartLogMatcherIndex, matcher1Index); in TEST_F()
888 EXPECT_EQ(simpleTracker2->mStartLogMatcherIndex, matcher3Index); in TEST_F()