Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h79 WMError ToggleShownStateForAllAppWindows(std::function<bool(uint32_t, WindowMode)> restoreFunc, bool restore);
81 void RestoreAllAppWindows(std::function<bool(uint32_t, WindowMode)> restoreFunc);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp719 auto restoreFunc = [](uint32_t windowId, WindowMode mode) { in HWTEST_F() local
722 ASSERT_EQ(WMError::WM_OK, container->ToggleShownStateForAllAppWindows(restoreFunc, true)); in HWTEST_F()
741 auto restoreFunc = [](uint32_t windowId, WindowMode mode) { in HWTEST_F() local
744 ASSERT_EQ(WMError::WM_DO_NOTHING, container->ToggleShownStateForAllAppWindows(restoreFunc, true)); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2043 std::function<bool(uint32_t, WindowMode)> restoreFunc, bool restore) in ToggleShownStateForAllAppWindows()
2063 RestoreAllAppWindows(restoreFunc); in ToggleShownStateForAllAppWindows()
2120 void WindowNodeContainer::RestoreAllAppWindows(std::function<bool(uint32_t, WindowMode)> restoreFunc) in RestoreAllAppWindows() argument
2136 if (!restoreFunc(windowId, backupWindowMode_[windowId])) { in RestoreAllAppWindows()
2042 ToggleShownStateForAllAppWindows( std::function<bool(uint32_t, WindowMode)> restoreFunc, bool restore) ToggleShownStateForAllAppWindows() argument
H A Dwindow_root.cpp564 auto restoreFunc = [this](uint32_t windowId, WindowMode mode) { in ToggleShownStateForAllAppWindows()
588 WMError tmpRes = container->ToggleShownStateForAllAppWindows(restoreFunc, isAllAppWindowsEmpty); in ToggleShownStateForAllAppWindows()

Completed in 10 milliseconds