Searched refs:oldStateProtoHashes (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | config_update_utils.h | 124 const StatsdConfig& config, const std::map<int64_t, uint64_t>& oldStateProtoHashes, 249 const std::map<int64_t, uint64_t>& oldStateProtoHashes,
|
D | config_update_utils.cpp | 455 const StatsdConfig& config, const map<int64_t, uint64_t>& oldStateProtoHashes, in updateStates() argument 466 for (const auto& [stateId, stateHash] : oldStateProtoHashes) { in updateStates() 1210 const map<int64_t, uint64_t>& oldStateProtoHashes, in updateStatsdConfig() argument 1261 invalidConfigReason = updateStates(config, oldStateProtoHashes, stateAtomIdMap, in updateStatsdConfig()
|