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.cpp70 auto logTrackerIt = logTrackerMap.find(what); in handleMetricWithLogTrackers() local
71 if (logTrackerIt == logTrackerMap.end()) { in handleMetricWithLogTrackers()
75 if (usedForDimension && allAtomMatchers[logTrackerIt->second]->getAtomIds().size() > 1) { in handleMetricWithLogTrackers()
81 logTrackerIndex = logTrackerIt->second; in handleMetricWithLogTrackers()
92 auto logTrackerIt = logTrackerMap.find(trigger); in handlePullMetricTriggerWithLogTrackers() local
93 if (logTrackerIt == logTrackerMap.end()) { in handlePullMetricTriggerWithLogTrackers()
97 if (allAtomMatchers[logTrackerIt->second]->getAtomIds().size() > 1) { in handlePullMetricTriggerWithLogTrackers()
103 logTrackerIndex = logTrackerIt->second; in handlePullMetricTriggerWithLogTrackers()
731 auto logTrackerIt = logEventTrackerMap.find(activation.atom_matcher_id()); in initMetricActivations() local
732 if (logTrackerIt == logEventTrackerMap.end()) { in initMetricActivations()
[all …]