Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp324 const auto& oldEventActivationIt = oldEventActivationMap.find(oldActivationMatcherIndex); in handleMetricActivationOnConfigUpdate() local
325 if (oldEventActivationIt == oldEventActivationMap.end()) { in handleMetricActivationOnConfigUpdate()
329 newEventActivationMap.emplace(newActivationMatcherIndex, oldEventActivationIt->second); in handleMetricActivationOnConfigUpdate()
342 oldEventActivationIt->second); in handleMetricActivationOnConfigUpdate()