Home
last modified time | relevance | path

Searched refs:remoteObject (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_client.cpp106 auto remoteObject = systemAbilityMgr->CheckSystemAbility(AOT_COMPILER_SERVICE_ID); in GetAotCompilerProxy() local
107 if (remoteObject != nullptr) { in GetAotCompilerProxy()
108 aotCompilerProxy = iface_cast<IAotCompilerInterface>(remoteObject); in GetAotCompilerProxy()
159 void AotCompilerClient::SetAotCompiler(const sptr<IRemoteObject> &remoteObject) in SetAotCompiler() argument
162 aotCompilerProxy_ = iface_cast<IAotCompilerInterface>(remoteObject); in SetAotCompiler()
171 void AotCompilerClient::OnLoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess() argument
177 if (!remoteObject->AddDeathRecipient(aotCompilerDiedRecipient_)) { in OnLoadSystemAbilitySuccess()
181 SetAotCompiler(remoteObject); in OnLoadSystemAbilitySuccess()
195 void AotCompilerClient::AotCompilerDiedRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied() argument
197 if (remoteObject in OnRemoteDied()
204 AotCompilerOnRemoteDied(const wptr<IRemoteObject> &remoteObject) AotCompilerOnRemoteDied() argument
[all...]
H A Daot_compiler_load_callback.cpp23 const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
30 if (remoteObject == nullptr) { in OnLoadSystemAbilitySuccess()
31 LOG_SA(ERROR) << "remoteObject is nullptr"; in OnLoadSystemAbilitySuccess()
36 AotCompilerClient::GetInstance().OnLoadSystemAbilitySuccess(remoteObject); in OnLoadSystemAbilitySuccess()
22 OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
H A Daotcompilerclient_unit.cpp139 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); in HWTEST_F() local
142 sptr<IAotCompilerInterface> aotCompilerProxy_check = iface_cast<IAotCompilerInterface>(remoteObject); in HWTEST_F()
179 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); in HWTEST_F() local
182 wptr<IRemoteObject> remoteObject_weak = remoteObject; in HWTEST_F()
196 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); in HWTEST_F() local
202 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID - 1, remoteObject); in HWTEST_F()
205 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID + 1, remoteObject); in HWTEST_F()
208 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID, remoteObject); in HWTEST_F()
221 sptr<IRemoteObject> remoteObject = GetAotRemoteObject(aotClient); in HWTEST_F() local
222 aotClient.SetAotCompiler(remoteObject); in HWTEST_F()
[all...]
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_client.h39 void OnLoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject);
41 void AotCompilerOnRemoteDied(const wptr<IRemoteObject> &remoteObject);
46 void SetAotCompiler(const sptr<IRemoteObject> &remoteObject);
H A Daot_compiler_load_callback.h28 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp72 std::unique_ptr<RemoteObject> remoteObject; in HWTEST_F_L0() local
76 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
77 EXPECT_EQ(remoteObject, nullptr); in HWTEST_F_L0()
81 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
82 EXPECT_EQ(remoteObject, nullptr); in HWTEST_F_L0()
86 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
87 EXPECT_EQ(remoteObject, nullptr); in HWTEST_F_L0()
91 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
92 EXPECT_EQ(remoteObject, nullptr); in HWTEST_F_L0()
96 remoteObject in HWTEST_F_L0()
[all...]
H A Dpt_types_test.cpp948 std::unique_ptr<RemoteObject> remoteObject = RemoteObject::FromTagged(ecmaVm, date); in HWTEST_F_L0() local
949 std::string description = remoteObject->GetDescription(); in HWTEST_F_L0()
953 remoteObject = RemoteObject::FromTagged(ecmaVm, weakmap); in HWTEST_F_L0()
954 description = remoteObject->GetDescription(); in HWTEST_F_L0()
959 remoteObject = RemoteObject::FromTagged(ecmaVm, mapiterator); in HWTEST_F_L0()
960 description = remoteObject->GetDescription(); in HWTEST_F_L0()
965 remoteObject = RemoteObject::FromTagged(ecmaVm, setiterator); in HWTEST_F_L0()
966 description = remoteObject->GetDescription(); in HWTEST_F_L0()
971 remoteObject = RemoteObject::FromTagged(ecmaVm, promise); in HWTEST_F_L0()
972 description = remoteObject in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
H A Daotcompilerservice_unit.cpp140 auto remoteObject = systemAbilityMgr->CheckSystemAbility(AOT_COMPILER_SERVICE_ID); in HWTEST_F() local
141 EXPECT_NE(remoteObject, nullptr); in HWTEST_F()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1003 auto remoteObject = std::make_unique<RemoteObject>(); in Create() local
1010 remoteObject->type_ = std::move(type); in Create()
1022 remoteObject->subType_ = std::move(subType); in Create()
1033 remoteObject->className_ = std::move(className); in Create()
1041 remoteObject->unserializableValue_ = std::move(unserializableValue); in Create()
1049 remoteObject->description_ = std::move(description); in Create()
1057 if (!ToolchainUtils::StrToInt32(objectId, remoteObject->objectId_)) { in Create()
1069 return remoteObject; in Create()
1879 std::unique_ptr<RemoteObject> remoteObject; in Create() local
1882 remoteObject in Create()
2035 std::unique_ptr<RemoteObject> remoteObject; Create() local
[all...]

Completed in 9 milliseconds