Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp114 …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 …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h48 std::unordered_set<ProfileChangeType> GetProfileChangeTypes() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp96 std::unordered_set<ProfileChangeType> SubscribeInfo::GetProfileChangeTypes() const in GetProfileChangeTypes() function in OHOS::DistributedDeviceProfile::SubscribeInfo
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp143 subscribeTypes = subscribeInfo.GetProfileChangeTypes();