/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
D | calling_methods_test_3.cpp | 130 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
|
D | calling_methods_test_4.cpp | 43 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
|
D | calling_methods_test_5.cpp | 43 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
|
D | calling_methods_test_2.cpp | 44 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
|
D | calling_methods_test_8.cpp | 47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LA;"); in TEST_F() local
|
D | calling_methods_test_7.cpp | 47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LA;"); in TEST_F() local
|
D | calling_methods_test_6.cpp | 45 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LA;"); in TEST_F() local
|
/arkcompiler/toolchain/tooling/client/domain/ |
D | runtime_client.h | 45 void SetObjectId(const std::string &objectId) in SetObjectId()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
D | remote_object.h | 132 std::optional<RemoteObjectId> objectId; member 137 std::optional<RemoteObjectId> objectId; member 142 std::optional<RemoteObjectId> objectId; member
|
D | remote_object.cpp | 261 if (auto objectId = GetObjectId()) { in ToJson() local
|
/arkcompiler/toolchain/tooling/client/manager/ |
D | watch_manager.cpp | 58 void WatchManager::GetPropertiesCommand(const int32_t &watchInfoIndex, const std::string &objectId) in GetPropertiesCommand() 173 std::string objectId; in ShowWatchResult() local
|
D | variable_manager.cpp | 287 TreeNode* VariableManager::FindNodeWithObjectId(int32_t objectId) in FindNodeWithObjectId()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_params.cpp | 680 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
|
D | pt_params.h | 690 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
|
D | pt_types.h | 364 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId() 1090 CallArgument &SetObjectId(RemoteObjectId objectId) in SetObjectId()
|
/arkcompiler/toolchain/tooling/agent/ |
D | heapprofiler_impl.cpp | 85 HeapSnapshotObjectId objectId; in GetHeapObjectId() local 282 HeapSnapshotObjectId *objectId) in GetHeapObjectId()
|
D | runtime_impl.cpp | 150 RemoteObjectId objectId = params.GetObjectId(); in GetProperties() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
D | object_repository.cpp | 101 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
|
/arkcompiler/toolchain/tooling/test/client_utils/ |
D | test_util.cpp | 215 std::string objectId; in SendMessage() local
|
/arkcompiler/toolchain/tooling/client/utils/ |
D | cli_command.cpp | 505 int32_t objectId = variableManager.FindObjectIdWithIndex(std::stoi(GetArgList()[0])); in PrintCommand() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | inspector.cpp | 329 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()
|
D | inspector_server.cpp | 497 auto objectId = ParseNumericId<RemoteObjectId>(params, "objectId"); in OnCallRuntimeGetProperties() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
D | ts_type_parser_test.cpp | 372 const std::string objectId("test_1"); in HWTEST_F_L0() local
|
/arkcompiler/toolchain/tooling/test/ |
D | heapprofiler_impl_test.cpp | 94 HeapSnapshotObjectId objectId; in HWTEST_F_L0() local
|
D | pt_types_test.cpp | 468 RemoteObjectId objectId(10); in HWTEST_F_L0() local
|