Searched refs:stateId (Results 1 – 6 of 6) sorted by relevance
38 std::optional<int64_t> stateId; member50 (this->stateId == other.stateId) && (this->alertId == other.alertId) &&1128 const int64_t stateId);
1662 if (configStats.reason->stateId.has_value()) { in addConfigStatsToProto()1664 configStats.reason->stateId.value()); in addConfigStatsToProto()2158 const int64_t stateId) { in createInvalidConfigReasonWithState() argument2160 invalidConfigReason.stateId = stateId; in createInvalidConfigReasonWithState()
293 for (const auto& stateId : stateIds) { in handleMetricWithStates() local294 auto it = stateAtomIdMap.find(stateId); in handleMetricWithStates()296 ALOGW("cannot find State %" PRId64 " in the config", stateId); in handleMetricWithStates()298 metricId, stateId); in handleMetricWithStates()303 auto stateIt = allStateGroupMaps.find(stateId); in handleMetricWithStates()1552 const int64_t stateId = state.id(); in initStates() local1553 stateAtomIdMap[stateId] = state.atom_id(); in initStates()1557 ALOGE("Unable to serialize state %lld", (long long)stateId); in initStates()1561 stateProtoHashes[stateId] = Hash64(serializedState); in initStates()1566 allStateGroupMaps[stateId][value] = group.group_id(); in initStates()
466 for (const auto& [stateId, stateHash] : oldStateProtoHashes) { in updateStates()467 const auto& it = newStateProtoHashes.find(stateId); in updateStates()469 replacedStates.insert(stateId); in updateStates()
372 int stateId = 4;389 .setId(stateId)447 .addSliceByState(stateId)
115 invalidConfigReason->stateId = 2; in TEST()157 invalidConfigReason->stateId = 1; in TEST()