Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp142 * @tc.name: SetOrientationFromWindow
143 * @tc.desc: test function : SetOrientationFromWindow
146 HWTEST_F(DisplayManagerServiceInnerTest, SetOrientationFromWindow, Function | SmallTest | Level1) in HWTEST_F()
152 auto ret = inner.SetOrientationFromWindow(displayId, orientation, withAnimation); in HWTEST_F()
156 ret = inner.SetOrientationFromWindow(displayId, orientation, withAnimation); in HWTEST_F()
H A Ddisplay_manager_service_test.cpp261 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->SetOrientationFromWindow(0, orientation, true)); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp132 DMError DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orientation, in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerServiceInner
140 SetOrientationFromWindow(displayInfo->GetScreenId(), orientation, withAnimation); in SetOrientationFromWindow()
H A Ddisplay_manager_service.cpp285 DMError DisplayManagerService::SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation) in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerService
287 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "dms:SetOrientationFromWindow(%" PRIu64")", screenId); in SetOrientationFromWindow()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h48 DMError SetOrientationFromWindow(DisplayId displayId, Orientation orientation, bool withAnimation = true);
H A Ddisplay_manager_service.h62 DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
/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_root.cpp1056 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(nextRotatableWindow->GetDisplayId(), in SetWindowMode()
H A Dwindow_controller.cpp1502 SetOrientationFromWindow(node->GetDisplayId(), property->GetRequestedOrientation()); in UpdateProperty()
H A Dwindow_node_container.cpp497 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(node->GetDisplayId(), in SetDisplayOrientationFromWindow()

Completed in 16 milliseconds