Home
last modified time | relevance | path

Searched defs:debuggerPostTask (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/toolchain/inspector/
H A Dinspector.cpp363 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair() local
452 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo() argument
149 InitializeInspector( void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPair = 0) InitializeInspector() argument
374 StartDebug(const std::string& componentName, void* vm, bool isDebugMode, int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) StartDebug() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp602 DebuggerPostTask debuggerPostTask; in HWTEST_F_L0() local
H A Djsnapi_second_tests.cpp1816 DebuggerPostTask debuggerPostTask = {}; in HWTEST_F_L0() local
1861 DebuggerPostTask debuggerPostTask = {}; in HWTEST_F_L0() local
1888 DebuggerPostTask debuggerPostTask = {}; in HWTEST_F_L0() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp175 const auto &debuggerPostTask = g_debuggerInfo[tid].second; in SendDebuggerInfo() local
148 StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption, const DebuggerPostTask& debuggerPostTask, bool isDebugApp) StoreDebuggerInfo() argument
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp271 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in StartProfiler() local
339 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in GetDebuggerPostTask() local
358 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in NotifyDebugMode() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp905 StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) StartProfiler() argument
H A Djsnapi_expo.cpp4490 StartDebuggerCheckParameters(EcmaVM *vm, const DebugOption &option, int32_t instanceId, const DebuggerPostTask &debuggerPostTask) StartDebuggerCheckParameters() argument
4541 StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, [[maybe_unused]] int32_t instanceId, [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) StartDebugger() argument
4572 StartDebuggerForOldProcess([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, [[maybe_unused]] int32_t instanceId, [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) StartDebuggerForOldProcess() argument
4675 NotifyDebugMode([[maybe_unused]] int tid, [[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, [[maybe_unused]] int32_t instanceId, [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, [[maybe_unused]] bool debugApp) NotifyDebugMode() argument
4766 StoreDebugInfo([[maybe_unused]] int tid, [[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, [[maybe_unused]] bool debugApp) StoreDebugInfo() argument
[all...]

Completed in 24 milliseconds