Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1638 bool isInWindowTree = false; in CheckWindowNodeWhetherInWindowTree() local
1639 WindowNodeOperationFunc func = [&node, &isInWindowTree](sptr<WindowNode> windowNode) { in CheckWindowNodeWhetherInWindowTree()
1641 isInWindowTree = true; in CheckWindowNodeWhetherInWindowTree()
1647 return isInWindowTree; in CheckWindowNodeWhetherInWindowTree()