Home
last modified time | relevance | path

Searched defs:dstMode (Results 1 – 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
Dwindow_node_container_test.cpp729 WindowMode dstMode = WindowMode::WINDOW_MODE_FLOATING; variable
758 WindowMode dstMode = WindowMode::WINDOW_MODE_SPLIT_PRIMARY; variable
/foundation/window/window_manager/wmserver/src/
Dwindow_node_container.cpp2148 WMError WindowNodeContainer::SwitchLayoutPolicy(WindowLayoutMode dstMode, DisplayId displayId, bool… in SwitchLayoutPolicy()
2416 …deContainer::UpdateSizeChangeReason(sptr<WindowNode>& node, WindowMode srcMode, WindowMode dstMode) in UpdateSizeChangeReason()
2434 WMError WindowNodeContainer::SetWindowMode(sptr<WindowNode>& node, WindowMode dstMode) in SetWindowMode()
2498 const WindowMode& dstMode, const WindowMode& srcMode) in ResetWindowZOrderPriorityWhenSetMode()
Dwindow_controller.cpp748 WMError WindowController::SetWindowMode(uint32_t windowId, WindowMode dstMode) in SetWindowMode()
Dwindow_root.cpp914 WMError WindowRoot::SetWindowMode(sptr<WindowNode>& node, WindowMode dstMode) in SetWindowMode()