Home
last modified time | relevance | path

Searched refs:FindRoot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h140 sptr<WindowNode> FindRoot(WindowType type) const;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp138 sptr<WindowNode> root = FindRoot(node->GetWindowType()); in AddWindowNodeOnWindowTree()
941 sptr<WindowNode> WindowNodeContainer::FindRoot(WindowType type) const in FindRoot() function in OHOS::Rosen::WindowNodeContainer