Home
last modified time | relevance | path

Searched refs:UpdateDecorEnable (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp891 * @tc.name: UpdateDecorEnable
892 * @tc.desc: UpdateDecorEnable
895 HWTEST_F(WindowSessionImplTest2, UpdateDecorEnable, Function | SmallTest | Level2) in HWTEST_F()
897 auto window = GetTestWindowImpl("UpdateDecorEnable"); in HWTEST_F()
901 window->UpdateDecorEnable(true, WindowMode::WINDOW_MODE_UNDEFINED); in HWTEST_F()
904 window->UpdateDecorEnable(true, WindowMode::WINDOW_MODE_FULLSCREEN); in HWTEST_F()
907 window->UpdateDecorEnable(true, WindowMode::WINDOW_MODE_FULLSCREEN); in HWTEST_F()
908 window->UpdateDecorEnable(false, WindowMode::WINDOW_MODE_FULLSCREEN); in HWTEST_F()
H A Dwindow_impl_test3.cpp763 * @tc.name: UpdateDecorEnable
764 * @tc.desc: UpdateDecorEnable test
767 HWTEST_F(WindowImplTest3, UpdateDecorEnable, Function | SmallTest | Level3) in HWTEST_F()
782 window->UpdateDecorEnable(true); in HWTEST_F()
786 window->UpdateDecorEnable(); in HWTEST_F()
790 window->UpdateDecorEnable(); in HWTEST_F()
H A Dwindow_session_impl_test.cpp767 * @tc.name: UpdateDecorEnable
768 * @tc.desc: UpdateDecorEnable
771 HWTEST_F(WindowSessionImplTest, UpdateDecorEnable, Function | SmallTest | Level2) in HWTEST_F()
773 GTEST_LOG_(INFO) << "WindowSessionImplTest: UpdateDecorEnable start"; in HWTEST_F()
775 option->SetWindowName("UpdateDecorEnable"); in HWTEST_F()
780 window->UpdateDecorEnable(true); in HWTEST_F()
781 window->UpdateDecorEnable(false); in HWTEST_F()
783 GTEST_LOG_(INFO) << "WindowSessionImplTest: UpdateDecorEnable end"; in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp456 windowSession->UpdateDecorEnable(false); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp106 UpdateDecorEnable(); in WindowImpl()
418 UpdateDecorEnable(); in SetWindowType()
444 UpdateDecorEnable(); in SetWindowMode()
652 UpdateDecorEnable(true); in SetUIContentInner()
1376 UpdateDecorEnable(); in Create()
1669 UpdateDecorEnable(true); in Show()
2121 UpdateDecorEnable(true); in DisableAppWindowDecor()
2784 UpdateDecorEnable(true); in UpdateMode()
3444 void WindowImpl::UpdateDecorEnable(bool needNotify) in UpdateDecorEnable() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2128 UpdateDecorEnable(true); in SetFullScreen()
2277 UpdateDecorEnable(true); in MaximizeFloating()
2283 UpdateDecorEnable(true); in MaximizeFloating()
2314 UpdateDecorEnable(true); in Recover()
2380 UpdateDecorEnable(true); in Recover()
2518 UpdateDecorEnable(true); in DisableAppWindowDecor()
3477 UpdateDecorEnable(true); in UpdateWindowModeImmediately()
3488 UpdateDecorEnable(true, mode); in UpdateWindowModeImmediately()
H A Dwindow_extension_session_impl.cpp536 UpdateDecorEnable(true); in NapiSetUIContent()
H A Dwindow_session_impl.cpp1328 UpdateDecorEnable(true); in SetUIContentInner()
1408 void WindowSessionImpl::UpdateDecorEnable(bool needNotify, WindowMode mode) in UpdateDecorEnable() function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h303 void UpdateDecorEnable(bool needNotify = false, WindowMode mode = WindowMode::WINDOW_MODE_UNDEFINED);
H A Dwindow_impl.h421 void UpdateDecorEnable(bool needNotify = false);

Completed in 35 milliseconds