Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object_type.h43 std::optional<RemoteObjectId> objectId; member
49 std::optional<RemoteObjectId> objectId; member
55 std::optional<RemoteObjectId> objectId; member
Dremote_object.cpp152 if (auto objectId = GetObjectId()) { in Serialize() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
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_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_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/toolchain/tooling/client/manager/
Dwatch_manager.cpp57 void WatchManager::GetPropertiesCommand(const int32_t &watchInfoIndex, const std::string &objectId) in GetPropertiesCommand()
172 std::string objectId; in ShowWatchResult() local
Dvariable_manager.cpp283 TreeNode* VariableManager::FindNodeWithObjectId(int32_t objectId) in FindNodeWithObjectId()
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp147 …CreateObjectRequest(int objectId, Factory factory) : objectId(objectId), factory(std::move(factory… in CreateObjectRequest()
155 int objectId; member in v8impl::__anon3c61eead0111::CreateObjectRequest
160 std::unique_ptr<Request> NewCreateRequest(int objectId, Factory factory) in NewCreateRequest()
167 explicit DeleteRequest(int objectId) : objectId(objectId) {} in DeleteRequest()
175 int objectId; member in v8impl::__anon3c61eead0111::DeleteRequest
196 AnotherThreadObjectReference(std::shared_ptr<MainThreadHandle> thread, int objectId) in AnotherThreadObjectReference()
240 const int objectId; member in v8impl::__anon3c61eead0111::AnotherThreadObjectReference
295 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int objectId) in ThreadSafeDelegate()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp146 HeapSnapshotObjectId objectId; in GetHeapObjectId() local
349 HeapSnapshotObjectId *objectId) in GetHeapObjectId()
Druntime_impl.cpp176 RemoteObjectId objectId = params.GetObjectId(); in GetProperties() local
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp216 std::string objectId; in SendMessage() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp104 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp751 std::string objectId; in Create() local
814 std::string objectId; in Create() local
1030 std::string objectId; in Create() local
1053 std::string objectId; in Create() local
Dpt_params.h747 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
Dpt_types.h384 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId()
1128 CallArgument &SetObjectId(RemoteObjectId objectId) in SetObjectId()
/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.cpp459 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()
Dinspector_server.cpp503 auto objectId = ParseNumericId<RemoteObjectId>(params, "objectId"); in OnCallRuntimeGetProperties() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp162 auto *objectId = in ComposeAsyncImplFuncReturnType() local
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp130 HeapSnapshotObjectId objectId; in HWTEST_F_L0() local

12