Home
last modified time | relevance | path

Searched refs:fullScreen (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_video_ffi.h37 void RequestFullscreen(bool fullScreen);
77 CJ_EXPORT void FfiOHOSAceFrameworkVideoControllerRequestFullscreen(bool fullScreen, int64_t selfID);
H A Dcj_video_ffi.cpp63 void NativeVideoController::RequestFullscreen(bool fullScreen) in RequestFullscreen() argument
66 videoController_->RequestFullscreen(fullScreen); in RequestFullscreen()
260 void FfiOHOSAceFrameworkVideoControllerRequestFullscreen(bool fullScreen, int64_t selfID) in FfiOHOSAceFrameworkVideoControllerRequestFullscreen() argument
264 self->RequestFullscreen(fullScreen); in FfiOHOSAceFrameworkVideoControllerRequestFullscreen()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.cpp165 [surface = extSurface_, fullScreen = isFullScreen]() { in SetIsFullScreen()
167 surface->SetIsFullScreen(fullScreen); in SetIsFullScreen()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp356 bool fullScreen = true; in HWTEST_F() local
358 sessionStage_->NotifySessionFullScreen(fullScreen); in HWTEST_F()
359 fullScreen = false; in HWTEST_F()
360 sessionStage_->NotifySessionFullScreen(fullScreen); in HWTEST_F()
H A Dscene_session_lifecycle_test.cpp1125 bool fullScreen = true; in HWTEST_F() local
1128 sceneSession->NotifySessionFullScreen(fullScreen); in HWTEST_F()
1131 sceneSession->NotifySessionFullScreen(fullScreen); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h70 MOCK_METHOD1(NotifySessionFullScreen, void(bool fullScreen));
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h75 void NotifySessionFullScreen(bool fullScreen) override;
H A Dsession_stage_interface.h164 virtual void NotifySessionFullScreen(bool fullScreen) {} in NotifySessionFullScreen() argument
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp394 bool fullScreen = data.ReadBool(); in HandleNotifySessionFullScreen() local
395 NotifySessionFullScreen(fullScreen); in HandleNotifySessionFullScreen()
H A Dsession_stage_proxy.cpp784 void SessionStageProxy::NotifySessionFullScreen(bool fullScreen) in NotifySessionFullScreen() argument
798 if (!data.WriteBool(fullScreen)) { in NotifySessionFullScreen()
799 TLOGE(WmsLogTag::WMS_LAYOUT, "Write fullScreen failed"); in NotifySessionFullScreen()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h164 void NotifySessionFullScreen(bool fullScreen) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp957 bool fullScreen = true; in HWTEST_F() local
958 windowSceneSession->NotifySessionFullScreen(fullScreen); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h396 void NotifySessionFullScreen(bool fullScreen);
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3510 void WindowSceneSessionImpl::NotifySessionFullScreen(bool fullScreen) in NotifySessionFullScreen() argument
3513 Maximize(fullScreen ? MaximizePresentation::ENTER_IMMERSIVE : MaximizePresentation::EXIT_IMMERSIVE); in NotifySessionFullScreen()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5823 bool fullScreen = false; in CheckWindowModeType() local
5844 fullScreen = true; in CheckWindowModeType()
5858 if (fullScreen) { in CheckWindowModeType()
5863 } else if (fullScreen) { in CheckWindowModeType()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4285 void SceneSession::NotifySessionFullScreen(bool fullScreen) in NotifySessionFullScreen() argument
4291 sessionStage_->NotifySessionFullScreen(fullScreen); in NotifySessionFullScreen()

Completed in 48 milliseconds