Searched refs:belowAppWindowNode_ (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 114 std::for_each(belowAppWindowNode_->children_.begin(), belowAppWindowNode_->children_.end(), counter); in GetWindowCountByType() 405 std::vector<sptr<WindowNode>> rootNodes = { belowAppWindowNode_, appWindowNode_, aboveAppWindowNode_ }; in SetBelowScreenlockVisible() 928 for (auto& node : belowAppWindowNode_->children_) { in Destroy() 948 return belowAppWindowNode_; in FindRoot() 958 std::vector<sptr<WindowNode>> rootNodes = { aboveAppWindowNode_, appWindowNode_, belowAppWindowNode_ }; in FindWindowNodeById() 1191 return belowAppWindowNode_; in GetRootNode() 1253 std::vector<sptr<WindowNode>> rootNodes = { aboveAppWindowNode_, appWindowNode_, belowAppWindowNode_ }; in GetExpectImmersiveProperty() 1255 rootNodes = { aboveAppWindowNode_, belowAppWindowNode_ }; in GetExpectImmersiveProperty() 1596 for (auto& node : belowAppWindowNode_ in TraverseContainer() [all...] |
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 214 sptr<WindowNode> belowAppWindowNode_ = new WindowNode(); member in OHOS::Rosen::WindowNodeContainer
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 294 container->belowAppWindowNode_->children_.insert(container->belowAppWindowNode_->children_.end(), node1); in HWTEST_F() 852 container_->belowAppWindowNode_->children_.clear(); in HWTEST_F()
|
Completed in 7 milliseconds