/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_exclude.cpp | 57 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 85 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 113 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 143 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 172 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 213 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 254 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 285 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 328 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 361 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() [all...] |
H A D | screen_capture_unit_test.cpp | 387 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 432 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 573 EXPECT_NE(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 910 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 1290 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 1389 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 1506 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 1539 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 1573 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() 1607 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCapture()); in HWTEST_F() [all...] |
/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 72 int32_t TestScreenCapture::StartScreenCapture() in StartScreenCapture() function in TestScreenCapture 77 return screenCapture->StartScreenCapture(); in StartScreenCapture()
|
H A D | test_screen_capture.h | 47 int32_t StartScreenCapture();
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_stub.h | 40 int32_t StartScreenCapture(bool isPrivacyAuthorityEnabled) override; 68 int32_t StartScreenCapture(MessageParcel &data, MessageParcel &reply);
|
H A D | screen_capture_service_stub.cpp | 71 screenCaptureStubFuncs_[START_SCREEN_CAPTURE] = &ScreenCaptureServiceStub::StartScreenCapture; in Init() 175 int32_t ScreenCaptureServiceStub::StartScreenCapture(bool isPrivacyAuthorityEnabled) in StartScreenCapture() function in OHOS::Media::ScreenCaptureServiceStub 179 return screenCaptureServer_->StartScreenCapture(isPrivacyAuthorityEnabled); in StartScreenCapture() 476 int32_t ScreenCaptureServiceStub::StartScreenCapture(MessageParcel &data, MessageParcel &reply) 481 int32_t ret = StartScreenCapture(isPrivacyAuthorityEnabled);
|
H A D | screen_capture_service_proxy.h | 38 int32_t StartScreenCapture(bool isPrivacyAuthorityEnabled) override;
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/ |
H A D | screencapturesetmicrophoneenabled_fuzzer.cpp | 86 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureSetMicrophoneEnabled()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/ |
H A D | screencapturesetcanvasrotation_fuzzer.cpp | 86 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureSetCanvasRotation()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
H A D | screen_capture_native_mock.cpp | 84 int32_t ScreenCaptureNativeMock::StartScreenCapture() in StartScreenCapture() function in OHOS::Media::ScreenCaptureNativeMock 91 return screenCapture_->StartScreenCapture(); in StartScreenCapture()
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.h | 40 int32_t StartScreenCapture() override;
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_service.h | 40 virtual int32_t StartScreenCapture(bool isPrivacyAuthorityEnabled = false) = 0;
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/ |
H A D | screencaptureaudiosamplerate_fuzzer.cpp | 87 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureAudioSampleRate()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/ |
H A D | screencapturevideoframewidth_fuzzer.cpp | 88 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureVideoFrameWidth()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiobitratefile_fuzzer/ |
H A D | screencaptureaudiobitratefile_fuzzer.cpp | 113 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureAudioBitRateFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiochannels_fuzzer/ |
H A D | screencaptureaudiochannels_fuzzer.cpp | 87 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureAudioChannels()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturefileformatfile_fuzzer/ |
H A D | screencapturefileformatfile_fuzzer.cpp | 117 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureFileFormatFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureresizecanvas_fuzzer/ |
H A D | screencaptureresizecanvas_fuzzer.cpp | 86 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureResizeCanvas()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmaxframerate_fuzzer/ |
H A D | screencapturesetmaxframerate_fuzzer.cpp | 86 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureSetMaxFrameRate()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideosourcetype_fuzzer/ |
H A D | screencapturevideosourcetype_fuzzer.cpp | 97 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureVideoSourceType()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosourcetype_fuzzer/ |
H A D | screencaptureaudiosourcetype_fuzzer.cpp | 98 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureAudioSourceType()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturecapturemode_fuzzer/ |
H A D | screencapturecapturemode_fuzzer.cpp | 97 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureCaptureMode()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideobitratefile_fuzzer/ |
H A D | screencapturevideobitratefile_fuzzer.cpp | 113 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureVideoBitRateFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeratefile_fuzzer/ |
H A D | screencapturevideoframeratefile_fuzzer.cpp | 113 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureVideoFrameRateFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeheight_fuzzer/ |
H A D | screencapturevideoframeheight_fuzzer.cpp | 88 TestScreenCapture::StartScreenCapture(); in FuzzScreenCaptureVideoFrameHeight()
|