Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp105 ScreenRotationController::SetDefaultDeviceRotationOffset(-90);
108 ScreenRotationController::SetDefaultDeviceRotationOffset(-100);
111 ScreenRotationController::SetDefaultDeviceRotationOffset(360);
114 ScreenRotationController::SetDefaultDeviceRotationOffset(10);
117 ScreenRotationController::SetDefaultDeviceRotationOffset(180);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h51 static void SetDefaultDeviceRotationOffset(uint32_t defaultDeviceRotationOffset);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h89 void SetDefaultDeviceRotationOffset(uint32_t defaultRotationOffset);
H A Dscreen_session.h226 void SetDefaultDeviceRotationOffset(uint32_t defaultRotationOffset);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp457 void ScreenProperty::SetDefaultDeviceRotationOffset(uint32_t defaultRotationOffset) in SetDefaultDeviceRotationOffset() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp267 displayInfo->SetDefaultDeviceRotationOffset(property_.GetDefaultDeviceRotationOffset()); in ConvertToDisplayInfo()
339 void ScreenSession::SetDefaultDeviceRotationOffset(uint32_t defaultRotationOffset) in SetDefaultDeviceRotationOffset() function in OHOS::Rosen::ScreenSession
342 property_.SetDefaultDeviceRotationOffset(defaultRotationOffset); in SetDefaultDeviceRotationOffset()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp76 void ScreenRotationController::SetDefaultDeviceRotationOffset(uint32_t defaultDeviceRotationOffset) in SetDefaultDeviceRotationOffset() function in OHOS::Rosen::ScreenRotationController
H A Ddisplay_manager_service.cpp109 ScreenRotationController::SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset); in ConfigureDisplayManagerService()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp199 HWTEST_F(ScreenSessionTest, SetDefaultDeviceRotationOffset, Function | SmallTest | Level2)
210 screenSession->SetDefaultDeviceRotationOffset(defaultRotationOffset);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp1352 property.SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset_); in CreateScreenProperty()
4839 screenSession->SetDefaultDeviceRotationOffset(0); in NotifyFoldStatusChanged()
4841 screenSession->SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset_); in NotifyFoldStatusChanged()