Home
last modified time | relevance | path

Searched refs:RemoteObjectId (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.h44 std::vector<PropertyDescriptor> GetProperties(RemoteObjectId id, bool generatePreview);
47 static constexpr RemoteObjectId GLOBAL_OBJECT_ID = 0;
51 std::vector<PropertyDescriptor> GetProperties(RemoteObjectId id);
55 RemoteObjectId counter_ {GLOBAL_OBJECT_ID + 1};
56 std::map<RemoteObjectId, std::vector<PropertyDescriptor>> frames_;
57 std::map<RemoteObjectId, VMHandle<ObjectHeader>> objects_;
Dobject_repository.cpp87 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id, bool generatePre… in GetProperties()
144 RemoteObjectId id; in CreateObject()
167 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id) in GetProperties()
Dinspector.h92 …std::vector<PropertyDescriptor> GetProperties(PtThread thread, RemoteObjectId objectId, bool gener…
Dinspector_server.h93 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler);
Dinspector_server.cpp490 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties() argument
497 auto objectId = ParseNumericId<RemoteObjectId>(params, "objectId"); in OnCallRuntimeGetProperties()
Dinspector.cpp329 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h97 …static RemoteObject Object(std::string className, std::optional<RemoteObjectId> objectId = std::nu…
104 std::optional<RemoteObjectId> objectId = std::nullopt)
110 std::optional<RemoteObjectId> objectId = std::nullopt)
115 std::optional<RemoteObjectId> GetObjectId() const;
132 std::optional<RemoteObjectId> objectId;
137 std::optional<RemoteObjectId> objectId;
142 std::optional<RemoteObjectId> objectId;
Dnumeric_id.h32 using RemoteObjectId = size_t; variable
Dremote_object.cpp134 std::optional<RemoteObjectId> RemoteObject::GetObjectId() const in GetObjectId()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer/
Dpttypesremoteobjectobjectid_fuzzer.cpp34 RemoteObjectId id = (RemoteObjectId)*data; in PtTypesRemoteObjectObjectIdFuzzTest()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h605 RemoteObjectId GetObjectId() const in GetObjectId()
610 GetPropertiesParams &SetObjectId(RemoteObjectId id) in SetObjectId()
662 RemoteObjectId objectId_ {};
685 RemoteObjectId GetObjectId() const in GetObjectId()
690 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
807 std::optional<RemoteObjectId> objectId_ {};
934 RemoteObjectId GetObjectId() const in GetObjectId()
943 RemoteObjectId objectId_ {};
Dpt_types.h237 using RemoteObjectId = int32_t; variable
359 RemoteObjectId GetObjectId() const in GetObjectId()
364 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId()
491 std::optional<RemoteObjectId> objectId_ {};
1085 RemoteObjectId GetObjectId() const in GetObjectId()
1090 CallArgument &SetObjectId(RemoteObjectId objectId) in SetObjectId()
1107 std::optional<RemoteObjectId> objectId_ {};
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp124 ASSERT_EQ(clsObj.GetObjectId(), RemoteObjectId(1)); in TEST_F()
163 ASSERT_EQ(frameObj.GetObjectId().value(), RemoteObjectId(2UL)); in TEST_F()
Dinspector_server.cpp630 auto getProperties = [](PtThread thread, RemoteObjectId id, bool need_preview) { in TEST_F()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.h165 RemoteObjectId curObjectId_ {0};
166 std::unordered_map<RemoteObjectId, Global<JSValueRef>> properties_ {};
Ddebugger_impl.h272 std::unordered_map<JSTaggedType *, RemoteObjectId> scopeObjects_ {};
Druntime_impl.cpp150 RemoteObjectId objectId = params.GetObjectId(); in GetProperties()
Ddebugger_impl.cpp1297 RemoteObjectId validObjId = runtime_->curObjectId_ - 1; in CleanUpRuntimeProperties()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp468 RemoteObjectId objectId(10); in HWTEST_F_L0()
475 RemoteObjectId objectId1(20); in HWTEST_F_L0()