Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer/
Dpttypesremoteobjectobjectid_fuzzer.cpp34 RemoteObjectId id = (RemoteObjectId)*data; in PtTypesRemoteObjectObjectIdFuzzTest()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h506 RemoteObjectId GetObjectId() const in GetObjectId()
511 GetPropertiesParams &SetObjectId(RemoteObjectId id) in SetObjectId()
563 RemoteObjectId objectId_ {};
581 RemoteObjectId GetObjectId() const in GetObjectId()
586 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
702 std::optional<RemoteObjectId> objectId_ {};
829 RemoteObjectId GetObjectId() const in GetObjectId()
838 RemoteObjectId objectId_ {};
Dpt_types.h235 using RemoteObjectId = int32_t; variable
356 RemoteObjectId GetObjectId() const in GetObjectId()
361 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId()
488 std::optional<RemoteObjectId> objectId_ {};
1081 RemoteObjectId GetObjectId() const in GetObjectId()
1086 CallArgument &SetObjectId(RemoteObjectId objectId) in SetObjectId()
1103 std::optional<RemoteObjectId> objectId_ {};
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.h168 RemoteObjectId curObjectId_ {0};
169 std::unordered_map<RemoteObjectId, Global<JSValueRef>> properties_ {};
Ddebugger_impl.h218 std::unordered_map<JSTaggedType *, RemoteObjectId> scopeObjects_ {};
Druntime_impl.cpp184 RemoteObjectId objectId = params.GetObjectId(); in GetProperties()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp468 RemoteObjectId objectId(10); in HWTEST_F_L0()
475 RemoteObjectId objectId1(20); in HWTEST_F_L0()