Home
last modified time | relevance | path

Searched refs:OnLayoutFullScreenChange (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h50 WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) override;
H A Dsession_interface.h78 virtual WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) { return WSError::WS_OK; } in OnLayoutFullScreenChange() function in OHOS::OHOS::Rosen::ISession
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp394 * @tc.name: OnLayoutFullScreenChange
395 * @tc.desc: OnLayoutFullScreenChange function
398 HWTEST_F(SceneSessionTest5, OnLayoutFullScreenChange, Function | SmallTest | Level2) in HWTEST_F()
401 info.abilityName_ = "OnLayoutFullScreenChange"; in HWTEST_F()
402 info.bundleName_ = "OnLayoutFullScreenChange"; in HWTEST_F()
405 EXPECT_EQ(WSError::WS_OK, session->OnLayoutFullScreenChange(true)); in HWTEST_F()
411 EXPECT_EQ(WSError::WS_OK, session->OnLayoutFullScreenChange(true)); in HWTEST_F()
417 EXPECT_EQ(WSError::WS_OK, session->OnLayoutFullScreenChange(true)); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h303 void OnLayoutFullScreenChange(bool isLayoutFullScreen);
H A Djs_scene_session.cpp659 jsSceneSession->OnLayoutFullScreenChange(isLayoutFullScreen); in ProcessLayoutFullScreenChangeRegister()
664 void JsSceneSession::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange() function in OHOS::Rosen::JsSceneSession
669 TLOGE(WmsLogTag::WMS_LIFE, "OnLayoutFullScreenChange jsSceneSession id:%{public}d has been destroyed", in OnLayoutFullScreenChange()
675 TLOGE(WmsLogTag::WMS_LAYOUT, "OnLayoutFullScreenChange jsCallBack is nullptr"); in OnLayoutFullScreenChange()
682 taskScheduler_->PostMainThreadTask(task, "OnLayoutFullScreenChange"); in OnLayoutFullScreenChange()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h186 WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) override;
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1916 hostSession->OnLayoutFullScreenChange(status); in SetLayoutFullScreen()
2244 hostSession->OnLayoutFullScreenChange(enableImmersiveMode_); in Maximize()
4110 hostSession->OnLayoutFullScreenChange(enableImmersiveMode_); in SetImmersiveModeEnabledState()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp628 WSError SessionProxy::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange() function in OHOS::Rosen::SessionProxy
H A Dsession_stub.cpp430 WSError errCode = OnLayoutFullScreenChange(isLayoutFullScreen); in HandleLayoutFullScreenChange()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4557 WSError SceneSession::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange() function in SceneSession
4565 TLOGI(WmsLogTag::WMS_LAYOUT, "OnLayoutFullScreenChange, isLayoutFullScreen: %{public}d", in OnLayoutFullScreenChange()
4572 PostTask(task, "OnLayoutFullScreenChange"); in OnLayoutFullScreenChange()

Completed in 33 milliseconds