Home
last modified time | relevance | path

Searched refs:SetVirtualMirrorScreenCanvasRotation (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_manager.h187 DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h101 virtual bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) = 0;
192 bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) override;
H A Drs_screen_manager.h106 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
318 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
H A Drs_screen.cpp912 bool RSScreen::SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::impl::RSScreen
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp708 EXPECT_NE(rsClient->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, true), true);
709 EXPECT_NE(rsClient->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, false), true);
H A Drs_render_service_connection_proxy_test.cpp699 EXPECT_FALSE(proxy->SetVirtualMirrorScreenCanvasRotation(id, true));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp122 rsInterfaces.SetVirtualMirrorScreenCanvasRotation(static_cast<ScreenId>(id), canvasRotation); in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp309 bool RSInterfaces::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSInterfaces
311 return renderServiceClient_->SetVirtualMirrorScreenCanvasRotation(id, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
H A Drs_interfaces.h112 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp239 DMError ScreenManagerAdapter::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRo… in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::ScreenManagerAdapter
243 …return displayManagerServiceProxy_->SetVirtualMirrorScreenCanvasRotation(screenId, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
H A Dscreen_manager.cpp555 DMError ScreenManager::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool rotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::ScreenManager
557 …return SingletonContainer::Get<ScreenManagerAdapter>().SetVirtualMirrorScreenCanvasRotation(screen… in SetVirtualMirrorScreenCanvasRotation()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp442 HWTEST_F(DisplayManagerAdapterTest, SetVirtualMirrorScreenCanvasRotation, Function | SmallTest | Le…
446 SetVirtualMirrorScreenCanvasRotation(0, canvasRotation);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h117 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h50 …virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool rotate) { return DMEr… in SetVirtualMirrorScreenCanvasRotation() function
/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() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h193 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp320 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp320 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp830 HWTEST_F(ScreenSessionManagerProxyTest, SetVirtualMirrorScreenCanvasRotation, Function | SmallTest …
840 … screenSessionManagerProxy->SetVirtualMirrorScreenCanvasRotation(ScreenId, canvasRotation));
843 … screenSessionManagerProxy->SetVirtualMirrorScreenCanvasRotation(ScreenId, canvasRotation));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h166 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
H A Drs_render_service_client.cpp874 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient
881 return renderService->SetVirtualMirrorScreenCanvasRotation(id, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h192 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h258 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp232 EXPECT_EQ(rsInterfaces->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, true), true);
233 EXPECT_EQ(rsInterfaces->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, false), true);

12