/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 109 absScreen_->UpdateRSTree(surfaceNode, true); in HWTEST_F() 115 absScreen_->UpdateRSTree(surfaceNode, true); in HWTEST_F() 120 absScreen_->UpdateRSTree(surfaceNode, true); in HWTEST_F() 124 absScreen_->UpdateRSTree(surfaceNode, false); in HWTEST_F() 128 absScreen_->UpdateRSTree(surfaceNode, false, false); in HWTEST_F() 132 absScreen_->UpdateRSTree(surfaceNode, false, false); in HWTEST_F() 746 * @tc.desc: UpdateRSTree 756 absScreen_->UpdateRSTree(surfaceNode, isAdd, needToUpdate); in HWTEST_F() 762 * @tc.desc: UpdateRSTree 773 absScreen_->UpdateRSTree(surfaceNod in HWTEST_F() [all...] |
H A D | display_manager_service_inner_test.cpp | 80 * @tc.name: UpdateRSTree 81 * @tc.desc: test function : UpdateRSTree 84 HWTEST_F(DisplayManagerServiceInnerTest, UpdateRSTree, Function | SmallTest | Level1) in HWTEST_F() 93 inner.UpdateRSTree(displayId, parentDisplayId, surfaceNode, isAdd, isMultiDisplay); in HWTEST_F()
|
H A D | abstract_screen_controller_test.cpp | 310 * @tc.name: UpdateRSTree 311 * @tc.desc: UpdateRSTree test 318 absController_->UpdateRSTree(id, id, node, true, true); in HWTEST_F() 322 * @tc.name: UpdateRSTree 323 * @tc.desc: UpdateRSTree test 331 absController_->UpdateRSTree(id, parentId, node, true, true); in HWTEST_F() 336 * @tc.name: UpdateRSTree 337 * @tc.desc: UpdateRSTree test 349 absController_->UpdateRSTree(id, parentId, node, true, true); in HWTEST_F() 352 * @tc.name: UpdateRSTree [all...] |
H A D | display_manager_service_test.cpp | 348 dms_->UpdateRSTree(DISPLAY_ID_INVALID, DISPLAY_ID_INVALID, surfaceNode, true, false); in HWTEST_F() 349 dms_->UpdateRSTree(0, 0, surfaceNode, true, false); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 326 UpdateRSTree(node, isMultiDisplay); in AddNodeOnRSTree() 353 void StartingWindow::UpdateRSTree(sptr<WindowNode>& node, bool isMultiDisplay) in UpdateRSTree() function in OHOS::Rosen::StartingWindow 362 dms.UpdateRSTree(displayId, displayId, node->leashWinSurfaceNode_, true, isMultiDisplay); in UpdateRSTree() 371 dms.UpdateRSTree(shownDisplayId, shownDisplayId, node->leashWinSurfaceNode_, true, isMultiDisplay); in UpdateRSTree() 373 dms.UpdateRSTree(shownDisplayId, shownDisplayId, node->surfaceNode_, true, isMultiDisplay); in UpdateRSTree() 380 dms.UpdateRSTree(shownDisplayId, shownDisplayId, child->surfaceNode_, true, isMultiDisplay); in UpdateRSTree()
|
H A D | window_node_container.cpp | 817 dms.UpdateRSTree(displayId, parentDisplayId, surfaceNode, true, isMultiDisplay); in AddNodeOnRSTree() 820 dms.UpdateRSTree(displayId, parentDisplayId, child->surfaceNode_, true, isMultiDisplay); in AddNodeOnRSTree() 879 dms.UpdateRSTree(displayId, parentDisplayId, surfaceNode, false, isMultiDisplay); in RemoveNodeFromRSTree() 882 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()
|
/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, isMultiDisplay);
in UpdateRSTree()
|
H A D | abstract_screen.cpp | 74 void AbstractScreen::UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd, bool needToUpdate)
in UpdateRSTree() function in OHOS::Rosen::AbstractScreen 239 UpdateRSTree(node, true, false);
in InitRSDefaultDisplayNode()
|
H A D | display_manager_service.cpp | 587 void DisplayManagerService::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId,
in UpdateRSTree() function in OHOS::Rosen::DisplayManagerService 590 WLOGFD("UpdateRSTree, currentDisplayId: %{public}" PRIu64", isAdd: %{public}d, isMultiDisplay: %{public}d, "
in UpdateRSTree() 596 abstractScreenController_->UpdateRSTree(screenId, parentScreenId, surfaceNode, isAdd, isMultiDisplay);
in UpdateRSTree()
|
H A D | abstract_screen_controller.cpp | 121 void AbstractScreenController::UpdateRSTree(ScreenId dmsScreenId, ScreenId parentScreenId,
in UpdateRSTree() function in OHOS::Rosen::AbstractScreenController 126 WLOGE("[UpdateRSTree] can not find abstractScreen");
in UpdateRSTree() 132 WLOGE("[UpdateRSTree] can not find parentAbstractScreen");
in UpdateRSTree() 141 abstractScreen->UpdateRSTree(surfaceNode, isAdd);
in UpdateRSTree()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service_inner.h | 45 void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& surfaceNode,
|
H A D | abstract_screen.h | 53 void UpdateRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd, bool needToUpdate = true);
|
H A D | abstract_screen_controller.h | 68 void UpdateRSTree(ScreenId dmsScreenId, ScreenId parentScreenId, std::shared_ptr<RSSurfaceNode>& surfaceNode,
|
H A D | display_manager_service.h | 87 void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& surfaceNode,
|
/foundation/window/window_manager/wmserver/include/ |
H A D | starting_window.h | 59 static void UpdateRSTree(sptr<WindowNode>& node, bool isMultiDisplay);
|