Home
last modified time | relevance | path

Searched defs:remoteObject (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_client.cpp106 auto remoteObject = systemAbilityMgr->CheckSystemAbility(AOT_COMPILER_SERVICE_ID); in GetAotCompilerProxy() local
159 void AotCompilerClient::SetAotCompiler(const sptr<IRemoteObject> &remoteObject) in SetAotCompiler()
171 void AotCompilerClient::OnLoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
195 … AotCompilerClient::AotCompilerDiedRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
204 void AotCompilerClient::AotCompilerOnRemoteDied(const wptr<IRemoteObject> &remoteObject) in AotCompilerOnRemoteDied()
Daot_compiler_load_callback.cpp23 const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
Daotcompilerclient_unit.cpp139 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); variable
179 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); variable
196 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); variable
221 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); variable
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
Daotcompilerservice_unit.cpp140 auto remoteObject = systemAbilityMgr->CheckSystemAbility(AOT_COMPILER_SERVICE_ID); variable
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_types_test.cpp72 std::unique_ptr<RemoteObject> remoteObject; in HWTEST_F_L0() local
240 std::unique_ptr<RemoteObject> remoteObject; in HWTEST_F_L0() local
Dpt_types_test.cpp952 std::unique_ptr<RemoteObject> remoteObject = RemoteObject::FromTagged(ecmaVm, date); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp1002 auto remoteObject = std::make_unique<RemoteObject>(); in Create() local
1878 std::unique_ptr<RemoteObject> remoteObject; in Create() local
2034 std::unique_ptr<RemoteObject> remoteObject; in Create() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1597 std::unique_ptr<RemoteObject> remoteObject; in EvaluateOnCallFrame() local