Home
last modified time | relevance | path

Searched refs:ScreenCaptureErrorType (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.h31 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
50 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
H A Dscreen_capture_listener_stub.cpp49 OnError(static_cast<ScreenCaptureErrorType>(errorType), errorCode); in OnRemoteRequest()
75 void ScreenCaptureListenerStub::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
H A Dscreen_capture_listener_proxy.cpp37 void ScreenCaptureListenerProxy::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
107 void ScreenCaptureListenerCallback::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
H A Di_standard_screen_capture_listener.h30 virtual void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) = 0;
H A Dscreen_capture_listener_stub.h29 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Daudio_capturer_wrapper_function_unittest.cpp74 ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, SCREEN_CAPTURE_ERR_UNKNOWN);
96 ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, SCREEN_CAPTURE_ERR_UNKNOWN);
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.h75 virtual void OnStartFailed(ScreenCaptureErrorType errorType, int32_t errorCode);
125 void OnStartFailed(ScreenCaptureErrorType errorType, int32_t errorCode) override;
H A Daudio_capturer_wrapper.cpp82 … OnStartFailed(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, SCREEN_CAPTURE_ERR_UNKNOWN); in Start()
127 … OnStartFailed(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, SCREEN_CAPTURE_ERR_UNKNOWN); in Resume()
401 void AudioCapturerWrapper::OnStartFailed(ScreenCaptureErrorType errorType, int32_t errorCode) in OnStartFailed()
415 void MicAudioCapturerWrapper::OnStartFailed(ScreenCaptureErrorType errorType, int32_t errorCode) in OnStartFailed()
H A Dscreen_capture_server.cpp892 screenCaptureCb_->OnError(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, in OnReceiveUserPrivacyAuthority()
1146 screenCaptureCb_->OnError(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, in PostStartScreenCapture()
1156 screenCaptureCb_->OnError(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, in PostStartScreenCapture()
1165 screenCaptureCb_->OnError(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_INTERNAL, in PostStartScreenCapture()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h41 enum ScreenCaptureErrorType : int32_t { enum
232 virtual void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/include/
H A Dscreen_capture_server_function_unittest.h61 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) {}; in OnError()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_callback.h36 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
H A Davscreen_capture_callback.cpp93 void AVScreenCaptureCallback::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/include/
H A Dscreen_capture_adapter_impl.h28 void OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorCode) override;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_screen_capture.h66 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
H A Dtest_screen_capture.cpp24 void TestScreenCaptureCallbackTest::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H A Dscreen_capture_native_mock.h66 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp26 void ScreenCaptureNativeCallbackMock::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp549 callback->OnError(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_EXTEND_START, 0);
557 callback->OnError(ScreenCaptureErrorType::SCREEN_CAPTURE_ERROR_EXTEND_START, 0);
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp231 void OHScreenCaptureCallback::OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorC… in OnError()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp231 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override in OnError()