Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h135 SERVICE_PROFILE_DELETE = 9, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp376 ProfileChangeType::SERVICE_PROFILE_DELETE
399 ProfileChangeType::SERVICE_PROFILE_DELETE
H A Dsubscribe_profile_manager_test.cpp141 ProfileChangeType::SERVICE_PROFILE_DELETE,
370 ProfileChangeType::SERVICE_PROFILE_DELETE,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp358 …if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::SERVICE_PROFILE_DELETE) != 0) { in NotifyServiceProfileDelete()