Searched refs:UpdateDisplayGroupRSTree (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 110 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, true); 116 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, true); 121 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, false); 125 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, false); 129 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, false); 133 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, true); 923 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, parentNodeId, isAdd); 941 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, parentNodeId, isAdd); 961 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, parentNodeId, isAdd); 981 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, parentNodeId, isAdd); [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 56 …void UpdateDisplayGroupRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, NodeId parentNodeId, bo…
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 154 void AbstractScreen::UpdateDisplayGroupRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, NodeId p… in UpdateDisplayGroupRSTree() function in OHOS::Rosen::AbstractScreen
|
H A D | abstract_screen_controller.cpp | 139 …abstractScreen->UpdateDisplayGroupRSTree(surfaceNode, parentAbstractScreen->rsDisplayNode_->GetId(… in UpdateRSTree()
|