Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp466 const auto& oldEventActivationIt = oldEventActivationMap.find(oldActivationMatcherIndex); in handleMetricActivationOnConfigUpdate() local
467 if (oldEventActivationIt == oldEventActivationMap.end()) { in handleMetricActivationOnConfigUpdate()
473 newEventActivationMap.emplace(newActivationMatcherIndex, oldEventActivationIt->second); in handleMetricActivationOnConfigUpdate()
488 oldEventActivationIt->second); in handleMetricActivationOnConfigUpdate()