Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.h127 std::map<int64_t, uint64_t>& newStateProtoHashes, std::set<int64_t>& replacedStates);
266 std::vector<int>& metricsWithActivation, std::map<int64_t, uint64_t>& newStateProtoHashes,
Dconfig_update_utils.cpp458 map<int64_t, uint64_t>& newStateProtoHashes, set<int64_t>& replacedStates) { in updateStates() argument
461 initStates(config, stateAtomIdMap, allStateGroupMaps, newStateProtoHashes); in updateStates()
467 const auto& it = newStateProtoHashes.find(stateId); in updateStates()
468 if (it != newStateProtoHashes.end() && it->second != stateHash) { in updateStates()
1227 vector<int>& metricsWithActivation, map<int64_t, uint64_t>& newStateProtoHashes, in updateStatsdConfig()
1262 allStateGroupMaps, newStateProtoHashes, replacedStates); in updateStatsdConfig()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp154 map<int64_t, uint64_t> newStateProtoHashes; in updateConfig() local
177 mDeactivationAtomTrackerToMetricMap, mMetricIndexesWithActivation, newStateProtoHashes, in updateConfig()
185 mStateProtoHashes = newStateProtoHashes; in updateConfig()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp995 map<int64_t, uint64_t> newStateProtoHashes; in TEST_F() local
998 newStateProtoHashes, replacedStates), in TEST_F()