Home
last modified time | relevance | path

Searched refs:UpdateRSTree (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp109 absScreen_->UpdateRSTree(surfaceNode, true);
115 absScreen_->UpdateRSTree(surfaceNode, true);
120 absScreen_->UpdateRSTree(surfaceNode, true);
124 absScreen_->UpdateRSTree(surfaceNode, false);
128 absScreen_->UpdateRSTree(surfaceNode, false, false);
132 absScreen_->UpdateRSTree(surfaceNode, false, false);
756 absScreen_->UpdateRSTree(surfaceNode, isAdd, needToUpdate);
773 absScreen_->UpdateRSTree(surfaceNode, isAdd, needToUpdate);
791 absScreen_->UpdateRSTree(surfaceNode, isAdd, needToUpdate);
809 absScreen_->UpdateRSTree(surfaceNode, isAdd, needToUpdate);
[all …]
H A Ddisplay_manager_service_inner_test.cpp84 HWTEST_F(DisplayManagerServiceInnerTest, UpdateRSTree, Function | SmallTest | Level1)
93 inner.UpdateRSTree(displayId, parentDisplayId, surfaceNode, isAdd, isMultiDisplay);
H A Dabstract_screen_controller_test.cpp318 absController_->UpdateRSTree(id, id, node, true, true);
331 absController_->UpdateRSTree(id, parentId, node, true, true);
349 absController_->UpdateRSTree(id, parentId, node, true, true);
366 absController_->UpdateRSTree(id, parentId, node, true, true);
383 absController_->UpdateRSTree(id, parentId, node, true, false);
1176 absController_->UpdateRSTree(id, parentId, node, true, false);
H A Ddisplay_manager_service_test.cpp348 dms_->UpdateRSTree(DISPLAY_ID_INVALID, DISPLAY_ID_INVALID, surfaceNode, true, false);
350 dms_->UpdateRSTree(0, 0, surfaceNode, true, false);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp327 UpdateRSTree(node, isMultiDisplay); in AddNodeOnRSTree()
354 void StartingWindow::UpdateRSTree(sptr<WindowNode>& node, bool isMultiDisplay) in UpdateRSTree() function in OHOS::Rosen::StartingWindow
363 dms.UpdateRSTree(displayId, displayId, node->leashWinSurfaceNode_, true, isMultiDisplay); in UpdateRSTree()
372 …dms.UpdateRSTree(shownDisplayId, shownDisplayId, node->leashWinSurfaceNode_, true, isMultiDisplay); in UpdateRSTree()
374 … dms.UpdateRSTree(shownDisplayId, shownDisplayId, node->surfaceNode_, true, isMultiDisplay); in UpdateRSTree()
381 … dms.UpdateRSTree(shownDisplayId, shownDisplayId, child->surfaceNode_, true, isMultiDisplay); in UpdateRSTree()
H A Dwindow_node_container.cpp818 dms.UpdateRSTree(displayId, parentDisplayId, surfaceNode, true, isMultiDisplay); in AddNodeOnRSTree()
821 … dms.UpdateRSTree(displayId, parentDisplayId, child->surfaceNode_, true, isMultiDisplay); in AddNodeOnRSTree()
880 dms.UpdateRSTree(displayId, parentDisplayId, surfaceNode, false, isMultiDisplay); in RemoveNodeFromRSTree()
883 … dms.UpdateRSTree(displayId, parentDisplayId, child->surfaceNode_, false, isMultiDisplay); in RemoveNodeFromRSTree()
H A Dwindow_controller.cpp893 dms.UpdateRSTree(displayId, displayId, maskingSurfaceNode_, false, false); in ProcessDisplayCompression()
927 dms.UpdateRSTree(displayId, displayId, maskingSurfaceNode_, true, false); in ProcessDisplayCompression()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp79 void DisplayManagerServiceInner::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, in UpdateRSTree() function in OHOS::Rosen::DisplayManagerServiceInner
82 …DisplayManagerService::GetInstance().UpdateRSTree(displayId, parentDisplayId, surfaceNode, isAdd, … in UpdateRSTree()
H A Dabstract_screen.cpp74 void AbstractScreen::UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd, bool nee… in UpdateRSTree() function in OHOS::Rosen::AbstractScreen
239 UpdateRSTree(node, true, false); in InitRSDefaultDisplayNode()
H A Ddisplay_manager_service.cpp594 void DisplayManagerService::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, in UpdateRSTree() function in OHOS::Rosen::DisplayManagerService
603 …abstractScreenController_->UpdateRSTree(screenId, parentScreenId, surfaceNode, isAdd, isMultiDispl… in UpdateRSTree()
H A Dabstract_screen_controller.cpp121 void AbstractScreenController::UpdateRSTree(ScreenId dmsScreenId, ScreenId parentScreenId, in UpdateRSTree() function in OHOS::Rosen::AbstractScreenController
141 abstractScreen->UpdateRSTree(surfaceNode, isAdd); in UpdateRSTree()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h46 …void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& …
H A Dabstract_screen.h53 …void UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd, bool needToUpdate = tru…
H A Ddisplay_manager_service.h88 …void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& …
H A Dabstract_screen_controller.h68 …void UpdateRSTree(ScreenId dmsScreenId, ScreenId parentScreenId, std::shared_ptr<RSSurfaceNode>& s…
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dstarting_window.h58 static void UpdateRSTree(sptr<WindowNode>& node, bool isMultiDisplay);