Home
last modified time | relevance | path

Searched refs:NotifySessionFullScreen (Results 1 - 14 of 14) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp350 * @tc.name: NotifySessionFullScreen
351 * @tc.desc: test function : NotifySessionFullScreen
354 HWTEST_F(SessionStageProxyTest, NotifySessionFullScreen, Function | SmallTest | Level1) in HWTEST_F()
358 sessionStage_->NotifySessionFullScreen(fullScreen); in HWTEST_F()
360 sessionStage_->NotifySessionFullScreen(fullScreen); in HWTEST_F()
H A Dscene_session_lifecycle_test.cpp1109 * @tc.desc: NotifySessionFullScreen
1112 HWTEST_F(SceneSessionLifecycleTest, NotifySessionFullScreen, Function | SmallTest | Level2) in HWTEST_F()
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() function in OHOS::OHOS::OHOS::Rosen::ISessionStage
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp318 sceneSession->NotifySessionFullScreen(true); in PendingSessionActivation()
H A Djs_scene_session.cpp3181 sceneSession->NotifySessionFullScreen(true); in PendingSessionActivation()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h164 void NotifySessionFullScreen(bool fullScreen) override;
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp395 NotifySessionFullScreen(fullScreen); in HandleNotifySessionFullScreen()
H A Dsession_stage_proxy.cpp784 void SessionStageProxy::NotifySessionFullScreen(bool fullScreen) in NotifySessionFullScreen() function in OHOS::Rosen::SessionStageProxy
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp944 * @tc.name: NotifySessionFullScreen
945 * @tc.desc: NotifySessionFullScreen
948 HWTEST_F(WindowSceneSessionImplTest2, NotifySessionFullScreen, Function | SmallTest | Level2) in HWTEST_F()
952 option->SetWindowName("NotifySessionFullScreen"); in HWTEST_F()
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/window_scene/session/host/src/
H A Dscene_session.cpp4285 void SceneSession::NotifySessionFullScreen(bool fullScreen) in NotifySessionFullScreen() function in SceneSession
4291 sessionStage_->NotifySessionFullScreen(fullScreen); in NotifySessionFullScreen()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3510 void WindowSceneSessionImpl::NotifySessionFullScreen(bool fullScreen) in NotifySessionFullScreen() function in OHOS::Rosen::WindowSceneSessionImpl

Completed in 37 milliseconds