Home
last modified time | relevance | path

Searched refs:samgrProxy (Results 1 – 7 of 7) sorted by relevance

/foundation/distributedschedule/safwk/services/safwk/src/
Dsystem_ability.cpp80 …sptr<ISystemAbilityManager> samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilit… in Publish() local
81 if (samgrProxy == nullptr) { in Publish()
89 int32_t result = samgrProxy->AddSystemAbility(saId_, publishObj_, saExtra); in Publish()
100 …sptr<ISystemAbilityManager> samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilit… in StopAbility() local
101 if (samgrProxy == nullptr) { in StopAbility()
106 int32_t ret = samgrProxy->RemoveSystemAbility(systemAbilityId); in StopAbility()
135 …sptr<ISystemAbilityManager> samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilit… in Stop() local
136 if (samgrProxy == nullptr) { in Stop()
141 int32_t ret = samgrProxy->RemoveSystemAbility(saId_); in Stop()
250 …sptr<ISystemAbilityManager> samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilit… in GetSystemAbility() local
[all …]
Dlocal_ability_manager.cpp131 sptr<ISystemAbilityManager> samgrProxy; in CheckSystemAbilityManagerReady() local
134 while (samgrProxy == nullptr) { in CheckSystemAbilityManagerReady()
137 samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in CheckSystemAbilityManagerReady()
258 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in AddSystemAbilityListener() local
259 if (samgrProxy == nullptr) { in AddSystemAbilityListener()
281 … int32_t ret = samgrProxy->SubscribeSystemAbility(systemAbilityId, GetSystemAbilityStatusChange()); in AddSystemAbilityListener()
319 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in RemoveSystemAbilityListener() local
320 if (samgrProxy == nullptr) { in RemoveSystemAbilityListener()
324 …int32_t ret = samgrProxy->UnSubscribeSystemAbility(systemAbilityId, GetSystemAbilityStatusChange()… in RemoveSystemAbilityListener()
515 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in CheckDependencyStatus() local
[all …]
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/bundle/
Dbundle_manager_internal.cpp133 …sptr<ISystemAbilityManager> samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilit… in GetBundleManager() local
134 if (samgrProxy == nullptr) { in GetBundleManager()
137 sptr<IRemoteObject> bmsProxy = samgrProxy->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager()
/foundation/deviceprofile/device_profile_core/interfaces/innerkits/core/src/
Ddistributed_device_profile_client.cpp208 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetDeviceProfileService() local
209 if (samgrProxy == nullptr) { in GetDeviceProfileService()
213 auto object = samgrProxy->GetSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in GetDeviceProfileService()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_data_storage.cpp87 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in WaitKvDataService() local
88 if (samgrProxy == nullptr) { in WaitKvDataService()
94 auto kvDataSvr = samgrProxy->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in WaitKvDataService()
/foundation/aafwk/standard/frameworks/kits/ability/native/src/distributed_ability_runtime/
Ddistributed_client.cpp31 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetDmsProxy() local
32 if (samgrProxy == nullptr) { in GetDmsProxy()
36 return samgrProxy->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDmsProxy()
/foundation/deviceprofile/device_profile_core/services/core/src/dbstorage/
Ddevice_profile_storage_manager.cpp98 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in WaitKvDataService() local
99 if (samgrProxy == nullptr) { in WaitKvDataService()
105 auto kvDataSvr = samgrProxy->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in WaitKvDataService()