Home
last modified time | relevance | path

Searched refs:LoadSystemAbilityFromRemote (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Drpc_system_ability_callback.h40 … virtual bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) in LoadSystemAbilityFromRemote() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Drpc_callback_imp.h27 …bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) overrid…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Drpc_callback_imp.cpp32 bool RpcCallbackImp::LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbi… in LoadSystemAbilityFromRemote() function in OHOS::RpcCallbackImp
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp663 …bool isSaAvailable = dbinderCallback_->LoadSystemAbilityFromRemote(replyMessage->deviceIdInfo.from… in OnRemoteInvokerMessage()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp67 …bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) override in LoadSystemAbilityFromRemote() function in TestRpcSystemAbilityCallback