Home
last modified time | relevance | path

Searched refs:parentDisplayId (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp79 void DisplayManagerServiceInner::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, in UpdateRSTree() argument
82 DisplayManagerService::GetInstance().UpdateRSTree(displayId, parentDisplayId, surfaceNode, isAdd, isMultiDisplay); in UpdateRSTree()
H A Ddisplay_manager_service.cpp587 void DisplayManagerService::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, in UpdateRSTree() argument
591 "parentDisplayId: %{public}" PRIu64"", displayId, isAdd, isMultiDisplay, parentDisplayId); in UpdateRSTree()
593 ScreenId parentScreenId = GetScreenIdByDisplayId(parentDisplayId); in UpdateRSTree()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp87 DisplayId parentDisplayId = 0; in HWTEST_F() local
93 inner.UpdateRSTree(displayId, parentDisplayId, surfaceNode, isAdd, isMultiDisplay); in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h45 void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& surfaceNode,
H A Ddisplay_manager_service.h87 void UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, std::shared_ptr<RSSurfaceNode>& surfaceNode,
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h101 // parentDisplayId is the same as displayId in single-display mode
102 bool AddNodeOnRSTree(sptr<WindowNode>& node, DisplayId displayId, DisplayId parentDisplayId,
104 // parentDisplayId is the same as displayId in single-display mode
105 bool RemoveNodeFromRSTree(sptr<WindowNode>& node, DisplayId displayId, DisplayId parentDisplayId,
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp784 bool WindowNodeContainer::AddNodeOnRSTree(sptr<WindowNode>& node, DisplayId displayId, DisplayId parentDisplayId, in AddNodeOnRSTree() argument
794 WLOGFD("Id: %{public}d, displayId: %{public}" PRIu64", parentDisplayId: %{public}" PRIu64", " in AddNodeOnRSTree()
796 node->GetWindowId(), displayId, parentDisplayId, isMultiDisplay, animationPlayed); in AddNodeOnRSTree()
817 dms.UpdateRSTree(displayId, parentDisplayId, surfaceNode, true, isMultiDisplay); in AddNodeOnRSTree()
820 dms.UpdateRSTree(displayId, parentDisplayId, child->surfaceNode_, true, isMultiDisplay); in AddNodeOnRSTree()
853 bool WindowNodeContainer::RemoveNodeFromRSTree(sptr<WindowNode>& node, DisplayId displayId, DisplayId parentDisplayId, in RemoveNodeFromRSTree() argument
864 "parentDisplayId: %{public}" PRIu64", animationPlayed: %{public}d", in RemoveNodeFromRSTree()
865 node->GetWindowId(), displayId, isMultiDisplay, parentDisplayId, animationPlayed); in RemoveNodeFromRSTree()
879 dms.UpdateRSTree(displayId, parentDisplayId, surfaceNode, false, isMultiDisplay); in RemoveNodeFromRSTree()
882 dms.UpdateRSTree(displayId, parentDisplayId, chil in RemoveNodeFromRSTree()
[all...]

Completed in 6 milliseconds