Home
last modified time | relevance | path

Searched refs:GetRemoteObject (Results 1 - 25 of 62) sorted by relevance

123

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp52 sptr<IRemoteObject> GetRemoteObject() in GetRemoteObject() function in OHOS::AppExecFwk::AppMgrRemoteHolder
140 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in LoadAbility()
158 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in TerminateAbility()
171 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in UpdateAbilityState()
184 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in UpdateExtensionState()
197 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in RegisterAppStateCallback()
210 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in KillProcessByAbilityToken()
223 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in KillProcessesByUserId()
236 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in KillProcessesByPids()
250 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in AttachPidToParent()
876 sptr<IRemoteObject> AppMgrClient::GetRemoteObject() GetRemoteObject() function in OHOS::AppExecFwk::AppMgrClient
[all...]
H A Dability_info_callback_proxy.cpp101 sptr<IRemoteObject> tempCallBack = want->GetRemoteObject(Want::PARAM_RESV_ABILITY_INFO_CALLBACK); in SetExtraParam()
/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp90 *(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
127 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
174 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
214 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
256 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
303 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
330 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
356 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
382 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())).GetRefPtr())), in HWTEST_F()
403 EXPECT_CALL(*(static_cast<MockAppMgrService*>((iface_cast<IAppMgr>(client_->GetRemoteObject())) in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp85 static sptr<IRemoteObject> GetRemoteObject(void) in GetRemoteObject() function
96 sptr<IRemoteObject> object = GetRemoteObject(); in SendRequestByCommand()
112 sptr<IRemoteObject> object = GetRemoteObject(); in CreateSessionServerFuzzTest()
144 sptr<IRemoteObject> object = GetRemoteObject(); in RemoveSessionServerFuzzTest()
176 sptr<IRemoteObject> object = GetRemoteObject(); in OpenSessionFuzzTest()
227 sptr<IRemoteObject> object = GetRemoteObject(); in OpenAuthSessionFuzzTest()
258 sptr<IRemoteObject> object = GetRemoteObject(); in NotifyAuthSuccessFuzzTest()
281 sptr<IRemoteObject> object = GetRemoteObject(); in CloseChannelFuzzTest()
313 sptr<IRemoteObject> object = GetRemoteObject(); in SendMessageFuzzTest()
354 sptr<IRemoteObject> object = GetRemoteObject(); in QosReportFuzzTest()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp57 const sptr<IRemoteObject> &NetFirewallLoadCallback::GetRemoteObject() const in GetRemoteObject() function in OHOS::NetManagerStandard::NetFirewallLoadCallback
189 if (loadCallback_->GetRemoteObject() == nullptr) { in LoadSaOnDemand()
202 [this]() { return loadCallback_->GetRemoteObject() != nullptr; })) { in LoadSaOnDemand()
207 return loadCallback_->GetRemoteObject(); in LoadSaOnDemand()
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_client.cpp52 const sptr<IRemoteObject> &OnDemandLoadCallback::GetRemoteObject() const in GetRemoteObject() function in OHOS::NetManagerStandard::OnDemandLoadCallback
179 if (loadCallback_->GetRemoteObject() == nullptr) { in LoadSaOnDemand()
192 [this]() { return loadCallback_->GetRemoteObject() != nullptr; })) { in LoadSaOnDemand()
199 return loadCallback_->GetRemoteObject(); in LoadSaOnDemand()
/foundation/window/window_manager/test/demo/
H A Ddemo_session_manager.cpp29 auto remoteObject = sessionManager.GetRemoteObject(); in main()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dsa_status_change_mock.h40 sptr<IRemoteObject> GetRemoteObject() const in GetRemoteObject() function in OHOS::SystemAbilityLoadCallbackMock
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h83 sptr<IRemoteObject> GetRemoteObject() const;
H A Dlocal_call_record.h41 sptr<IRemoteObject> GetRemoteObject() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dservice_center_connection.h54 sptr<IRemoteObject> GetRemoteObject();
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/
H A Djs_dialog_request.cpp93 sptr<IRemoteObject> callerToken = want.GetRemoteObject(RequestConstants::REQUEST_TOKEN_KEY); in OnGetRequestInfo()
131 sptr<IRemoteObject> remoteObj = want.GetRemoteObject(RequestConstants::REQUEST_CALLBACK_KEY); in OnGetRequestCallback()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dservice_center_connection.cpp75 sptr<IRemoteObject> ServiceCenterConnection::GetRemoteObject() in GetRemoteObject() function in OHOS::AppExecFwk::ServiceCenterConnection
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h43 sptr<IRemoteObject> GetRemoteObject(int type) override;
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp55 const sptr<IRemoteObject> &NetworkShareLoadCallback::GetRemoteObject() const in GetRemoteObject() function in OHOS::NetManagerStandard::NetworkShareLoadCallback
227 [&callback]() { return callback->GetRemoteObject() != nullptr || callback->IsFailed(); }); in GetProxy()
230 auto remote = callback->GetRemoteObject(); in GetProxy()
/foundation/ability/ability_runtime/test/fuzztest/appmgrclientrest_fuzzer/
H A Dappmgrclientrest_fuzzer.cpp61 appMgrClient->GetRemoteObject(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/
H A Dwantfourth_fuzzer.cpp45 want->GetRemoteObject(key); in DoSomethingInterestingWithMyAPI()
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Dmdns_client.h36 const sptr<IRemoteObject> &GetRemoteObject() const;
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h35 const sptr<IRemoteObject> &GetRemoteObject() const;
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h69 sptr<IRemoteObject> GetRemoteObject(const int32_t saId);
/foundation/distributedhardware/distributed_input/sinkhandler/include/
H A Ddistributed_input_sink_handler.h62 OHOS::sptr<IRemoteObject> GetRemoteObject() const in GetRemoteObject() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkHandler::SALoadSinkCb
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_connection.cpp138 sptr<IRemoteObject> AbilityConnection::GetRemoteObject() const in GetRemoteObject() function in OHOS::AbilityRuntime::AbilityConnection
/foundation/barrierfree/accessibility/interfaces/innerkits/aafwk/include/
H A Daccessible_ability_client.h47 virtual sptr<IRemoteObject> GetRemoteObject() = 0;
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Dnetfirewall_client.h36 const sptr<IRemoteObject> &GetRemoteObject() const;
/foundation/distributedhardware/distributed_input/sourcehandler/include/
H A Ddistributed_input_source_handler.h69 OHOS::sptr<IRemoteObject> GetRemoteObject() const in GetRemoteObject() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceHandler::SALoadSourceCb

Completed in 15 milliseconds

123