Home
last modified time | relevance | path

Searched refs:SetLayoutFullScreenByApiVersion (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp508 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in ArkUIFrameworkSupport()
513 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in ArkUIFrameworkSupport()
H A Dwindow_scene_session_impl.cpp1904 WMError WindowSceneSessionImpl::SetLayoutFullScreenByApiVersion(bool status) in SetLayoutFullScreenByApiVersion() function in OHOS::Rosen::WindowSceneSessionImpl
1990 WMError ret = SetLayoutFullScreenByApiVersion(status); in SetLayoutFullScreen()
2186 WMError ret = SetLayoutFullScreenByApiVersion(status); in SetFullScreen()
2316 SetLayoutFullScreenByApiVersion(enableImmersiveMode_); in Maximize()
3608 ret = SetLayoutFullScreenByApiVersion(true); in UpdateWindowMode()
H A Dwindow_session_impl.cpp1375 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in SetUIContentInner()
1380 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in SetUIContentInner()
1382 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in SetUIContentInner()
3899 WMError WindowSessionImpl::SetLayoutFullScreenByApiVersion(bool status) in SetLayoutFullScreenByApiVersion() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h195 WMError SetLayoutFullScreenByApiVersion(bool status) override;
H A Dwindow_session_impl.h312 virtual WMError SetLayoutFullScreenByApiVersion(bool status);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1355 HWTEST_F(WindowSceneSessionImplTest, SetLayoutFullScreenByApiVersion, Function | SmallTest | Level3)
1360 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetLayoutFullScreenByApiVersion(false));
1367 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreenByApiVersion(false));
H A Dwindow_session_impl_two_test.cpp525 HWTEST_F(WindowSessionImplTwoTest, SetLayoutFullScreenByApiVersion, Function | SmallTest | Level2)
530 ASSERT_EQ(window->SetLayoutFullScreenByApiVersion(true), WMError::WM_OK);