Home
last modified time | relevance | path

Searched refs:SetLayoutFullScreen (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test.cpp342 ASSERT_EQ(WMError::WM_OK, window1->SetLayoutFullScreen(true));
345 ASSERT_EQ(WMError::WM_OK, window1->SetLayoutFullScreen(false));
H A Dwindow_layout_test.cpp107 window->SetLayoutFullScreen(true); in InitAvoidArea()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1008 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetLayoutFullScreen(false));
1672 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(true));
1674 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false));
1694 HWTEST_F(WindowSceneSessionImplTest, SetLayoutFullScreen, Function | SmallTest | Level3)
1700 window->SetLayoutFullScreen(false);
1707 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false));
H A Dwindow_impl_test2.cpp960 HWTEST_F(WindowImplTest2, SetLayoutFullScreen, Function | SmallTest | Level3)
972 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetLayoutFullScreen(true));
979 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(true));
986 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(true));
993 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(true));
1000 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false));
1007 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(false));
H A Dwindow_test.cpp454 HWTEST_F(WindowTest, SetLayoutFullScreen, Function | SmallTest | Level2)
458 auto ret = window->SetLayoutFullScreen(true);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h71 virtual WMError SetLayoutFullScreen(bool status) {return WMError::WM_OK;} in SetLayoutFullScreen() function
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp428 WMError WindowImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() function in OHOS::Rosen::WindowImpl
443 ret = SetLayoutFullScreen(status); in SetFullScreen()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h67 WMError SetLayoutFullScreen(bool status) override;
H A Dwindow_impl.h154 virtual WMError SetLayoutFullScreen(bool status) override;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h94 virtual WMError SetLayoutFullScreen(bool status) override;
H A Dwindow.h167 virtual WMError SetLayoutFullScreen(bool status) = 0;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h77 static napi_value SetLayoutFullScreen(napi_env env, napi_callback_info info);
H A Djs_window.cpp325 napi_value JsWindow::SetLayoutFullScreen(napi_env env, napi_callback_info info) in SetLayoutFullScreen() function in OHOS::Rosen::JsWindow
2605 WMError ret = weakWindow->SetLayoutFullScreen(isLayoutFullScreen); in OnSetLayoutFullScreen()
2704 … WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetLayoutFullScreen(isLayoutFullScreen)); in OnSetWindowLayoutFullScreen()
6987 … BindNativeFunction(env, object, "setLayoutFullScreen", moduleName, JsWindow::SetLayoutFullScreen); in BindFunctions()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h853 virtual WMError SetLayoutFullScreen(bool status) { return WMError::WM_OK; } in SetLayoutFullScreen() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp376 window->SetLayoutFullScreen(boolVal); in CheckWindowImplFunctionsPart1()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp984 WMError WindowImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() function in OHOS::Rosen::WindowImpl
1044 ret = SetLayoutFullScreen(status); in SetFullScreen()
2237 return SetLayoutFullScreen(enableImmersiveMode_); in SetImmersiveModeEnabledState()
H A Dwindow_scene_session_impl.cpp1953 WMError WindowSceneSessionImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() function in OHOS::Rosen::WindowSceneSessionImpl
2262 SetLayoutFullScreen(enableImmersiveMode_); in Maximize()
4276 return SetLayoutFullScreen(enableImmersiveMode_); in SetImmersiveModeEnabledState()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp289 … WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetLayoutFullScreen(isLayoutFullScreen)); in SetWindowLayoutFullScreen()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1199 dialogWindow_->SetLayoutFullScreen(true); in InitToastDialogWindow()