Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
Dmetrics_manager_util.cpp69 auto logTrackerIt = logTrackerMap.find(what); in handleMetricWithLogTrackers() local
70 if (logTrackerIt == logTrackerMap.end()) { in handleMetricWithLogTrackers()
74 if (usedForDimension && allAtomMatchers[logTrackerIt->second]->getAtomIds().size() > 1) { in handleMetricWithLogTrackers()
80 logTrackerIndex = logTrackerIt->second; in handleMetricWithLogTrackers()
91 auto logTrackerIt = logTrackerMap.find(trigger); in handlePullMetricTriggerWithLogTrackers() local
92 if (logTrackerIt == logTrackerMap.end()) { in handlePullMetricTriggerWithLogTrackers()
96 if (allAtomMatchers[logTrackerIt->second]->getAtomIds().size() > 1) { in handlePullMetricTriggerWithLogTrackers()
102 logTrackerIndex = logTrackerIt->second; in handlePullMetricTriggerWithLogTrackers()
733 auto logTrackerIt = logEventTrackerMap.find(activation.atom_matcher_id()); in initMetricActivations() local
734 if (logTrackerIt == logEventTrackerMap.end()) { in initMetricActivations()
[all …]