Home
last modified time | relevance | path

Searched refs:appWindowNode_ (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp295 container->appWindowNode_->children_.insert(container->appWindowNode_->children_.end(), node2); in HWTEST_F()
551 ASSERT_EQ(1, container->appWindowNode_->children_.size()); in HWTEST_F()
558 ASSERT_EQ(2, container->appWindowNode_->children_.size()); in HWTEST_F()
675 ASSERT_EQ(1, container->appWindowNode_->children_.size()); in HWTEST_F()
765 ASSERT_EQ(1, container->appWindowNode_->children_.size()); in HWTEST_F()
787 ASSERT_EQ(1, container->appWindowNode_->children_.size()); in HWTEST_F()
809 ASSERT_EQ(1, container->appWindowNode_->children_.size()); in HWTEST_F()
830 ASSERT_EQ(1, container->appWindowNode_->children_.size()); in HWTEST_F()
853 container_->appWindowNode_ in HWTEST_F()
[all...]
H A Dwindow_manager_service_test.cpp353 container->appWindowNode_->children_.push_back(appNode); in HWTEST_F()
354 container->appWindowNode_->children_.push_back(compNode); in HWTEST_F()
386 container->appWindowNode_->children_.push_back(appNode2); in HWTEST_F()
387 container->appWindowNode_->children_.push_back(appNode1); in HWTEST_F()
423 container->appWindowNode_->children_.push_back(appNode); in HWTEST_F()
424 container->appWindowNode_->children_.push_back(compNode1); in HWTEST_F()
425 container->appWindowNode_->children_.push_back(compNode2); in HWTEST_F()
473 container->appWindowNode_->children_.push_back(appNode); in HWTEST_F()
474 container->appWindowNode_->children_.push_back(compNode); in HWTEST_F()
H A Ddisplay_group_controller_test.cpp154 container_->appWindowNode_ = nullptr; in HWTEST_F()
157 container_->appWindowNode_ = originRootNode; in HWTEST_F()
H A Dwindow_root_test.cpp561 container->appWindowNode_->children_.push_back(windowNode); in HWTEST_F()
566 container->appWindowNode_->children_.clear(); in HWTEST_F()
H A Dwindow_layout_policy_test.cpp613 node->parent_ = container_->appWindowNode_; in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp115 std::for_each(appWindowNode_->children_.begin(), appWindowNode_->children_.end(), counter); in GetWindowCountByType()
131 std::for_each(appWindowNode_->children_.begin(), appWindowNode_->children_.end(), counter); in GetMainFloatingWindowCount()
275 ResetAllMainFloatingWindowZOrder(appWindowNode_); in AddWindowNode()
405 std::vector<sptr<WindowNode>> rootNodes = { belowAppWindowNode_, appWindowNode_, aboveAppWindowNode_ }; in SetBelowScreenlockVisible()
530 for (auto& child : appWindowNode_->children_) { in GetAppWindowNum()
585 if (rootNode != appWindowNode_ && rootNode != aboveAppWindowNode_) { in ResetAllMainFloatingWindowZOrder()
670 for (auto& child : appWindowNode_->children_) { in UpdateSizeChangeReason()
931 for (auto& node : appWindowNode_ in Destroy()
[all...]
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h215 sptr<WindowNode> appWindowNode_ = new WindowNode(); member in OHOS::Rosen::WindowNodeContainer

Completed in 14 milliseconds