/foundation/window/window_manager/dm/include/ |
H A D | display_manager_agent_default.h | 43 void NotifyFoldStatusChanged(FoldStatus foldStatus) override {};
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_agent_controller.h | 48 void NotifyFoldStatusChanged(FoldStatus);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_agent_controller.cpp | 207 void DisplayManagerAgentController::NotifyFoldStatusChanged(FoldStatus foldStatus)
in NotifyFoldStatusChanged() function in OHOS::Rosen::DisplayManagerAgentController 215 agent->NotifyFoldStatusChanged(foldStatus);
in NotifyFoldStatusChanged()
|
/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_interface.h | 83 virtual void NotifyFoldStatusChanged(FoldStatus) = 0;
|
H A D | display_manager_agent_proxy.h | 43 virtual void NotifyFoldStatusChanged(FoldStatus) override;
|
/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_lite.cpp | 61 void NotifyFoldStatusChanged(FoldStatus foldStatus);
165 virtual void NotifyFoldStatusChanged(FoldStatus foldStatus) override
167 pImpl_->NotifyFoldStatusChanged(foldStatus);
391 void DisplayManagerLite::Impl::NotifyFoldStatusChanged(FoldStatus foldStatus)
in NotifyFoldStatusChanged() function in OHOS::Rosen::DisplayManagerLite::Impl
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_agent_controller_test.cpp | 278 * @tc.name: NotifyFoldStatusChanged 279 * @tc.desc: NotifyFoldStatusChanged test 282 HWTEST_F(DisplayManagerAgentControllerTest, NotifyFoldStatusChanged, Function | SmallTest | Level3) in HWTEST_F() 286 displayManagerAgentController.NotifyFoldStatusChanged(foldStatus); in HWTEST_F() 292 displayManagerAgentController.NotifyFoldStatusChanged(foldStatus); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/sensor_fold_state_manager/ |
H A D | sensor_fold_state_manager.cpp | 60 ScreenSessionManager::GetInstance().NotifyFoldStatusChanged(mState_); in HandleSensorChange()
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 640 * @tc.name: NotifyFoldStatusChanged 641 * @tc.desc: NotifyFoldStatusChanged 644 HWTEST_F(DisplayManagerAgentProxyTest, NotifyFoldStatusChanged, Function | SmallTest | Level1) in HWTEST_F() 652 displayManagerAgentProxy->NotifyFoldStatusChanged(FoldStatus::EXPAND); in HWTEST_F()
|
/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 247 NotifyFoldStatusChanged(static_cast<FoldStatus>(foldStatus));
in ProcFoldStatusChanged()
|
H A D | display_manager_agent_proxy.cpp | 372 void DisplayManagerAgentProxy::NotifyFoldStatusChanged(FoldStatus foldStatus)
in NotifyFoldStatusChanged() function in OHOS::Rosen::DisplayManagerAgentProxy 376 WLOGFW("NotifyFoldStatusChanged: remote is nullptr");
in NotifyFoldStatusChanged()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 235 void NotifyFoldStatusChanged(FoldStatus foldStatus); 237 int NotifyFoldStatusChanged(const std::string& statusParam);
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 110 void NotifyFoldStatusChanged(FoldStatus foldStatus);
304 virtual void NotifyFoldStatusChanged(FoldStatus foldStatus) override
306 pImpl_->NotifyFoldStatusChanged(foldStatus);
1444 void DisplayManager::Impl::NotifyFoldStatusChanged(FoldStatus foldStatus)
in NotifyFoldStatusChanged() function in OHOS::Rosen::DisplayManager::Impl
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1966 * @tc.name: NotifyFoldStatusChanged 1970 HWTEST_F(ScreenSessionManagerTest, NotifyFoldStatusChanged, Function | SmallTest | Level3) in HWTEST_F() 1975 int errCode = ssm_->NotifyFoldStatusChanged(dumpParam); in HWTEST_F() 2666 * @tc.name: NotifyFoldStatusChanged 2667 * @tc.desc: NotifyFoldStatusChanged 2673 auto ret = ssm_->NotifyFoldStatusChanged(statusParam); in HWTEST_F() 2677 ret = ssm_->NotifyFoldStatusChanged(statusParam); in HWTEST_F() 2681 ret = ssm_->NotifyFoldStatusChanged(statusParam); in HWTEST_F() 2685 ret = ssm_->NotifyFoldStatusChanged(statusParam); in HWTEST_F() 2694 ret = ssm_->NotifyFoldStatusChanged(statusPara in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 516 int errCode = ScreenSessionManager::GetInstance().NotifyFoldStatusChanged(params_[0]); in ShowNotifyFoldStatusChangedInfo()
|
H A D | screen_session_manager.cpp | 4955 void ScreenSessionManager::NotifyFoldStatusChanged(FoldStatus foldStatus) in NotifyFoldStatusChanged() function in OHOS::Rosen::ScreenSessionManager 4957 TLOGI(WmsLogTag::DMS, "NotifyFoldStatusChanged foldStatus:%{public}d", foldStatus); in NotifyFoldStatusChanged() 4980 TLOGI(WmsLogTag::DMS, "NotifyFoldStatusChanged agents is empty"); in NotifyFoldStatusChanged() 4986 agent->NotifyFoldStatusChanged(foldStatus); in NotifyFoldStatusChanged() 5217 NotifyFoldStatusChanged(GetFoldStatus()); in ScbStatusRecoveryWhenSwitchUser() 5426 int ScreenSessionManager::NotifyFoldStatusChanged(const std::string& statusParam) in NotifyFoldStatusChanged() function in OHOS::Rosen::ScreenSessionManager 5428 TLOGI(WmsLogTag::DMS, "NotifyFoldStatusChanged is dump log"); in NotifyFoldStatusChanged() 5444 TLOGW(WmsLogTag::DMS, "NotifyFoldStatusChanged status not support"); in NotifyFoldStatusChanged() 5451 NotifyFoldStatusChanged(foldStatus); in NotifyFoldStatusChanged() 5598 agent->NotifyFoldStatusChanged(foldStatu in NotifyUnfreezedAgents() [all...] |