Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DConditionTracker.h38 mTrackerIndex(), in ConditionTracker()
114 return mTrackerIndex; in getAtomMatchingTrackerIndex()
164 std::set<int> mTrackerIndex; variable
DSimpleConditionTracker.cpp90 mTrackerIndex.clear(); in setMatcherIndices()
98 mTrackerIndex.insert(mStartLogMatcherIndex); in setMatcherIndices()
110 mTrackerIndex.insert(mStopLogMatcherIndex); in setMatcherIndices()
123 mTrackerIndex.insert(mStopAllLogMatcherIndex); in setMatcherIndices()
DCombinationConditionTracker.cpp109 mTrackerIndex.insert(childTracker->getAtomMatchingTrackerIndex().begin(), in init()
133 mTrackerIndex.clear(); in onConfigUpdated()
163 mTrackerIndex.insert(childTracker->getAtomMatchingTrackerIndex().begin(), in onConfigUpdated()