/foundation/windowmanager/dmserver/src/ |
D | display_manager_service_inner.cpp | 74 void DisplayManagerServiceInner::UpdateRSTree(DisplayId displayId, std::shared_ptr<RSSurfaceNode>& … in UpdateRSTree() function in OHOS::Rosen::DisplayManagerServiceInner 77 DisplayManagerService::GetInstance().UpdateRSTree(displayId, surfaceNode, isAdd); in UpdateRSTree()
|
D | display_manager_service.cpp | 425 void DisplayManagerService::UpdateRSTree(DisplayId displayId, std::shared_ptr<RSSurfaceNode>& surfa… in UpdateRSTree() function in OHOS::Rosen::DisplayManagerService 432 abstractScreenController_->UpdateRSTree(screenId, surfaceNode, isAdd); in UpdateRSTree()
|
D | abstract_screen.cpp | 67 void AbstractScreen::UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd) in UpdateRSTree() function in OHOS::Rosen::AbstractScreen
|
D | abstract_screen_controller.cpp | 141 void AbstractScreenController::UpdateRSTree(ScreenId dmsScreenId, std::shared_ptr<RSSurfaceNode>& s… in UpdateRSTree() function in OHOS::Rosen::AbstractScreenController 149 abstractScreen->UpdateRSTree(surfaceNode, isAdd); in UpdateRSTree()
|
/foundation/windowmanager/dmserver/include/ |
D | display_manager_service_inner.h | 43 void UpdateRSTree(DisplayId displayId, std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd);
|
D | abstract_screen.h | 49 void UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd);
|
D | display_manager_service.h | 75 void UpdateRSTree(DisplayId displayId, std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd);
|
D | abstract_screen_controller.h | 64 … void UpdateRSTree(ScreenId dmsScreenId, std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd);
|
/foundation/windowmanager/wmserver/src/ |
D | window_node_container.cpp | 135 UpdateRSTree(node, true); in AddWindowNode() 209 bool WindowNodeContainer::UpdateRSTree(sptr<WindowNode>& node, bool isAdd) in UpdateRSTree() function in OHOS::Rosen::WindowNodeContainer 217 dms.UpdateRSTree(displayId_, node->surfaceNode_, true); in UpdateRSTree() 220 dms.UpdateRSTree(displayId_, child->surfaceNode_, true); in UpdateRSTree() 224 dms.UpdateRSTree(displayId_, node->surfaceNode_, false); in UpdateRSTree() 226 dms.UpdateRSTree(displayId_, child->surfaceNode_, false); in UpdateRSTree() 310 UpdateRSTree(node, false); in RemoveWindowNode()
|
/foundation/windowmanager/wmserver/include/ |
D | window_node_container.h | 91 bool UpdateRSTree(sptr<WindowNode>& node, bool isAdd);
|