Home
last modified time | relevance | path

Searched refs:SetLayoutFullScreen (Results 1 - 20 of 20) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test2.cpp413 * @tc.name: SetLayoutFullScreen
414 * @tc.desc: SetLayoutFullScreen
438 EXPECT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(true)); in HWTEST_F()
447 EXPECT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false)); in HWTEST_F()
450 EXPECT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false)); in HWTEST_F()
457 EXPECT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false)); in HWTEST_F()
491 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(true)); in HWTEST_F()
493 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false)); in HWTEST_F()
H A Dwindow_immersive_test.cpp328 * @tc.desc: SetLayoutFullScreen
342 ASSERT_EQ(WMError::WM_OK, window1->SetLayoutFullScreen(true)); in HWTEST_F()
345 ASSERT_EQ(WMError::WM_OK, window1->SetLayoutFullScreen(false)); in HWTEST_F()
H A Dwindow_layout_test.cpp106 window->SetLayoutFullScreen(true); in InitAvoidArea()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp956 * @tc.name: SetLayoutFullScreen
957 * @tc.desc: SetLayoutFullScreen test
960 HWTEST_F(WindowImplTest2, SetLayoutFullScreen, Function | SmallTest | Level3) in HWTEST_F()
963 option->SetWindowName("SetLayoutFullScreen"); in HWTEST_F()
972 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetLayoutFullScreen(true)); in HWTEST_F()
979 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(true)); in HWTEST_F()
986 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(true)); in HWTEST_F()
993 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(true)); in HWTEST_F()
1000 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false)); in HWTEST_F()
1007 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(fals in HWTEST_F()
[all...]
H A Dwindow_scene_session_impl_test.cpp920 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetLayoutFullScreen(false)); in HWTEST_F()
1576 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(true)); in HWTEST_F()
1578 ASSERT_EQ(WMError::WM_OK, window->SetLayoutFullScreen(false)); in HWTEST_F()
1595 * @tc.desc: SetLayoutFullScreen test
1609 WMError res = window->SetLayoutFullScreen(false); in HWTEST_F()
1616 * @tc.desc: SetLayoutFullScreen test
1628 WMError res = window->SetLayoutFullScreen(false); in HWTEST_F()
H A Dwindow_test.cpp506 * @tc.name: SetLayoutFullScreen
510 HWTEST_F(WindowTest, SetLayoutFullScreen, Function | SmallTest | Level2) in HWTEST_F()
514 auto ret = window->SetLayoutFullScreen(true); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp408 WMError WindowImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() function in OHOS::Rosen::WindowImpl
423 ret = SetLayoutFullScreen(status); in SetFullScreen()
425 WLOGFE("SetLayoutFullScreen errCode:%{public}d", static_cast<int32_t>(ret)); in SetFullScreen()
/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 in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h65 WMError SetLayoutFullScreen(bool status) override;
H A Dwindow_impl.h154 virtual WMError SetLayoutFullScreen(bool status) override;
/foundation/window/window_manager/previewer/include/
H A Dwindow.h165 virtual WMError SetLayoutFullScreen(bool status) = 0;
H A Dwindow_impl.h94 virtual WMError SetLayoutFullScreen(bool status) override;
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h76 static napi_value SetLayoutFullScreen(napi_env env, napi_callback_info info);
H A Djs_window.cpp313 napi_value JsWindow::SetLayoutFullScreen(napi_env env, napi_callback_info info) in SetLayoutFullScreen() function in OHOS::Rosen::JsWindow
315 TLOGD(WmsLogTag::WMS_IMMS, "SetLayoutFullScreen"); in SetLayoutFullScreen()
2492 WMError ret = weakWindow->SetLayoutFullScreen(isLayoutFullScreen); in OnSetLayoutFullScreen()
2496 TLOGE(WmsLogTag::WMS_IMMS, "SetLayoutFullScreen failed, ret = %{public}d", ret); in OnSetLayoutFullScreen()
2589 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetLayoutFullScreen(isLayoutFullScreen)); in OnSetWindowLayoutFullScreen()
6948 BindNativeFunction(env, object, "setLayoutFullScreen", moduleName, JsWindow::SetLayoutFullScreen); in BindFunctions()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h831 virtual WMError SetLayoutFullScreen(bool status) { return WMError::WM_OK; } in SetLayoutFullScreen() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp376 window->SetLayoutFullScreen(boolVal); in CheckWindowImplFunctionsPart1()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp951 WMError WindowImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() function in OHOS::Rosen::WindowImpl
1011 ret = SetLayoutFullScreen(status); in SetFullScreen()
1013 WLOGFE("SetLayoutFullScreen errCode:%{public}d winId:%{public}u", in SetFullScreen()
2200 return SetLayoutFullScreen(enableImmersiveMode_); in SetImmersiveModeEnabledState()
H A Dwindow_scene_session_impl.cpp1895 WMError WindowSceneSessionImpl::SetLayoutFullScreen(bool status) in SetLayoutFullScreen() function in OHOS::Rosen::WindowSceneSessionImpl
2198 SetLayoutFullScreen(enableImmersiveMode_); in Maximize()
4113 return SetLayoutFullScreen(enableImmersiveMode_); in SetImmersiveModeEnabledState()
/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()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1211 dialogWindow_->SetLayoutFullScreen(true); in InitToastDialogWindow()

Completed in 56 milliseconds