/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 130 int32_t TestScreenCapture::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() function in TestScreenCapture 135 return screenCapture->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
|
H A D | test_screen_capture.h | 51 int32_t SetCanvasRotation(bool canvasRotation);
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_stub.h | 49 int32_t SetCanvasRotation(bool canvasRotation) override; 77 int32_t SetCanvasRotation(MessageParcel &data, MessageParcel &reply);
|
H A D | screen_capture_service_stub.cpp | 59 screenCaptureStubFuncs_[SET_SCREEN_ROTATION] = &ScreenCaptureServiceStub::SetCanvasRotation; in Init() 226 int32_t ScreenCaptureServiceStub::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation() function in OHOS::Media::ScreenCaptureServiceStub 230 return screenCaptureServer_->SetCanvasRotation(canvasRotation); in SetCanvasRotation() 321 int32_t ScreenCaptureServiceStub::SetCanvasRotation(MessageParcel &data, MessageParcel &reply) 326 int32_t ret = SetCanvasRotation(canvasRotation);
|
H A D | screen_capture_service_proxy.h | 47 int32_t SetCanvasRotation(bool canvasRotation) override;
|
H A D | i_standard_screen_capture_service.h | 47 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/ |
H A D | screencapturesetcanvasrotation_fuzzer.cpp | 83 TestScreenCapture::SetCanvasRotation(*reinterpret_cast<bool *>(data)); in FuzzScreenCaptureSetCanvasRotation()
|
/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() function in OHOS::Media::ScreenCaptureNativeMock 154 return screenCapture_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
|
/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() function in OHOS::Media::ScreenCaptureImpl 122 MEDIA_LOGD("SetCanvasRotation:0x%{public}06" PRIXPTR " init in", FAKE_POINTER(this)); in SetCanvasRotation() 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/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/ |
H A D | screencapturevideoframewidth_fuzzer.cpp | 85 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureVideoFrameWidth()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideosourcetype_fuzzer/ |
H A D | screencapturevideosourcetype_fuzzer.cpp | 94 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureVideoSourceType()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosourcetype_fuzzer/ |
H A D | screencaptureaudiosourcetype_fuzzer.cpp | 95 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureAudioSourceType()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturecapturemode_fuzzer/ |
H A D | screencapturecapturemode_fuzzer.cpp | 94 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureCaptureMode()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeheight_fuzzer/ |
H A D | screencapturevideoframeheight_fuzzer.cpp | 85 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureVideoFrameHeight()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquirevideobuffer_fuzzer/ |
H A D | screencaptureacquirevideobuffer_fuzzer.cpp | 110 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureAcquireVideoBuffer()
|
/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() function in OHOS::Media::ScreenCaptureClient 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/fuzztest/screen_capture_fuzztest/screencapturedatatype_fuzzer/ |
H A D | screencapturedatatype_fuzzer.cpp | 124 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureDataType()
|
/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/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 429 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 433 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 629 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 662 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 666 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 668 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 671 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 700 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 703 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotation)); in HWTEST_F() 732 EXPECT_EQ(MSERR_OK, screenCapture_->SetCanvasRotation(canvasRotatio in HWTEST_F() [all...] |
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture.h | 250 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
|