Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dconfig_update_utils.cpp61 uint64_t newProtoHash = Hash64(serializedMatcher); in determineMatcherUpdateStatus() local
62 if (newProtoHash != oldAtomMatchingTrackers[oldAtomMatchingTrackerIt->second]->getProtoHash()) { in determineMatcherUpdateStatus()
227 uint64_t newProtoHash = Hash64(serializedCondition); in determineConditionUpdateStatus() local
228 if (newProtoHash != oldConditionTrackers[oldConditionTrackerIt->second]->getProtoHash()) { in determineConditionUpdateStatus()
941 uint64_t newProtoHash = Hash64(serializedAlert); in determineAlertUpdateStatus() local
947 if (newProtoHash != oldProtoHash) { in determineAlertUpdateStatus()