Home
last modified time | relevance | path

Searched refs:OnLoadSACompleteForRemote (Results 1 - 13 of 13) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Disystem_ability_load_callback.h46 * OnLoadSACompleteForRemote, OnLoadSACompleteForRemote will be called when loadsystemability remote.
53 virtual void OnLoadSACompleteForRemote([[maybe_unused]] const std::string& deviceId, in OnLoadSACompleteForRemote() function in OHOS::ISystemAbilityLoadCallback
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_load_callback_proxy.h30 void OnLoadSACompleteForRemote(const std::string& deviceId,
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_load_callback_stub.cpp114 OnLoadSACompleteForRemote(deviceId, systemAbilityId, remoteObject); in OnLoadSACompleteForRemoteInner()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h90 void OnLoadSACompleteForRemote(const std::string& deviceId, int32_t systemAbilityId,
H A Dmanual_ondemand_helper.h97 void OnLoadSACompleteForRemote(const std::string& deviceId, int32_t systemAbilityId,
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_load_callback_proxy.cpp100 void SystemAbilityLoadCallbackProxy::OnLoadSACompleteForRemote(const std::string& deviceId, int32_t systemAbilityId, in OnLoadSACompleteForRemote() function in OHOS::SystemAbilityLoadCallbackProxy
104 HILOGE("OnLoadSACompleteForRemote SA:%{public}d invalid!", systemAbilityId); in OnLoadSACompleteForRemote()
110 HILOGE("OnLoadSACompleteForRemote remote is null!"); in OnLoadSACompleteForRemote()
115 HILOGE("OnLoadSACompleteForRemote write interface token failed!"); in OnLoadSACompleteForRemote()
120 HILOGE("OnLoadSACompleteForRemote write deviceId failed!"); in OnLoadSACompleteForRemote()
125 HILOGE("OnLoadSACompleteForRemote write SAId failed!"); in OnLoadSACompleteForRemote()
129 HILOGW("OnLoadSACompleteForRemote remoteObject null!"); in OnLoadSACompleteForRemote()
137 HILOGE("OnLoadSACompleteForRemote write failed!"); in OnLoadSACompleteForRemote()
145 HILOGE("OnLoadSACompleteForRemote SendRequest failed, return value:%{public}d !", status); in OnLoadSACompleteForRemote()
H A Dsystem_ability_manager.cpp1845 callback->OnLoadSACompleteForRemote(deviceId, systemAbilityId, remoteBinder); in DoLoadRemoteSystemAbility()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp579 systemAbility->OnLoadSACompleteForRemote(deviceId, TEST_ID_NORANGE_SAID, testAbility); in HWTEST_F()
594 systemAbility->OnLoadSACompleteForRemote(deviceId, TEST_ID_VAILD, testAbility); in HWTEST_F()
609 systemAbility->OnLoadSACompleteForRemote(deviceId, TEST_ID_VAILD, nullptr); in HWTEST_F()
624 systemAbility->OnLoadSACompleteForRemote(deviceId, TEST_ID_VAILD, testAbility); in HWTEST_F()
640 systemAbility->OnLoadSACompleteForRemote(deviceId, TEST_ID_VAILD, testAbility); in HWTEST_F()
H A Dsystem_ability_test_tool.cpp68 void OnLoadSACompleteForRemote(const std::string& deviceId,
84 void MockLoadCallback::OnLoadSACompleteForRemote(const std::string& deviceId, int32_t systemAbilityId, in OnLoadSACompleteForRemote() function in __anon11961::MockLoadCallback
87 cout << "OnLoadSACompleteForRemote systemAbilityId:" << systemAbilityId << "ret : "<< in OnLoadSACompleteForRemote()
H A Dmanual_ondemand_helper.cpp1061 void OnDemandHelper::OnDemandLoadCallback::OnLoadSACompleteForRemote(const std::string& deviceId, in OnLoadSACompleteForRemote() function in OHOS::OnDemandHelper::OnDemandLoadCallback
1064 cout << "OnLoadSACompleteForRemote systemAbilityId:" << systemAbilityId << " IRemoteObject result:" << in OnLoadSACompleteForRemote()
H A Dondemand_helper.cpp1056 void OnDemandHelper::OnDemandLoadCallback::OnLoadSACompleteForRemote(const std::string& deviceId, in OnLoadSACompleteForRemote() function in OHOS::OnDemandHelper::OnDemandLoadCallback
1059 cout << "OnLoadSACompleteForRemote systemAbilityId:" << systemAbilityId << " IRemoteObject result:" << in OnLoadSACompleteForRemote()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h93 void OnLoadSACompleteForRemote(const std::string &deviceId,
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp275 void CloudSyncService::LoadRemoteSACallback::OnLoadSACompleteForRemote(const std::string &deviceId, in OnLoadSACompleteForRemote() function in OHOS::FileManagement::CloudSync::CloudSyncService::LoadRemoteSACallback

Completed in 52 milliseconds