Home
last modified time | relevance | path

Searched refs:OnError (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/source/
H A Dic_sdk_impl.cpp47 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_INIT_ERROR)) in Create()
53 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_INIT_ERROR)) in Create()
62 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_INIT_ERROR)) in Create()
68 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_INIT_ERROR)) in Create()
76 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_UNSERIALIZATION_ERROR)) in Create()
116 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILURE)) in OnSyncExecute()
132 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILURE)) in SyncExecute()
148 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILURE)) in SyncExecute()
177 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_SERIALIZATION_ERROR)) in Destroy()
184 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILURE)) in Destroy()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_dispatcher.cpp84 OnError(ERR_STARTUP_INTERNAL_ERROR, name + ": result is null"); in Dispatch()
88 OnError(name, result); in Dispatch()
93 OnError(ERR_STARTUP_INTERNAL_ERROR, name + " not found"); in Dispatch()
121 OnError(ERR_STARTUP_INTERNAL_ERROR, name + ": sort result is null"); in NotifyChildren()
126 OnError(ERR_STARTUP_INTERNAL_ERROR, name + " is not found"); in NotifyChildren()
133 OnError(ERR_STARTUP_INTERNAL_ERROR, child + "is not found in inDegreeMap_."); in NotifyChildren()
138 OnError(ERR_STARTUP_INTERNAL_ERROR, child + "is not found in tasks_."); in NotifyChildren()
142 OnError(ERR_STARTUP_INTERNAL_ERROR, child + " task is null."); in NotifyChildren()
187 void StartupTaskDispatcher::OnError(const std::string &name, const std::shared_ptr<StartupTaskResul… in OnError() function in OHOS::AbilityRuntime::StartupTaskDispatcher
203 void StartupTaskDispatcher::OnError(int32_t errorCode, const std::string &errorMessage) in OnError() function in OHOS::AbilityRuntime::StartupTaskDispatcher
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_stub.cpp61 OnError(errorCode, errorMsg); in OnRemoteRequest()
71 void HelperListenerStub::OnError(HelperErrorType errorType, int32_t errorCode) in OnError() function in OHOS::Media::HelperListenerStub
77 cb->OnError(errorCode, errorMsg); in OnError()
87 void HelperListenerStub::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::HelperListenerStub
91 cb->OnError(errorCode, errorMsg); in OnError()
H A Dhelper_listener_proxy.cpp40 void HelperListenerProxy::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::HelperListenerProxy
81 void HelperListenerCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::HelperListenerCallback
85 listener_->OnError(errorCode, errorMsg); in OnError()
H A Di_standard_helper_listener.h30 virtual void OnError(HelperErrorType errorType, int32_t errorCode) in OnError() function
36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_stub.cpp50 OnError(static_cast<PlayerErrorType>(errorType), errorCode); in OnRemoteRequest()
67 OnError(errorCode, errorMsg); in OnRemoteRequest()
77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() function in OHOS::Media::PlayerListenerStub
83 cb->OnError(errorCode, errorMsg); in OnError()
119 void PlayerListenerStub::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::PlayerListenerStub
123 cb->OnError(errorCode, errorMsg); in OnError()
H A Dplayer_listener_proxy.cpp39 void PlayerListenerProxy::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::PlayerListenerProxy
61 return OnError(errorCode, errorMsg); in OnInfo()
89 void PlayerListenerCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::PlayerListenerCallback
93 listener_->OnError(errorCode, errorMsg); in OnError()
H A Di_standard_player_listener.h30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() function
36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp81 static void OnError(WebSocketClient *client, ErrorResult error) {} in OnError() function
95 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetRequestOptionsTest()
109 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetConnectUrlTest()
123 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetSendDataTest()
139 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetSendDataLengthTest()
156 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetCloseOptionTest()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeNullCheckTest.cpp97 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
118 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
205 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
239 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
276 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
316 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
375 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
415 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
455 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
495 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged,
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec.h36 void OnError(Media::CodecErrorType errorType, int32_t errorCode) override;
151 void OnError(CodecErrorType errorType, int32_t errorCode) in OnError() function
159 realPtr->OnError(AVCodecErrorType::AVCODEC_ERROR_DECRYTION_FAILED, in OnError()
163 realPtr->OnError(AVCodecErrorType::AVCODEC_ERROR_INTERNAL, in OnError()
194 void AudioCodecCallback::OnError(Media::CodecErrorType errorType, int32_t errorCode) in OnError() function
197 codec_->OnError(errorType, errorCode); in OnError()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_image_process_callback_v12.md24 | [OnError](#onerror) ([in] String imageId, [in] int errorCode) | 闪光灯的最新状态。 |
30 ### OnError()
33 IImageProcessCallback::OnError ([in] String imageId, [in] int errorCode )
H A Dinterface_i_camera_device_callback_v10.md22 | [OnError](#onerror) ([in] enum [ErrorType](_camera_v10.md#errortype) type, [in] int errorCode) | …
29 ### OnError()
32 ICameraDeviceCallback::OnError ([in] enum ErrorType type, [in] int errorCode )
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeNullCheckTest.cpp97 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
118 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
211 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
248 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
288 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
331 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
393 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
436 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
479 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
522 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable,
[all …]
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp127 void OnError(const int userId, const std::string& imageId, DpsError errorCode) override in OnError() function in OHOS::CameraStandard::DeferredProcessing::SessionCoordinator::ImageProcCallbacks
129 … DP_CHECK_EXECUTE(coordinator_ != nullptr, coordinator_->OnError(userId, imageId, errorCode)); in OnError()
157 void OnError(const int32_t userId, const std::string& videoId, DpsError errorCode) override in OnError() function in OHOS::CameraStandard::DeferredProcessing::SessionCoordinator::VideoProcCallbacks
248 void SessionCoordinator::OnError(const int userId, const std::string& imageId, DpsError errorCode) in OnError() function in OHOS::CameraStandard::DeferredProcessing::SessionCoordinator
253 spCallback->OnError(imageId, MapDpsErrorCode(errorCode)); in OnError()
304 callback->OnError(result.imageId, MapDpsErrorCode(result.errorCode)); in ProcessPendingResults()
367 spCallback->OnError(videoId, error); in OnVideoError()
388 callback->OnError(result.requestId, MapDpsErrorCode(result.errorCode)); in ProcessVideoResults()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_listener_stub.cpp47 OnError(errorCode, errorMsg); in OnRemoteRequest()
63 void TransCoderListenerStub::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::TransCoderListenerStub
66 callback_->OnError(errorCode, errorMsg); in OnError()
H A Dtranscoder_listener_proxy.cpp37 void TransCoderListenerProxy::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::TransCoderListenerProxy
78 void TransCoderListenerCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::TransCoderListenerCallback
81 listener_->OnError(errorCode, errorMsg); in OnError()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
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() function in OHOS::Media::ScreenCaptureListenerStub
78 callback_->OnError(errorType, errorCode); in OnError()
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk_impl.cpp161 callback_->OnError(KWS_RETCODE_SERIALIZATION_ERROR); in Execute()
167 callback_->OnError(KWS_RETCODE_PLUGIN_EXECUTION_ERROR); in Execute()
172 callback_->OnError(KWS_RETCODE_NULL_PARAM); in Execute()
179 callback_->OnError(KWS_RETCODE_UNSERIALIZATION_ERROR); in Execute()
185 callback_->OnError(KWS_RETCODE_PLUGIN_SESSION_ERROR); in Execute()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_listener_stub.cpp49 OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnRemoteRequest()
76 void RecorderListenerStub::OnError(int32_t errorType, int32_t errorCode) in OnError() function in OHOS::Media::RecorderListenerStub
79 callback_->OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnError()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.h83 void OnError(const int32_t errorType, const int32_t errorMsg) const override;
122 void OnError(const int32_t errorCode) const override;
135 void OnError(const int32_t errorCode) const override;
158 void OnError(const std::string& imageId, const DpsErrorCode errorCode);
/ohos5.0/base/security/security_guard/interfaces/inner_api/obtaindata/src/
H A Dsecurity_event_query_callback_service.cpp33 void SecurityEventQueryCallbackService::OnError(const std::string &message) in OnError() function in OHOS::Security::SecurityGuard::SecurityEventQueryCallbackService
36 queryCallback->OnError(message); in OnError()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_player_callback_adapter_wrapper.cpp31 void ArkPlayerCallbackAdapterWrapper::OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) in OnError() function in OHOS::ArkWeb::ArkPlayerCallbackAdapterWrapper
33 ctocpp_->OnError((int32_t)errorType); in OnError()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_player_callback_adapter_impl.cpp29 void ArkPlayerCallbackAdapterImpl::OnError(int32_t errorType) in OnError() function in OHOS::ArkWeb::ArkPlayerCallbackAdapterImpl
31 real_->OnError((OHOS::NWeb::PlayerAdapterErrorType)errorType); in OnError()
/ohos5.0/foundation/multimedia/media_lite/test/unittest/recorder_lite/
H A Drecorder_lite_test.h34 void OnError(const int32_t errorType, const int32_t errorCode);
42 void OnError(int32_t errorType, int32_t errorCode);

12345678910>>...33