Home
last modified time | relevance | path

Searched refs:StopScreenCapture (Results 1 - 25 of 49) sorted by relevance

12

/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest_voip.cpp53 ASSERT_EQ(screenCaptureServer_->StopScreenCapture(), MSERR_OK); in HWTEST_F()
71 ASSERT_EQ(screenCaptureServer_->StopScreenCapture(), MSERR_OK); in HWTEST_F()
94 ASSERT_EQ(screenCaptureServer_->StopScreenCapture(), MSERR_OK); in HWTEST_F()
117 ASSERT_EQ(screenCaptureServer_->StopScreenCapture(), MSERR_OK); in HWTEST_F()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_exclude.cpp59 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
87 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
115 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
145 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
174 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
215 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
256 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
287 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
330 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
363 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
[all...]
H A Dscreen_capture_unit_test.cpp389 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
435 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
575 EXPECT_NE(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
912 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
1292 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
1391 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
1508 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
1541 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
1575 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
1609 EXPECT_EQ(MSERR_OK, screenCapture_->StopScreenCapture()); in HWTEST_F()
[all...]
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_screen_capture.cpp80 int32_t TestScreenCapture::StopScreenCapture() in StopScreenCapture() function in TestScreenCapture
85 return screenCapture->StopScreenCapture(); in StopScreenCapture()
H A Dtest_screen_capture.h48 int32_t StopScreenCapture();
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h42 int32_t StopScreenCapture() override;
70 int32_t StopScreenCapture(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.cpp74 screenCaptureStubFuncs_[STOP_SCREEN_CAPTURE] = &ScreenCaptureServiceStub::StopScreenCapture; in Init()
190 int32_t ScreenCaptureServiceStub::StopScreenCapture() in StopScreenCapture() function in OHOS::Media::ScreenCaptureServiceStub
194 return screenCaptureServer_->StopScreenCapture(); in StopScreenCapture()
507 int32_t ScreenCaptureServiceStub::StopScreenCapture(MessageParcel &data, MessageParcel &reply)
512 int32_t ret = StopScreenCapture();
H A Dscreen_capture_service_proxy.h40 int32_t StopScreenCapture() override;
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/
H A Dscreencapturesetmicrophoneenabled_fuzzer.cpp88 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureSetMicrophoneEnabled()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/
H A Dscreencapturesetcanvasrotation_fuzzer.cpp88 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureSetCanvasRotation()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp111 int32_t ScreenCaptureNativeMock::StopScreenCapture() in StopScreenCapture() function in OHOS::Media::ScreenCaptureNativeMock
114 return screenCapture_->StopScreenCapture(); in StopScreenCapture()
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h42 int32_t StopScreenCapture() override;
/foundation/multimedia/player_framework/services/include/
H A Di_screen_capture_service.h42 virtual int32_t StopScreenCapture() = 0;
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/
H A Dscreencaptureaudiosamplerate_fuzzer.cpp89 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureAudioSampleRate()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/
H A Dscreencapturevideoframewidth_fuzzer.cpp90 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureVideoFrameWidth()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiobitratefile_fuzzer/
H A Dscreencaptureaudiobitratefile_fuzzer.cpp115 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureAudioBitRateFile()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiochannels_fuzzer/
H A Dscreencaptureaudiochannels_fuzzer.cpp89 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureAudioChannels()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturefileformatfile_fuzzer/
H A Dscreencapturefileformatfile_fuzzer.cpp119 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureFileFormatFile()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureresizecanvas_fuzzer/
H A Dscreencaptureresizecanvas_fuzzer.cpp90 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureResizeCanvas()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmaxframerate_fuzzer/
H A Dscreencapturesetmaxframerate_fuzzer.cpp89 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureSetMaxFrameRate()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideosourcetype_fuzzer/
H A Dscreencapturevideosourcetype_fuzzer.cpp99 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureVideoSourceType()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosourcetype_fuzzer/
H A Dscreencaptureaudiosourcetype_fuzzer.cpp100 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureAudioSourceType()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturecapturemode_fuzzer/
H A Dscreencapturecapturemode_fuzzer.cpp99 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureCaptureMode()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideobitratefile_fuzzer/
H A Dscreencapturevideobitratefile_fuzzer.cpp115 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureVideoBitRateFile()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeratefile_fuzzer/
H A Dscreencapturevideoframeratefile_fuzzer.cpp115 TestScreenCapture::StopScreenCapture(); in FuzzScreenCaptureVideoFrameRateFile()

Completed in 14 milliseconds

12