Home
last modified time | relevance | path

Searched refs:DebuggerTask (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp86 struct DebuggerTask { struct
133 DebuggerTask debuggerTask_;
158 void DebuggerTask::HandleTask(const uv_async_t *req) in HandleTask()
160 auto *debuggerTask = reinterpret_cast<DebuggerTask*>(req->data); in HandleTask()
168 void DebuggerTask::OnPostTask(std::function<void()> &&task) in OnPostTask()
220 reinterpret_cast<uv_async_cb>(DebuggerTask::HandleTask)); in Initialize()