/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 187 DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 101 virtual bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) = 0; 192 bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) override;
|
H A D | rs_screen_manager.h | 106 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0; 318 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
|
H A D | rs_screen.cpp | 912 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 D | rs_render_service_client_test.cpp | 708 EXPECT_NE(rsClient->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, true), true); 709 EXPECT_NE(rsClient->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, false), true);
|
H A D | rs_render_service_connection_proxy_test.cpp | 699 EXPECT_FALSE(proxy->SetVirtualMirrorScreenCanvasRotation(id, true));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 122 rsInterfaces.SetVirtualMirrorScreenCanvasRotation(static_cast<ScreenId>(id), canvasRotation); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 309 bool RSInterfaces::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSInterfaces 311 return renderServiceClient_->SetVirtualMirrorScreenCanvasRotation(id, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
|
H A D | rs_interfaces.h | 112 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 239 DMError ScreenManagerAdapter::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRo… in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::ScreenManagerAdapter 243 …return displayManagerServiceProxy_->SetVirtualMirrorScreenCanvasRotation(screenId, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
|
H A D | screen_manager.cpp | 555 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 D | display_manager_adapter_test.cpp | 442 HWTEST_F(DisplayManagerAdapterTest, SetVirtualMirrorScreenCanvasRotation, Function | SmallTest | Le… 446 SetVirtualMirrorScreenCanvasRotation(0, canvasRotation);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 117 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 50 …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 D | screen_session_manager_proxy.h | 80 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
|
H A D | screen_session_manager_interface.h | 50 … 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 D | rs_irender_service_connection.h | 193 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 320 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 D | rs_render_service_client.cpp | 320 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 D | screen_session_manager_proxy_test.cpp | 830 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 D | rs_render_service_connection_proxy.h | 166 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
|
H A D | rs_render_service_client.cpp | 874 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 D | rs_render_service_connection.h | 192 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 258 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 232 EXPECT_EQ(rsInterfaces->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, true), true); 233 EXPECT_EQ(rsInterfaces->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, false), true);
|