Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp99 mStartLogMatcherIndex = pair->second; in setMatcherIndices()
100 mTrackerIndex.insert(mStartLogMatcherIndex); in setMatcherIndices()
102 mStartLogMatcherIndex = -1; in setMatcherIndices()
291 if (mStartLogMatcherIndex >= 0 && in evaluateCondition()
292 eventMatcherValues[mStartLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
DSimpleConditionTracker.h101 int mStartLogMatcherIndex; variable
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp945 EXPECT_EQ(simpleTracker1->mStartLogMatcherIndex, matcher1Index); in TEST_F()
951 EXPECT_EQ(simpleTracker2->mStartLogMatcherIndex, matcher3Index); in TEST_F()