Searched refs:newStateProtoHashes (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
H A D | config_update_utils.h | 123 std::map<int64_t, uint64_t>& newStateProtoHashes, 262 std::map<int64_t, uint64_t>& newStateProtoHashes,
|
H A D | config_update_utils.cpp | 402 map<int64_t, uint64_t>& newStateProtoHashes, set<int64_t>& replacedStates) { in updateStates() argument 404 if (!initStates(config, stateAtomIdMap, allStateGroupMaps, newStateProtoHashes)) { in updateStates() 409 const auto& it = newStateProtoHashes.find(stateId); in updateStates() 410 if (it != newStateProtoHashes.end() && it->second != stateHash) { in updateStates() 1061 map<int64_t, uint64_t>& newStateProtoHashes, in updateStatsdConfig() 1087 newStateProtoHashes, replacedStates)) { in updateStatsdConfig()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | MetricsManager.cpp | 123 map<int64_t, uint64_t> newStateProtoHashes; in updateConfig() local 146 mDeactivationAtomTrackerToMetricMap, mMetricIndexesWithActivation, newStateProtoHashes, in updateConfig() 154 mStateProtoHashes = newStateProtoHashes; in updateConfig()
|
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/ |
H A D | config_update_utils_test.cpp | 932 map<int64_t, uint64_t> newStateProtoHashes; in TEST_F() local 935 newStateProtoHashes, replacedStates)); in TEST_F()
|