Home
last modified time | relevance | path

Searched refs:SetCanvasRotation (Results 1 - 25 of 30) 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() function in TestScreenCapture
135 return screenCapture->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
H A Dtest_screen_capture.h51 int32_t SetCanvasRotation(bool canvasRotation);
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h49 int32_t SetCanvasRotation(bool canvasRotation) override;
77 int32_t SetCanvasRotation(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.cpp59 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 Dscreen_capture_service_proxy.h47 int32_t SetCanvasRotation(bool canvasRotation) override;
H A Di_standard_screen_capture_service.h47 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/
H A Dscreencapturesetcanvasrotation_fuzzer.cpp83 TestScreenCapture::SetCanvasRotation(*reinterpret_cast<bool *>(data)); in FuzzScreenCaptureSetCanvasRotation()
/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() function in OHOS::Media::ScreenCaptureNativeMock
154 return screenCapture_->SetCanvasRotation(canvasRotation); in SetCanvasRotation()
/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() 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 Di_screen_capture_service.h49 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/
H A Dscreencapturevideoframewidth_fuzzer.cpp85 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureVideoFrameWidth()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideosourcetype_fuzzer/
H A Dscreencapturevideosourcetype_fuzzer.cpp94 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureVideoSourceType()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosourcetype_fuzzer/
H A Dscreencaptureaudiosourcetype_fuzzer.cpp95 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureAudioSourceType()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturecapturemode_fuzzer/
H A Dscreencapturecapturemode_fuzzer.cpp94 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureCaptureMode()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeheight_fuzzer/
H A Dscreencapturevideoframeheight_fuzzer.cpp85 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureVideoFrameHeight()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquirevideobuffer_fuzzer/
H A Dscreencaptureacquirevideobuffer_fuzzer.cpp110 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureAcquireVideoBuffer()
/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() function in OHOS::Media::ScreenCaptureClient
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/fuzztest/screen_capture_fuzztest/screencapturedatatype_fuzzer/
H A Dscreencapturedatatype_fuzzer.cpp124 TestScreenCapture::SetCanvasRotation(true); in FuzzScreenCaptureDataType()
/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/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp429 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 Dscreen_capture.h250 virtual int32_t SetCanvasRotation(bool canvasRotation) = 0;

Completed in 14 milliseconds

12