Searched refs:UpdateDisplayGroupRSTree (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 110 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, true); in HWTEST_F() 116 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, true); in HWTEST_F() 121 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, false); in HWTEST_F() 125 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, false); in HWTEST_F() 129 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, false); in HWTEST_F() 133 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, 0, true); in HWTEST_F() 914 * @tc.desc: UpdateDisplayGroupRSTree 923 absScreen_->UpdateDisplayGroupRSTree(surfaceNode, parentNodeId, isAdd); in HWTEST_F() 929 * @tc.desc: UpdateDisplayGroupRSTree 941 absScreen_->UpdateDisplayGroupRSTree(surfaceNod in HWTEST_F() [all...] |
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 56 void UpdateDisplayGroupRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, NodeId parentNodeId, bool isAdd);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 154 void AbstractScreen::UpdateDisplayGroupRSTree(std::shared_ptr<RSSurfaceNode>& surfaceNode, NodeId parentNodeId,
in UpdateDisplayGroupRSTree() function in OHOS::Rosen::AbstractScreen
|
H A D | abstract_screen_controller.cpp | 139 abstractScreen->UpdateDisplayGroupRSTree(surfaceNode, parentAbstractScreen->rsDisplayNode_->GetId(), isAdd);
in UpdateRSTree()
|
Completed in 8 milliseconds