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.cpp305 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in StartProfiler() local
373 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in GetDebuggerPostTask() local
392 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in NotifyDebugMode() local
/foundation/ability/ability_runtime/interfaces/inner_api/connect_server_manager/src/
Dconnect_server_manager.cpp155 const DebuggerPostTask& debuggerPostTask, bool isDebugApp) in StoreDebuggerInfo()
181 const auto &debuggerPostTask = g_debuggerInfo[tid].second; in SendDebuggerInfo() local
/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/
Dconnect_server_manager_test.cpp296 DebuggerPostTask debuggerPostTask = [](std::function<void()>&&) {}; in __anonc88fa7be0702() variable