Home
last modified time | relevance | path

Searched defs:OnError (Results 1 - 25 of 259) sorted by relevance

1234567891011

/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_callback.cpp53 void NativeChildCallback::OnError(int32_t errCode) in OnError() function in OHOS::AbilityRuntime::NativeChildCallback
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcapture_session_callback_proxy.cpp26 int32_t HCaptureSessionCallbackProxy::OnError(int32_t errorCode) in OnError() function in OHOS::CameraStandard::HCaptureSessionCallbackProxy
H A Dhcamera_device_callback_proxy.cpp26 int32_t HCameraDeviceCallbackProxy::OnError(const int32_t errorType, const int32_t errorMsg) in OnError() function in OHOS::CameraStandard::HCameraDeviceCallbackProxy
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_ndk_screen_capture.cpp24 void TestScreenCaptureNdkCallback::OnError(OH_AVScreenCapture *screenCapture, int32_t errorCode) in OnError() function in TestScreenCaptureNdkCallback
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_data_process_listener.cpp37 void DCameraSinkDataProcessListener::OnError(DataProcessErrorType errorType) in OnError() function in OHOS::DistributedHardware::DCameraSinkDataProcessListener
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_preview_callback.cpp38 void DCameraPreviewCallback::OnError(const int32_t errorCode) const in OnError() function in OHOS::DistributedHardware::DCameraPreviewCallback
H A Ddcamera_input_callback.cpp28 void DCameraInputCallback::OnError(const int32_t errorType, const int32_t errorMsg) const in OnError() function in OHOS::DistributedHardware::DCameraInputCallback
H A Ddcamera_video_callback.cpp37 void DCameraVideoCallback::OnError(const int32_t errorCode) const in OnError() function in OHOS::DistributedHardware::DCameraVideoCallback
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_pipeline_listener.cpp45 void DCameraStreamDataProcessPipelineListener::OnError(DataProcessErrorType errorType) in OnError() function in OHOS::DistributedHardware::DCameraStreamDataProcessPipelineListener
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_death_callback.h78 void OnError(const int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::AppExecFwk::MockFormDeathCallback
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_proxy.cpp74 void NativeChildNotifyProxy::OnError(int32_t errCode) in OnError() function in OHOS::AppExecFwk::NativeChildNotifyProxy
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Ddialog_ui_extension_callback.cpp42 void DialogUIExtensionCallback::OnError() in OnError() function in OHOS::AbilityRuntime::DialogUIExtensionCallback
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_video_processing_session_callback_proxy.cpp55 ErrCode DeferredVideoProcessingSessionCallbackProxy::OnError( in OnError() function in OHOS::CameraStandard::DeferredProcessing::DeferredVideoProcessingSessionCallbackProxy
H A Ddeferred_photo_processing_session_callback_proxy.cpp96 int32_t DeferredPhotoProcessingSessionCallbackProxy::OnError(const std::string &imageId, ErrorCode errorCode) in OnError() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSessionCallbackProxy
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_listener.h30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() function in OHOS::Media::IStandardPlayerListener
36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::IStandardPlayerListener
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Di_standard_helper_listener.h30 virtual void OnError(HelperErrorType errorType, int32_t errorCode) in OnError() function in OHOS::Media::IStandardHelperListener
36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::IStandardHelperListener
/foundation/multimedia/player_framework/test/unittest/avmetadatahelper_test/
H A Davmetadatahelper_server_unit_test.h52 void OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::Test::TestHelperCallback
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsocket.h181 void (*OnError)(int32_t socket, int32_t errCode); member
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_video_callback.cpp21 void EncodeVideoCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError() function in OHOS::DistributedHardware::EncodeVideoCallback
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_video_callback.cpp22 void DecodeVideoCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError() function in OHOS::DistributedHardware::DecodeVideoCallback
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_decoder_callback.cpp23 void ImageDecoderCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError() function in OHOS::DistributedHardware::ImageDecoderCallback
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_encoder_callback.cpp23 void ImageEncoderCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError() function in OHOS::DistributedHardware::ImageEncoderCallback
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_model_ng.cpp48 void PluginModelNG::SetOnError(std::function<void(const std::string&)>&& OnError) in SetOnError() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_embedded_component.cpp118 void JSEmbeddedComponent::OnError(const JSCallbackInfo& info) in OnError() function in OHOS::Ace::Framework::JSEmbeddedComponent
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmodal_ui_callback.cpp45 void ModalUICallback::OnError(int32_t code, const std::string& name, const std::string& message) in OnError() function in OHOS::Media::ModalUICallback

Completed in 8 milliseconds

1234567891011