Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dnumeric_id.h33 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.py131 object_id: runtime.RemoteObjectId,
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp496 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties() argument
/arkcompiler/toolchain/tooling/base/
Dpt_types.h255 using RemoteObjectId = int32_t; variable