Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp161 * @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 Ddisplay_manager_service_test.cpp263 ASSERT_EQ(false, dms_->SetRotationFromWindow(0, rotation, true)); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp143 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 Dscreen_rotation_controller.cpp191 DisplayManagerServiceInner::GetInstance().SetRotationFromWindow(defaultDisplayId_, targetRotation, withAnimation); in SetScreenRotation()
H A Ddisplay_manager_service.cpp291 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 Ddisplay_manager_service_inner.h49 bool SetRotationFromWindow(DisplayId displayId, Rotation targetRotation, bool withAnimation = true);
H A Ddisplay_manager_service.h63 bool SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h138 bool SetRotationFromWindow(Rotation targetRotation);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp959 * @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 Dscreen_session_manager.cpp2604 bool ScreenSessionManager::SetRotationFromWindow(Rotation targetRotation) in SetRotationFromWindow() function in OHOS::Rosen::ScreenSessionManager

Completed in 21 milliseconds