Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp255 subscribeInfo.AddProfileChangeType(ProfileChangeType::CHAR_PROFILE_ADD); in SubscribeProfileEvent()
256 subscribeInfo.AddProfileChangeType(ProfileChangeType::CHAR_PROFILE_UPDATE); in SubscribeProfileEvent()
257 subscribeInfo.AddProfileChangeType(ProfileChangeType::CHAR_PROFILE_DELETE); in SubscribeProfileEvent()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h49 void AddProfileChangeType(ProfileChangeType profileChangeType);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp101 void SubscribeInfo::AddProfileChangeType(ProfileChangeType profileChangeType) in AddProfileChangeType() function in OHOS::DistributedDeviceProfile::SubscribeInfo
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp198 subscribeInfo.AddProfileChangeType(ProfileChangeType::TRUST_DEVICE_PROFILE_ADD);