Home
last modified time | relevance | path

Searched refs:DebuggerPostTask (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/inspector/
Dinspector.h29 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port);
56 DebuggerPostTask debuggerPostTask_;
Dinspector.cpp138 const DebuggerPostTask& debuggerPostTask, int port) in InitializeInspector()
261 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h47 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable
98 const DebuggerPostTask &debuggerPostTask);
Djsnapi.h1279 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
1353 const DebuggerPostTask &debuggerPostTask = {});
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp557 const DebuggerPostTask &debuggerPostTask) in StartProfiler()
Djsnapi.cpp99 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef
102 const DebuggerPostTask& debuggerPostTask, int port);
422 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger()
444 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebugger()