Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h66 uint32_t GetMainFloatingWindowCount();
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp938 HWTEST_F(WindowNodeContainerTest, GetMainFloatingWindowCount, Function | SmallTest | Level2)
969 auto result = container->GetMainFloatingWindowCount();
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp120 uint32_t WindowNodeContainer::GetMainFloatingWindowCount() in GetMainFloatingWindowCount() function in OHOS::Rosen::WindowNodeContainer
2021 auto windowNumber = GetMainFloatingWindowCount(); in MinimizeOldestMainFloatingWindow()