/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 165 HWTEST_F(DisplayManagerServiceInnerTest, SetRotationFromWindow, Function | SmallTest | Level1) 171 auto ret = inner.SetRotationFromWindow(displayId, targetRotation, withAnimation); 175 ret = inner.SetRotationFromWindow(displayId, targetRotation, withAnimation);
|
H A D | display_manager_service_test.cpp | 263 ASSERT_EQ(false, dms_->SetRotationFromWindow(0, rotation, true));
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 143 bool DisplayManagerServiceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation… in SetRotationFromWindow() function in OHOS::Rosen::DisplayManagerServiceInner 150 SetRotationFromWindow(displayInfo->GetScreenId(), targetRotation, withAnimation); in SetRotationFromWindow()
|
H A D | screen_rotation_controller.cpp | 191 …DisplayManagerServiceInner::GetInstance().SetRotationFromWindow(defaultDisplayId_, targetRotation,… in SetScreenRotation()
|
H A D | display_manager_service.cpp | 292 bool DisplayManagerService::SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool … in SetRotationFromWindow() function in OHOS::Rosen::DisplayManagerService
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service_inner.h | 50 …bool SetRotationFromWindow(DisplayId displayId, Rotation targetRotation, bool withAnimation = true…
|
H A D | display_manager_service.h | 63 bool SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 136 bool SetRotationFromWindow(Rotation targetRotation);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 308 HWTEST_F(ScreenSessionManagerTest, SetRotationFromWindow, Function | SmallTest | Level3) 314 …ASSERT_EQ(ssm_->SetRotationFromWindow(targetRotation), ssm_->SetRotation(id, targetRotation, true)…
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 2402 bool ScreenSessionManager::SetRotationFromWindow(Rotation targetRotation) in SetRotationFromWindow() function in OHOS::Rosen::ScreenSessionManager
|