Searched refs:CheckWindowNodeWhetherInWindowTree (Results 1 – 2 of 2) sorted by relevance
172 bool CheckWindowNodeWhetherInWindowTree(const sptr<WindowNode>& node) const;
1302 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