Home
last modified time | relevance | path

Searched refs:SetVirtualMirrorScreenCanvasRotation (Results 1 - 25 of 39) sorted by relevance

12

/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_manager.h218 DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h95 virtual bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) = 0;
179 bool SetVirtualMirrorScreenCanvasRotation(bool canvasRotation) override;
H A Drs_screen_manager.h98 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
305 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
H A Drs_screen.cpp877 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 Drs_render_service_client_test.cpp784 * @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 Drs_render_service_connection_proxy_test.cpp748 EXPECT_FALSE(proxy->SetVirtualMirrorScreenCanvasRotation(id, true)); in HWTEST_F()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp434 * @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 Drs_interfaces.h118 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
H A Drs_interfaces.cpp351 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 Drsinterfaces_fuzzer.cpp133 rsInterfaces.SetVirtualMirrorScreenCanvasRotation(static_cast<ScreenId>(id), canvasRotation); in RSPhysicalScreenFuzzTest()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp238 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 Dscreen_manager.cpp580 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 Drs_irender_service_connection.h197 virtual bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h169 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
H A Drs_render_service_client.cpp867 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 Drs_render_service_connection.h194 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp341 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 Drs_render_service_client.h254 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp341 bool RSRenderServiceClient::SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation) in SetVirtualMirrorScreenCanvasRotation() function in OHOS::Rosen::RSRenderServiceClient
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h113 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h50 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 Dscreen_session_manager_interface.h50 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override
H A Dscreen_session_manager_proxy.h82 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp826 * @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 Dscreen_session_manager.h105 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;

Completed in 41 milliseconds

12