Home
last modified time | relevance | path

Searched defs:objectId (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp130 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LA;"); in TEST_F() local
178 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LA;"); in TEST_F() local
228 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LA;"); in TEST_F() local
320 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LA;"); in TEST_F() local
367 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LA;"); in TEST_F() local
407 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LA;"); in TEST_F() local
Dcalling_methods_test_4.cpp43 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
98 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
193 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
245 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
Dcalling_methods_test_5.cpp43 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
99 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
Dcalling_methods_test_2.cpp44 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
94 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
150 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
238 ets_method objectId = env_->Getp_method(cls, "object_method", ":LA;"); in TEST_F() local
Dcalling_methods_test_8.cpp47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LA;"); in TEST_F() local
Dcalling_methods_test_7.cpp47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LA;"); in TEST_F() local
Dcalling_methods_test_6.cpp45 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LA;"); in TEST_F() local
/arkcompiler/toolchain/tooling/client/domain/
Druntime_client.h45 void SetObjectId(const std::string &objectId) in SetObjectId()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h132 std::optional<RemoteObjectId> objectId; member
137 std::optional<RemoteObjectId> objectId; member
142 std::optional<RemoteObjectId> objectId; member
Dremote_object.cpp261 if (auto objectId = GetObjectId()) { in ToJson() local
/arkcompiler/toolchain/tooling/client/manager/
Dwatch_manager.cpp58 void WatchManager::GetPropertiesCommand(const int32_t &watchInfoIndex, const std::string &objectId) in GetPropertiesCommand()
173 std::string objectId; in ShowWatchResult() local
Dvariable_manager.cpp287 TreeNode* VariableManager::FindNodeWithObjectId(int32_t objectId) in FindNodeWithObjectId()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp680 std::string objectId; in Create() local
739 std::string objectId; in Create() local
951 std::string objectId; in Create() local
972 std::string objectId; in Create() local
Dpt_params.h690 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
Dpt_types.h364 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId()
1090 CallArgument &SetObjectId(RemoteObjectId objectId) in SetObjectId()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp85 HeapSnapshotObjectId objectId; in GetHeapObjectId() local
282 HeapSnapshotObjectId *objectId) in GetHeapObjectId()
Druntime_impl.cpp150 RemoteObjectId objectId = params.GetObjectId(); in GetProperties() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp101 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp215 std::string objectId; in SendMessage() local
/arkcompiler/toolchain/tooling/client/utils/
Dcli_command.cpp505 int32_t objectId = variableManager.FindObjectIdWithIndex(std::stoi(GetArgList()[0])); in PrintCommand() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp329 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()
Dinspector_server.cpp497 auto objectId = ParseNumericId<RemoteObjectId>(params, "objectId"); in OnCallRuntimeGetProperties() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp372 const std::string objectId("test_1"); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp94 HeapSnapshotObjectId objectId; in HWTEST_F_L0() local
Dpt_types_test.cpp468 RemoteObjectId objectId(10); in HWTEST_F_L0() local

12