Searched refs:aboveAppWindowNode_ (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 116 std::for_each(aboveAppWindowNode_->children_.begin(), aboveAppWindowNode_->children_.end(), counter); in GetWindowCountByType() 132 std::for_each(aboveAppWindowNode_->children_.begin(), aboveAppWindowNode_->children_.end(), counter); in GetMainFloatingWindowCount() 159 (parentNode->parent_ == aboveAppWindowNode_))) { in AddWindowNodeOnWindowTree() 405 std::vector<sptr<WindowNode>> rootNodes = { belowAppWindowNode_, appWindowNode_, aboveAppWindowNode_ }; in SetBelowScreenlockVisible() 585 if (rootNode != appWindowNode_ && rootNode != aboveAppWindowNode_) { in ResetAllMainFloatingWindowZOrder() 934 for (auto& node : aboveAppWindowNode_->children_) { in Destroy() 951 return aboveAppWindowNode_; in FindRoot() 958 std::vector<sptr<WindowNode>> rootNodes = { aboveAppWindowNode_, appWindowNode in FindWindowNodeById() [all...] |
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 296 container->aboveAppWindowNode_->children_.insert(container->aboveAppWindowNode_->children_.end(), node3); in HWTEST_F() 696 ASSERT_EQ(1, container->aboveAppWindowNode_->children_.size()); in HWTEST_F() 718 ASSERT_EQ(1, container->aboveAppWindowNode_->children_.size()); in HWTEST_F() 740 ASSERT_EQ(1, container->aboveAppWindowNode_->children_.size()); in HWTEST_F() 854 container_->aboveAppWindowNode_->children_.clear(); in HWTEST_F() 965 container->aboveAppWindowNode_->children_.push_back(window2); in HWTEST_F() 967 container->aboveAppWindowNode_->children_.push_back(window4); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 216 sptr<WindowNode> aboveAppWindowNode_ = new WindowNode(); member in OHOS::Rosen::WindowNodeContainer
|
Completed in 6 milliseconds