Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h69 bool GetDestroyTaskParam();
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp41 bool WindowNodeStateMachine::GetDestroyTaskParam() in GetDestroyTaskParam() function in OHOS::Rosen::WindowNodeStateMachine
H A Dwindow_manager_service.cpp1043 … return windowController_->DestroyWindow(windowId, node->stateMachine_.GetDestroyTaskParam()); in DestroyWindow()
1169 … windowController_->DestroyWindow(windowId, node->stateMachine_.GetDestroyTaskParam()); in OnWindowEvent()