/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 130 int32_t TestScreenCapture::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument 135 return screenCapture->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
|
H A D | test_screen_capture.h | 51 int32_t SetCanvasRotation(bool canvasRotation);
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 428 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 D | screen_capture_native_mock.cpp | 151 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 D | native_avscreen_capture.h | 258 * @param canvasRotation Rotate The screen or not 265 bool canvasRotation);
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.h | 36 int32_t SetCanvasRotation(bool canvasRotation) override;
|
H A D | screen_capture_impl.cpp | 120 int32_t ScreenCaptureImpl::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() argument 125 return screenCaptureService_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_service.h | 49 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_proxy.h | 47 int32_t SetCanvasRotation(bool canvasRotation) override;
|
H A D | screen_capture_service_stub.cpp | 226 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 D | i_standard_screen_capture_service.h | 47 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
|
H A D | screen_capture_service_stub.h | 49 int32_t SetCanvasRotation(bool canvasRotation) override;
|
H A D | screen_capture_service_proxy.cpp | 463 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 D | screen_capture_client.h | 51 int32_t SetCanvasRotation(bool canvasRotation) override;
|
H A D | screen_capture_client.cpp | 168 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 D | screen_capture_mock.h | 83 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
H A D | screen_capture_native_mock.h | 38 int32_t SetCanvasRotation(bool canvasRotation) override;
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
H A D | screen_capture_capi_mock.h | 38 int32_t SetCanvasRotation(bool canvasRotation) override;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 87 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 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;
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 267 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 D | screen_capture.h | 250 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 440 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 D | rs_interfaces.h | 118 bool SetVirtualMirrorScreenCanvasRotation(ScreenId id, bool canvasRotation);
|