Home
last modified time | relevance | path

Searched refs:DISTRIBUTED_DEVICE_PROFILE_SA_ID (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp63 : SystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID, true) in DistributedDeviceProfileService()
237 int32_t ret = samgrProxy->UnloadSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in DelayUnloadTask()
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp68 int32_t ret = samgrProxy->LoadSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID, loadCallback); in LoadDeviceProfileService()
380 auto object = samgrProxy->CheckSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in GetDeviceProfileService()
438 … ret = samgrProxy->SubscribeSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID, saListenerCallback_); in SubscribeDeviceProfileSA()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp72 int32_t ret = samgrProxy->LoadSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID, loadCallback); in LoadDeviceProfileService()
311 auto object = samgrProxy->CheckSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in GetDeviceProfileService()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h313 DISTRIBUTED_DEVICE_PROFILE_SA_ID = 6001, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp58 : SystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID, true) in DistributedDeviceProfileServiceNew()
541 int32_t unloadResult = samgrProxy->UnloadSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in DelayUnloadTask()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs302 pub const DISTRIBUTED_DEVICE_PROFILE_SA_ID: i32 = 6001; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp147 { DISTRIBUTED_DEVICE_PROFILE_SA_ID, "DistributedDeviceProfile" },
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp951 systemAbilityJson["name"] = DISTRIBUTED_DEVICE_PROFILE_SA_ID;