Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h29 using StateTask = std::function<void()>; variable
71 void SetDestroyTask(StateTask task);
73 bool GetDestroyTask(StateTask& task);
90 std::deque<std::pair<std::string, StateTask>> stateTaskQ_;
100 StateTask destroyTask_;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp46 bool WindowNodeStateMachine::GetDestroyTask(StateTask& task) in GetDestroyTask()
60 void WindowNodeStateMachine::SetDestroyTask(StateTask task) in SetDestroyTask()
H A Dremote_animation.cpp799 StateTask destroyTask = nullptr; in ExecuteFinalStateTask()