Searched refs:RemoveNodeFromRSTree (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_controller.cpp | 135 windowNodeContainer_->RemoveNodeFromRSTree(node, displayId, newDisplayId, in ProcessCrossNodes() 392 windowNodeContainer_->RemoveNodeFromRSTree(node, displayId, defaultDisplayId_, in ProcessNotCrossNodesOnDestroyedDisplay()
|
H A D | window_node_container.cpp | 321 RemoveNodeFromRSTree(node, displayId, *(curShowingDisplays.begin()), in UpdateRSTreeWhenShowingDisplaysChange() 378 RemoveNodeFromRSTree(node, displayId, displayId, WindowUpdateType::WINDOW_UPDATE_REMOVED, in RemoveFromRsTreeWhenRemoveWindowNode() 854 bool WindowNodeContainer::RemoveNodeFromRSTree(sptr<WindowNode>& node, DisplayId displayId, Display… in RemoveNodeFromRSTree() function in OHOS::Rosen::WindowNodeContainer
|
H A D | window_root.cpp | 1842 …container->RemoveNodeFromRSTree(node, displayId, displayId, WindowUpdateType::WINDOW_UPDATE_ACTIVE… in UpdateRsTree()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 105 … bool RemoveNodeFromRSTree(sptr<WindowNode>& node, DisplayId displayId, DisplayId parentDisplayId,
|