Home
last modified time | relevance | path

Searched refs:DebuggerPostTask (Results 1 – 8 of 8) 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);
48 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask);
70 DebuggerPostTask debuggerPostTask_;
Dinspector.cpp64 std::unordered_map<int, std::pair<void*, const DebuggerPostTask>> g_debuggerInfo;
150 …void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPa… in InitializeInspector()
319 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask()
323 static DebuggerPostTask tempTask; in GetDebuggerPostTask()
366 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair()
378 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug()
455 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h52 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable
136 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
Djsnapi_expo.h1496 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
1622 const DebuggerPostTask &debuggerPostTask);
1624 const DebuggerPostTask &debuggerPostTask = {});
1627 const DebuggerPostTask &debuggerPostTask = {});
1632 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false);
1634 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp46 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef
49 const DebuggerPostTask& debuggerPostTask, int port);
Djsnapi_expo.cpp4391 const DebuggerPostTask &debuggerPostTask) in StartDebuggerCheckParameters()
4423 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebuggerCheckParameters()
4444 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger()
4476 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess()
4494 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebuggerForOldProcess()
4581 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode()
4620 using StoreDebuggerInfo = void (*)(int, EcmaVM *, const DebuggerPostTask &); in NotifyDebugMode()
4672 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in StoreDebugInfo()
4703 using StoreDebuggerInfo = void (*)(int, EcmaVM *, const DebuggerPostTask &); in StoreDebugInfo()
Ddfx_jsnapi.cpp900 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp602 DebuggerPostTask debuggerPostTask; in HWTEST_F_L0()