/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | isystem_ability_load_callback.h | 46 * 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 D | system_ability_load_callback_proxy.h | 30 void OnLoadSACompleteForRemote(const std::string& deviceId,
|
/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_load_callback_stub.cpp | 114 OnLoadSACompleteForRemote(deviceId, systemAbilityId, remoteObject); in OnLoadSACompleteForRemoteInner()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | ondemand_helper.h | 90 void OnLoadSACompleteForRemote(const std::string& deviceId, int32_t systemAbilityId,
|
H A D | manual_ondemand_helper.h | 97 void OnLoadSACompleteForRemote(const std::string& deviceId, int32_t systemAbilityId,
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_load_callback_proxy.cpp | 100 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 D | system_ability_manager.cpp | 1845 callback->OnLoadSACompleteForRemote(deviceId, systemAbilityId, remoteBinder); in DoLoadRemoteSystemAbility()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_proxy_test.cpp | 579 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 D | system_ability_test_tool.cpp | 68 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 D | manual_ondemand_helper.cpp | 1061 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 D | ondemand_helper.cpp | 1056 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 D | cloud_sync_service.h | 93 void OnLoadSACompleteForRemote(const std::string &deviceId,
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 275 void CloudSyncService::LoadRemoteSACallback::OnLoadSACompleteForRemote(const std::string &deviceId, in OnLoadSACompleteForRemote() function in OHOS::FileManagement::CloudSync::CloudSyncService::LoadRemoteSACallback
|