/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_listener_proxy.h | 31 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override; 50 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
H A D | screen_capture_listener_stub.cpp | 49 OnError(static_cast<ScreenCaptureErrorType>(errorType), errorCode); in OnRemoteRequest() 75 void ScreenCaptureListenerStub::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
|
H A D | screen_capture_listener_proxy.cpp | 37 void ScreenCaptureListenerProxy::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError() 107 void ScreenCaptureListenerCallback::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
|
H A D | i_standard_screen_capture_listener.h | 30 virtual void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) = 0;
|
H A D | screen_capture_listener_stub.h | 29 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 D | audio_capturer_wrapper_function_unittest.cpp | 74 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 D | audio_capturer_wrapper.h | 75 virtual void OnStartFailed(ScreenCaptureErrorType errorType, int32_t errorCode); 125 void OnStartFailed(ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
H A D | audio_capturer_wrapper.cpp | 82 … 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 D | screen_capture_server.cpp | 892 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 D | screen_capture.h | 41 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 D | screen_capture_server_function_unittest.h | 61 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) {}; in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_callback.h | 36 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
H A D | avscreen_capture_callback.cpp | 93 void AVScreenCaptureCallback::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/include/ |
H A D | screen_capture_adapter_impl.h | 28 void OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.h | 66 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
H A D | test_screen_capture.cpp | 24 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 D | screen_capture_native_mock.h | 66 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
H A D | screen_capture_native_mock.cpp | 26 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 D | screen_capture_adapter_impl_test.cpp | 549 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 D | screen_capture_adapter_impl.cpp | 231 void OHScreenCaptureCallback::OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorC… in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 231 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) override in OnError()
|