Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h133 SERVICE_PROFILE_ADD = 7, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp374 ProfileChangeType::SERVICE_PROFILE_ADD,
397 ProfileChangeType::SERVICE_PROFILE_ADD,
H A Dsubscribe_profile_manager_test.cpp139 ProfileChangeType::SERVICE_PROFILE_ADD,
368 ProfileChangeType::SERVICE_PROFILE_ADD,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp303 … if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::SERVICE_PROFILE_ADD) != 0) { in NotifyServiceProfileAdd()