Searched refs:SetLayoutFullScreenByApiVersion (Results 1 – 7 of 7) sorted by relevance
508 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in ArkUIFrameworkSupport()513 SetLayoutFullScreenByApiVersion(isIgnoreSafeArea_); in ArkUIFrameworkSupport()
1904 WMError WindowSceneSessionImpl::SetLayoutFullScreenByApiVersion(bool status) in SetLayoutFullScreenByApiVersion() function in OHOS::Rosen::WindowSceneSessionImpl1990 WMError ret = SetLayoutFullScreenByApiVersion(status); in SetLayoutFullScreen()2186 WMError ret = SetLayoutFullScreenByApiVersion(status); in SetFullScreen()2316 SetLayoutFullScreenByApiVersion(enableImmersiveMode_); in Maximize()3608 ret = SetLayoutFullScreenByApiVersion(true); in UpdateWindowMode()
1375 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
195 WMError SetLayoutFullScreenByApiVersion(bool status) override;
312 virtual WMError SetLayoutFullScreenByApiVersion(bool status);
1355 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));
525 HWTEST_F(WindowSessionImplTwoTest, SetLayoutFullScreenByApiVersion, Function | SmallTest | Level2)530 ASSERT_EQ(window->SetLayoutFullScreenByApiVersion(true), WMError::WM_OK);