Searched refs:DebuggerPostTask (Results 1 – 8 of 8) 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); 48 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask); 70 DebuggerPostTask debuggerPostTask_;
|
| D | inspector.cpp | 64 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/ |
| D | dfx_jsnapi.h | 52 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable 136 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
|
| D | jsnapi_expo.h | 1496 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/ |
| D | jsnapi.cpp | 46 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef 49 const DebuggerPostTask& debuggerPostTask, int port);
|
| D | jsnapi_expo.cpp | 4391 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()
|
| D | dfx_jsnapi.cpp | 900 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | dfx_jsnapi_tests.cpp | 602 DebuggerPostTask debuggerPostTask; in HWTEST_F_L0()
|