Home
last modified time | relevance | path

Searched defs:debuggerPostTask (Results 1 – 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
Djs_environment.cpp260 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in StartProfiler() local
346 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in GetDebuggerPostTask() local
365 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in NotifyDebugMode() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dconnect_server_manager.cpp150 const DebuggerPostTask& debuggerPostTask, bool isDebugApp) in StoreDebuggerInfo()
Djs_runtime.cpp239 auto debuggerPostTask = jsEnv_->GetDebuggerPostTask(); in StartDebugMode() local
376 auto debuggerPostTask = jsEnv_->GetDebuggerPostTask(); in StartProfiler() local