Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h172 bool CheckWindowNodeWhetherInWindowTree(const sptr<WindowNode>& node) const;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1302 return CheckWindowNodeWhetherInWindowTree(node); in NotifyIfAvoidAreaChanged()
1323 return CheckWindowNodeWhetherInWindowTree(node); in ProcessWindowAvoidAreaChangeWhenDisplayChange()
1630 if (CheckWindowNodeWhetherInWindowTree(node)) { in GetAvoidAreaByType()
1636 bool WindowNodeContainer::CheckWindowNodeWhetherInWindowTree(const sptr<WindowNode>& node) const in CheckWindowNodeWhetherInWindowTree() function in OHOS::Rosen::WindowNodeContainer