Home
last modified time | relevance | path

Searched defs:restoreFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp719 auto restoreFunc = [](uint32_t windowId, WindowMode mode) { in __anona37d80c60302() variable
741 auto restoreFunc = [](uint32_t windowId, WindowMode mode) { in __anona37d80c60402() variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2044 std::function<bool(uint32_t, WindowMode)> restoreFunc, bool restore) in ToggleShownStateForAllAppWindows()
2121 …id WindowNodeContainer::RestoreAllAppWindows(std::function<bool(uint32_t, WindowMode)> restoreFunc) in RestoreAllAppWindows()
H A Dwindow_root.cpp564 auto restoreFunc = [this](uint32_t windowId, WindowMode mode) { in ToggleShownStateForAllAppWindows() local