Home
last modified time | relevance | path

Searched refs:foldToExpand (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp388 bool foldToExpand = true; in HWTEST_F() local
392 screenSessionManagerClient_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
414 bool foldToExpand = true; in HWTEST_F() local
427 screenSessionManagerClient_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
879 bool foldToExpand = true; in HWTEST_F() local
882 screenSessionManagerClient_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
1190 bool foldToExpand = true; in HWTEST_F() local
1193 screenSessionManagerClient_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
1269 bool foldToExpand = true; in HWTEST_F() local
1282 screenSessionManagerClient_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
[all...]
H A Dscreen_session_test.cpp473 bool foldToExpand = true; in HWTEST_F() local
474 screenSession->UpdateRotationAfterBoot(foldToExpand); in HWTEST_F()
493 bool foldToExpand = false; in HWTEST_F() local
494 screenSession->UpdateRotationAfterBoot(foldToExpand); in HWTEST_F()
H A Dscreen_session_manager_test.cpp2598 bool foldToExpand = false; in HWTEST_F() local
2599 ssm_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
2601 foldToExpand = true; in HWTEST_F()
2602 ssm_->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
H A Dscreen_session_manager_proxy_test.cpp1915 bool foldToExpand = true; in HWTEST_F() local
1918 screenSessionManagerProxy->NotifyFoldToExpandCompletion(foldToExpand); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/
H A Dscreen_session_manager_client.h70 void NotifyFoldToExpandCompletion(bool foldToExpand);
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp417 void ScreenSessionManagerClient::NotifyFoldToExpandCompletion(bool foldToExpand) in NotifyFoldToExpandCompletion() argument
423 screenSessionManager_->NotifyFoldToExpandCompletion(foldToExpand); in NotifyFoldToExpandCompletion()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.cpp591 bool foldToExpand; in OnNotifyFoldToExpandCompletion() local
592 if (!ConvertFromJsValue(env, argv[0], foldToExpand)) { in OnNotifyFoldToExpandCompletion()
593 TLOGE(WmsLogTag::DMS, "[NAPI]Failed to convert parameter to foldToExpand"); in OnNotifyFoldToExpandCompletion()
598 ScreenSessionManagerClient::GetInstance().NotifyFoldToExpandCompletion(foldToExpand); in OnNotifyFoldToExpandCompletion()
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h173 virtual void NotifyFoldToExpandCompletion(bool foldToExpand) {} in NotifyFoldToExpandCompletion() argument
H A Dscreen_session_manager_proxy.h166 void NotifyFoldToExpandCompletion(bool foldToExpand) override;
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h232 void UpdateRotationAfterBoot(bool foldToExpand);
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp778 bool foldToExpand = data.ReadBool(); in OnRemoteRequest() local
779 NotifyFoldToExpandCompletion(foldToExpand); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2756 void ScreenSessionManagerProxy::NotifyFoldToExpandCompletion(bool foldToExpand) in NotifyFoldToExpandCompletion() argument
2771 if (!data.WriteBool(foldToExpand)) { in NotifyFoldToExpandCompletion()
2772 WLOGFE("Write foldToExpand failed"); in NotifyFoldToExpandCompletion()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp671 void ScreenSession::UpdateRotationAfterBoot(bool foldToExpand) in UpdateRotationAfterBoot() argument
673 TLOGI(WmsLogTag::DMS, "foldToExpand: %{public}d, Rotation: %{public}f", in UpdateRotationAfterBoot()
674 static_cast<int32_t>(foldToExpand), currentSensorRotation_); in UpdateRotationAfterBoot()
675 if (foldToExpand) { in UpdateRotationAfterBoot()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h272 void NotifyFoldToExpandCompletion(bool foldToExpand) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp5506 void ScreenSessionManager::NotifyFoldToExpandCompletion(bool foldToExpand) in NotifyFoldToExpandCompletion() argument
5515 SetDisplayNodeScreenId(SCREEN_ID_FULL, foldToExpand ? SCREEN_ID_FULL : SCREEN_ID_MAIN); in NotifyFoldToExpandCompletion()
5526 screenSession->UpdateRotationAfterBoot(foldToExpand); in NotifyFoldToExpandCompletion()

Completed in 40 milliseconds