Searched refs:RemoteObjectId (Results 1 – 19 of 19) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | object_repository.h | 44 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_;
|
| D | object_repository.cpp | 87 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()
|
| D | inspector.h | 92 …std::vector<PropertyDescriptor> GetProperties(PtThread thread, RemoteObjectId objectId, bool gener…
|
| D | inspector_server.h | 93 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler);
|
| D | inspector_server.cpp | 490 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties() argument 497 auto objectId = ParseNumericId<RemoteObjectId>(params, "objectId"); in OnCallRuntimeGetProperties()
|
| D | inspector.cpp | 329 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object.h | 97 …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;
|
| D | numeric_id.h | 32 using RemoteObjectId = size_t; variable
|
| D | remote_object.cpp | 134 std::optional<RemoteObjectId> RemoteObject::GetObjectId() const in GetObjectId()
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer/ |
| D | pttypesremoteobjectobjectid_fuzzer.cpp | 34 RemoteObjectId id = (RemoteObjectId)*data; in PtTypesRemoteObjectObjectIdFuzzTest()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.h | 605 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_ {};
|
| D | pt_types.h | 237 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/ |
| D | object_repository.cpp | 124 ASSERT_EQ(clsObj.GetObjectId(), RemoteObjectId(1)); in TEST_F() 163 ASSERT_EQ(frameObj.GetObjectId().value(), RemoteObjectId(2UL)); in TEST_F()
|
| D | inspector_server.cpp | 630 auto getProperties = [](PtThread thread, RemoteObjectId id, bool need_preview) { in TEST_F()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.h | 165 RemoteObjectId curObjectId_ {0}; 166 std::unordered_map<RemoteObjectId, Global<JSValueRef>> properties_ {};
|
| D | debugger_impl.h | 272 std::unordered_map<JSTaggedType *, RemoteObjectId> scopeObjects_ {};
|
| D | runtime_impl.cpp | 150 RemoteObjectId objectId = params.GetObjectId(); in GetProperties()
|
| D | debugger_impl.cpp | 1297 RemoteObjectId validObjId = runtime_->curObjectId_ - 1; in CleanUpRuntimeProperties()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 468 RemoteObjectId objectId(10); in HWTEST_F_L0() 475 RemoteObjectId objectId1(20); in HWTEST_F_L0()
|