Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp448 const auto& newActivationIt = newAtomMatchingTrackerMap.find(activationMatcherId); in handleMetricActivationOnConfigUpdate() local
449 if (newActivationIt == newAtomMatchingTrackerMap.end()) { in handleMetricActivationOnConfigUpdate()
455 int newActivationMatcherIndex = newActivationIt->second; in handleMetricActivationOnConfigUpdate()