Home
last modified time | relevance | path

Searched refs:SetRotationFromWindow (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp165 HWTEST_F(DisplayManagerServiceInnerTest, SetRotationFromWindow, Function | SmallTest | Level1)
171 auto ret = inner.SetRotationFromWindow(displayId, targetRotation, withAnimation);
175 ret = inner.SetRotationFromWindow(displayId, targetRotation, withAnimation);
H A Ddisplay_manager_service_test.cpp263 ASSERT_EQ(false, dms_->SetRotationFromWindow(0, rotation, true));
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp143 bool DisplayManagerServiceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation… in SetRotationFromWindow() function in OHOS::Rosen::DisplayManagerServiceInner
150 SetRotationFromWindow(displayInfo->GetScreenId(), targetRotation, withAnimation); in SetRotationFromWindow()
H A Dscreen_rotation_controller.cpp191 …DisplayManagerServiceInner::GetInstance().SetRotationFromWindow(defaultDisplayId_, targetRotation,… in SetScreenRotation()
H A Ddisplay_manager_service.cpp292 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 Ddisplay_manager_service_inner.h50 …bool SetRotationFromWindow(DisplayId displayId, Rotation targetRotation, bool withAnimation = true…
H A Ddisplay_manager_service.h63 bool SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h136 bool SetRotationFromWindow(Rotation targetRotation);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp308 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 Dscreen_session_manager.cpp2402 bool ScreenSessionManager::SetRotationFromWindow(Rotation targetRotation) in SetRotationFromWindow() function in OHOS::Rosen::ScreenSessionManager