Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/static/types/
Dnumeric_id.h36 using RemoteObjectId = size_t; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dnumeric_id.h36 using RemoteObjectId = size_t; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py46 async def _get_properties(self, id: runtime.RemoteObjectId) -> List[runtime.PropertyDescriptor]:
50 async def properties(self, id: runtime.RemoteObjectId) -> "RemoteObjectProperties":
Ddebug_client.py133 object_id: runtime.RemoteObjectId,
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp861 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp861 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties() argument
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h255 using RemoteObjectId = int32_t; variable