Searched refs:OnLayoutFullScreenChange (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 50 WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) override;
|
H A D | session_interface.h | 78 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 D | scene_session_test5.cpp | 394 * @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 D | js_scene_session.h | 303 void OnLayoutFullScreenChange(bool isLayoutFullScreen);
|
H A D | js_scene_session.cpp | 659 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 D | scene_session.h | 186 WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) override;
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 1916 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 D | session_proxy.cpp | 628 WSError SessionProxy::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange() function in OHOS::Rosen::SessionProxy
|
H A D | session_stub.cpp | 430 WSError errCode = OnLayoutFullScreenChange(isLayoutFullScreen); in HandleLayoutFullScreenChange()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4557 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 31 milliseconds