Home
last modified time | relevance | path

Searched refs:GetTentMode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dfold_screen_controller_test.cpp374 HWTEST_F(FoldScreenControllerTest, GetTentMode, Function | SmallTest | Level1)
378 auto tentMode = ssm_.foldScreenController_->GetTentMode();
393 ASSERT_EQ(ssm_.foldScreenController_->GetTentMode(), false);
H A Dscreen_session_dumper_test.cpp442 bool tentMode = ScreenSessionManager::GetInstance().GetTentMode();
H A Dscreen_session_manager_test.cpp2163 HWTEST_F(ScreenSessionManagerTest, GetTentMode, Function | SmallTest | Level1)
2165 auto tentMode = ssm_->GetTentMode();
2178 ASSERT_EQ(ssm_->GetTentMode(), false);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/
H A Dfold_screen_controller.h46 bool GetTentMode();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dfold_screen_controller.cpp161 bool FoldScreenController::GetTentMode() in GetTentMode() function in OHOS::Rosen::FoldScreenController
H A Dsingle_display_pocket_fold_policy.cpp294 bool ifTentMode = ScreenSessionManager::GetInstance().GetTentMode(); in ChangeScreenDisplayModeToMainWhenFoldScreenOff()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h222 bool GetTentMode();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp293 bool isTentMode = ScreenSessionManager::GetInstance().GetTentMode(); in DumpTentMode()
H A Dscreen_session_manager.cpp4545 if (foldScreenController_->GetTentMode() && in SetFoldDisplayMode()
4804 bool ScreenSessionManager::GetTentMode() in GetTentMode() function in OHOS::Rosen::ScreenSessionManager
4813 return foldScreenController_->GetTentMode(); in GetTentMode()