Home
last modified time | relevance | path

Searched refs:NotifyFoldStatusChanged (Results 1 - 16 of 16) sorted by relevance

/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h43 void NotifyFoldStatusChanged(FoldStatus foldStatus) override {};
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h48 void NotifyFoldStatusChanged(FoldStatus);
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_agent_controller.cpp207 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 Ddisplay_manager_agent_interface.h83 virtual void NotifyFoldStatusChanged(FoldStatus) = 0;
H A Ddisplay_manager_agent_proxy.h43 virtual void NotifyFoldStatusChanged(FoldStatus) override;
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp61 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 Ddisplay_manager_agent_controller_test.cpp278 * @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 Dsensor_fold_state_manager.cpp60 ScreenSessionManager::GetInstance().NotifyFoldStatusChanged(mState_); in HandleSensorChange()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp640 * @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 Ddisplay_manager_agent_stub.cpp247 NotifyFoldStatusChanged(static_cast<FoldStatus>(foldStatus)); in ProcFoldStatusChanged()
H A Ddisplay_manager_agent_proxy.cpp372 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 Dscreen_session_manager.h235 void NotifyFoldStatusChanged(FoldStatus foldStatus);
237 int NotifyFoldStatusChanged(const std::string& statusParam);
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp110 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 Dscreen_session_manager_test.cpp1966 * @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 Dscreen_session_dumper.cpp516 int errCode = ScreenSessionManager::GetInstance().NotifyFoldStatusChanged(params_[0]); in ShowNotifyFoldStatusChangedInfo()
H A Dscreen_session_manager.cpp4955 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...]

Completed in 26 milliseconds