Searched refs:SetOrientationFromWindow (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 142 * @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 D | display_manager_service_test.cpp | 261 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->SetOrientationFromWindow(0, orientation, true)); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 132 DMError DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orientation,
in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerServiceInner 140 SetOrientationFromWindow(displayInfo->GetScreenId(), orientation, withAnimation);
in SetOrientationFromWindow()
|
H A D | display_manager_service.cpp | 285 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 D | display_manager_service_inner.h | 48 DMError SetOrientationFromWindow(DisplayId displayId, Orientation orientation, bool withAnimation = true);
|
H A D | display_manager_service.h | 62 DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 789 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(displayId, requestOri, false); in PostProcessShowCallback() 791 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(displayId, requestOri, true); in PostProcessShowCallback()
|
H A D | window_root.cpp | 1056 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(nextRotatableWindow->GetDisplayId(), in SetWindowMode()
|
H A D | window_controller.cpp | 1502 SetOrientationFromWindow(node->GetDisplayId(), property->GetRequestedOrientation()); in UpdateProperty()
|
H A D | window_node_container.cpp | 497 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(node->GetDisplayId(), in SetDisplayOrientationFromWindow()
|
Completed in 16 milliseconds