Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h73 bool GetDestroyTask(StateTask& task);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp46 bool WindowNodeStateMachine::GetDestroyTask(StateTask& task) in GetDestroyTask() function in OHOS::Rosen::WindowNodeStateMachine
H A Dremote_animation.cpp820 if (node->stateMachine_.GetDestroyTask(destroyTask)) { in ExecuteFinalStateTask()