Home
last modified time | relevance | path

Searched refs:canvasRotation (Results 1 - 25 of 46) sorted by relevance

12

/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_screen_capture.cpp130 int32_t TestScreenCapture::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
135 return screenCapture->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
H A Dtest_screen_capture.h51 int32_t SetCanvasRotation(bool canvasRotation);
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp428 bool canvasRotation = true; in HWTEST_F() local
429 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F()
433 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F()
628 bool canvasRotation = true; in HWTEST_F() local
629 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F()
661 bool canvasRotation = true; in HWTEST_F() local
662 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F()
666 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F()
667 canvasRotation = false; in HWTEST_F()
668 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F()
699 bool canvasRotation = true; HWTEST_F() local
731 bool canvasRotation = false; HWTEST_F() local
1819 bool canvasRotation = true; HWTEST_F() local
[all...]
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp151 int32_t ScreenCaptureNativeMock::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
154 return screenCapture_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture.h258 * @param canvasRotation Rotate The screen or not
265 bool canvasRotation);
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h36 int32_t SetCanvasRotation(bool canvasRotation) override;
H A Dscreen_capture_impl.cpp120 int32_t ScreenCaptureImpl::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
125 return screenCaptureService_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
/foundation/multimedia/player_framework/services/include/
H A Di_screen_capture_service.h49 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_proxy.h47 int32_t SetCanvasRotation(bool canvasRotation) override;
H A Dscreen_capture_service_stub.cpp226 int32_t ScreenCaptureServiceStub::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
230 return screenCaptureServer_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
325 bool canvasRotation = data.ReadBool();
326 int32_t ret = SetCanvasRotation(canvasRotation);
H A Di_standard_screen_capture_service.h47 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
H A Dscreen_capture_service_stub.h49 int32_t SetCanvasRotation(bool canvasRotation) override;
H A Dscreen_capture_service_proxy.cpp463 int32_t ScreenCaptureServiceProxy::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
472 token = data.WriteBool(canvasRotation); in SetCanvasRotation()
/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.h51 int32_t SetCanvasRotation(bool canvasRotation) override;
H A Dscreen_capture_client.cpp168 int32_t ScreenCaptureClient::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
172 return screenCaptureProxy_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/
H A Dscreen_capture_mock.h83 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H A Dscreen_capture_native_mock.h38 int32_t SetCanvasRotation(bool canvasRotation) override;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/
H A Dscreen_capture_capi_mock.h38 int32_t SetCanvasRotation(bool canvasRotation) override;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp87 bool canvasRotation = GetData<bool>(); in RSPhysicalScreenFuzzTest() local
133 rsInterfaces.SetVirtualMirrorScreenCanvasRotation(static_cast<ScreenId>(id), canvasRotation); in RSPhysicalScreenFuzzTest() local
/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;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp267 int32_t ScreenCaptureCapiMock::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument
270 return OH_AVScreenCapture_SetCanvasRotation(screenCapture_, canvasRotation); in SetCanvasRotation()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h250 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp440 bool canvasRotation = false; in HWTEST_F() local
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);

Completed in 21 milliseconds

12