Searched refs:isInWindowTree (Results 1 – 1 of 1) sorted by relevance
1638 bool isInWindowTree = false; in CheckWindowNodeWhetherInWindowTree() local1639 WindowNodeOperationFunc func = [&node, &isInWindowTree](sptr<WindowNode> windowNode) { in CheckWindowNodeWhetherInWindowTree()1641 isInWindowTree = true; in CheckWindowNodeWhetherInWindowTree()1647 return isInWindowTree; in CheckWindowNodeWhetherInWindowTree()