/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 161 * @tc.name: SetRotationFromWindow 162 * @tc.desc: test function : SetRotationFromWindow 165 HWTEST_F(DisplayManagerServiceInnerTest, SetRotationFromWindow, Function | SmallTest | Level1) in HWTEST_F() 171 auto ret = inner.SetRotationFromWindow(displayId, targetRotation, withAnimation); in HWTEST_F() 175 ret = inner.SetRotationFromWindow(displayId, targetRotation, withAnimation); in HWTEST_F()
|
H A D | display_manager_service_test.cpp | 263 ASSERT_EQ(false, dms_->SetRotationFromWindow(0, rotation, true)); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 143 bool DisplayManagerServiceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation, bool withAnimation)
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, withAnimation); in SetScreenRotation()
|
H A D | display_manager_service.cpp | 291 bool DisplayManagerService::SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation)
in SetRotationFromWindow() function in OHOS::Rosen::DisplayManagerService 293 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "dms:SetRotationFromWindow(%" PRIu64")", screenId);
in SetRotationFromWindow()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service_inner.h | 49 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);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 138 bool SetRotationFromWindow(Rotation targetRotation);
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 959 * @tc.name: SetRotationFromWindow 960 * @tc.desc: SetRotationFromWindow test 963 HWTEST_F(ScreenSessionManagerTest, SetRotationFromWindow, Function | SmallTest | Level3) in HWTEST_F() 969 ASSERT_EQ(ssm_->SetRotationFromWindow(targetRotation), ssm_->SetRotation(id, targetRotation, true)); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 2604 bool ScreenSessionManager::SetRotationFromWindow(Rotation targetRotation) in SetRotationFromWindow() function in OHOS::Rosen::ScreenSessionManager
|