Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h131 static void SetMaxMainFloatingWindowNumber(uint32_t maxNumber);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp417 WindowNodeContainer::SetMaxMainFloatingWindowNumber(static_cast<uint32_t>(numbers[0])); in ConfigureWindowManagerService()
H A Dwindow_node_container.cpp543 void WindowNodeContainer::SetMaxMainFloatingWindowNumber(uint32_t maxNumber) in SetMaxMainFloatingWindowNumber() function in OHOS::Rosen::WindowNodeContainer