Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp146 HWTEST_F(DisplayManagerServiceInnerTest, SetOrientationFromWindow, Function | SmallTest | Level1)
152 auto ret = inner.SetOrientationFromWindow(displayId, orientation, withAnimation);
156 ret = inner.SetOrientationFromWindow(displayId, orientation, withAnimation);
H A Ddisplay_manager_service_test.cpp261 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->SetOrientationFromWindow(0, orientation, true));
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp132 DMError DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orien… in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerServiceInner
140 SetOrientationFromWindow(displayInfo->GetScreenId(), orientation, withAnimation); in SetOrientationFromWindow()
H A Ddisplay_manager_service.cpp286 DMError DisplayManagerService::SetOrientationFromWindow(ScreenId screenId, Orientation orientation,… in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerService
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h49 …DMError SetOrientationFromWindow(DisplayId displayId, Orientation orientation, bool withAnimation …
H A Ddisplay_manager_service.h62 … DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp789 … DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(displayId, requestOri, false); in PostProcessShowCallback()
791 … DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(displayId, requestOri, true); in PostProcessShowCallback()
H A Dwindow_controller.cpp1502SetOrientationFromWindow(node->GetDisplayId(), property->GetRequestedOrientation()); in UpdateProperty()
H A Dwindow_root.cpp1057 …DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(nextRotatableWindow->GetDisplay… in SetWindowMode()
H A Dwindow_node_container.cpp497 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(node->GetDisplayId(), in SetDisplayOrientationFromWindow()