Searched refs:DebuggerPostTask (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/toolchain/inspector/ |
| D | inspector.h | 29 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable 36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port); 56 DebuggerPostTask debuggerPostTask_;
|
| D | inspector.cpp | 138 const DebuggerPostTask& debuggerPostTask, int port) in InitializeInspector() 261 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 47 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable 98 const DebuggerPostTask &debuggerPostTask);
|
| D | jsnapi.h | 1279 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable 1353 const DebuggerPostTask &debuggerPostTask = {});
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 557 const DebuggerPostTask &debuggerPostTask) in StartProfiler()
|
| D | jsnapi.cpp | 99 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()
|