/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 218 DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 95 virtual bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) = 0;
179 bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) override;
|
H A D | rs_screen_manager.h | 98 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
305 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
|
H A D | rs_screen.cpp | 877 bool RSScreen::SetVirtualMirrorScreenCanvasRotation(bool canvasRotation)
in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::impl::RSScreen
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_client_test.cpp | 784 * @tc.name: SetVirtualMirrorScreenCanvasRotation Test 785 * @tc.desc: SetVirtualMirrorScreenCanvasRotation Test 801 EXPECT_EQ(rsClient->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, true), true); in HWTEST_F() 802 EXPECT_EQ(rsClient->SetVirtualMirrorScreenCanvasRotation(virtualScreenId, false), true); in HWTEST_F()
|
H A D | rs_render_service_connection_proxy_test.cpp | 748 EXPECT_FALSE(proxy->SetVirtualMirrorScreenCanvasRotation(id, true)); in HWTEST_F()
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 434 * @tc.name: SetVirtualMirrorScreenCanvasRotation
435 * @tc.desc: test SetVirtualMirrorScreenCanvasRotation
438 HWTEST_F(DisplayManagerAdapterTest, SetVirtualMirrorScreenCanvasRotation, Function | SmallTest | Level2)
in HWTEST_F() 442 SetVirtualMirrorScreenCanvasRotation(0, canvasRotation);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.h | 118 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
|
H A D | rs_interfaces.cpp | 351 bool RSInterfaces::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation)
in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSInterfaces 353 return renderServiceClient_->SetVirtualMirrorScreenCanvasRotation(id, canvasRotation);
in SetVirtualMirrorScreenCanvasRotation()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 133 rsInterfaces.SetVirtualMirrorScreenCanvasRotation(static_cast<ScreenId>(id), canvasRotation); in RSPhysicalScreenFuzzTest()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 238 DMError ScreenManagerAdapter::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation)
in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::ScreenManagerAdapter 241 WLOGFI("DisplayManagerAdapter::SetVirtualMirrorScreenCanvasRotation");
in SetVirtualMirrorScreenCanvasRotation() 242 return displayManagerServiceProxy_->SetVirtualMirrorScreenCanvasRotation(screenId, canvasRotation);
in SetVirtualMirrorScreenCanvasRotation()
|
H A D | screen_manager.cpp | 580 DMError ScreenManager::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool rotation)
in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::ScreenManager 582 return SingletonContainer::Get<ScreenManagerAdapter>().SetVirtualMirrorScreenCanvasRotation(screenId, rotation);
in SetVirtualMirrorScreenCanvasRotation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 197 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 169 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
|
H A D | rs_render_service_client.cpp | 867 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient 871 ROSEN_LOGE("RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation: renderService is nullptr"); in SetVirtualMirrorScreenCanvasRotation() 874 return renderService->SetVirtualMirrorScreenCanvasRotation(id, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 194 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 341 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 254 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 341 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient
|
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 113 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 50 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool rotate) { return DMError::DM_OK; }
in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::IDisplayManager
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 50 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override
|
H A D | screen_session_manager_proxy.h | 82 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 826 * @tc.name: SetVirtualMirrorScreenCanvasRotation 827 * @tc.desc: SetVirtualMirrorScreenCanvasRotation 830 HWTEST_F(ScreenSessionManagerProxyTest, SetVirtualMirrorScreenCanvasRotation, Function | SmallTest | Level1) in HWTEST_F() 840 screenSessionManagerProxy->SetVirtualMirrorScreenCanvasRotation(ScreenId, canvasRotation)); in HWTEST_F() 843 screenSessionManagerProxy->SetVirtualMirrorScreenCanvasRotation(ScreenId, canvasRotation)); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 105 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
|