Home
last modified time | relevance | path

Searched refs:autoRotate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h80 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
H A Dscreen_session_manager_interface.h50 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override in SetVirtualMirrorScreenCanvasRotation() argument
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp230 bool autoRotate = data.ReadBool(); in OnRemoteRequest() local
231 DMError result = SetVirtualMirrorScreenCanvasRotation(screenId, autoRotate); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h106 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2818 …rror ScreenSessionManager::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) in SetVirtualMirrorScreenCanvasRotation() argument
2837 res = rsInterface_.SetVirtualMirrorScreenCanvasRotation(rsScreenId, autoRotate); in SetVirtualMirrorScreenCanvasRotation()