/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 109 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 D | display_manager_service_inner_test.cpp | 84 HWTEST_F(DisplayManagerServiceInnerTest, UpdateRSTree, Function | SmallTest | Level1) 93 inner.UpdateRSTree(displayId, parentDisplayId, surfaceNode, isAdd, isMultiDisplay);
|
H A D | abstract_screen_controller_test.cpp | 318 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 D | display_manager_service_test.cpp | 348 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 D | starting_window.cpp | 327 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 D | window_node_container.cpp | 818 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 D | window_controller.cpp | 893 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 D | display_manager_service_inner.cpp | 79 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 D | abstract_screen.cpp | 74 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 D | display_manager_service.cpp | 594 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 D | abstract_screen_controller.cpp | 121 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 D | display_manager_service_inner.h | 46 …void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& …
|
H A D | abstract_screen.h | 53 …void UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd, bool needToUpdate = tru…
|
H A D | display_manager_service.h | 88 …void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& …
|
H A D | abstract_screen_controller.h | 68 …void UpdateRSTree(ScreenId dmsScreenId, ScreenId parentScreenId, std::shared_ptr<RSSurfaceNode>& s…
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | starting_window.h | 58 static void UpdateRSTree(sptr<WindowNode>& node, bool isMultiDisplay);
|