Searched refs:GetProfileChangeTypes (Results 1 – 4 of 4) sorted by relevance
114 …if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::TRUST_DEVICE_PROFILE_ADD) != 0… in NotifyTrustDeviceProfileAdd()135 …if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::TRUST_DEVICE_PROFILE_UPDATE) !… in NotifyTrustDeviceProfileUpdate()225 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::DEVICE_PROFILE_ADD) != 0) { in NotifyDeviceProfileAdd()252 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::DEVICE_PROFILE_UPDATE) != 0) { in NotifyDeviceProfileUpdate()277 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::DEVICE_PROFILE_DELETE) != 0) { in NotifyDeviceProfileDelete()303 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::SERVICE_PROFILE_ADD) != 0) { in NotifyServiceProfileAdd()332 …if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::SERVICE_PROFILE_UPDATE) != 0) { in NotifyServiceProfileUpdate()358 …if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::SERVICE_PROFILE_DELETE) != 0) { in NotifyServiceProfileDelete()385 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::CHAR_PROFILE_ADD) != 0) { in NotifyCharProfileAdd()415 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::CHAR_PROFILE_UPDATE) != 0) { in NotifyCharProfileUpdate()[all …]
48 std::unordered_set<ProfileChangeType> GetProfileChangeTypes() const;
96 std::unordered_set<ProfileChangeType> SubscribeInfo::GetProfileChangeTypes() const in GetProfileChangeTypes() function in OHOS::DistributedDeviceProfile::SubscribeInfo
143 subscribeTypes = subscribeInfo.GetProfileChangeTypes();