Home
last modified time | relevance | path

Searched refs:GetWindowCountByType (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp281 ASSERT_EQ(0, container->GetWindowCountByType(WindowType::BELOW_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F()
297 ASSERT_EQ(0, container->GetWindowCountByType(WindowType::WINDOW_TYPE_KEYGUARD)); in HWTEST_F()
298 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW)); in HWTEST_F()
299 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::BELOW_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F()
300 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F()
304 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW)); in HWTEST_F()
305 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::BELOW_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F()
306 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h65 uint32_t GetWindowCountByType(WindowType windowType);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp834 uint32_t mainWindowNumber = container->GetWindowCountByType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in AddWindowNode()
H A Dwindow_node_container.cpp106 uint32_t WindowNodeContainer::GetWindowCountByType(WindowType windowType) in GetWindowCountByType() function in OHOS::Rosen::WindowNodeContainer

Completed in 10 milliseconds