Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp78 for (const int64_t childMatcherId : matcher.combination().matcher()) { in determineMatcherUpdateStatus() local
79 const auto& childIt = newAtomMatchingTrackerMap.find(childMatcherId); in determineMatcherUpdateStatus()
81 ALOGW("Matcher %lld not found in the config", (long long)childMatcherId); in determineMatcherUpdateStatus()
84 invalidConfigReason->matcherIds.push_back(childMatcherId); in determineMatcherUpdateStatus()
92 invalidConfigReason->matcherIds.push_back(childMatcherId); in determineMatcherUpdateStatus()