Home
last modified time | relevance | path

Searched refs:OnError (Results 1 - 25 of 678) sorted by relevance

12345678910>>...28

/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()
109 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_SERIALIZATION_ERROR)) in OnSyncExecute()
116 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILURE)) in OnSyncExecute()
132 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILURE)) in SyncExecute()
142 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_UNSERIALIZATION_ERROR)) in SyncExecute()
148 (callback_ != nullptr) ? (callback_->OnError(IC_RETCODE_FAILUR in SyncExecute()
[all...]
/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<StartupTaskResult> &result) in OnError() function in OHOS::AbilityRuntime::StartupTaskDispatcher
203 void StartupTaskDispatcher::OnError(int32_ function in OHOS::AbilityRuntime::StartupTaskDispatcher
[all...]
/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 in OHOS::Media::IStandardPlayerListener
36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError() function in OHOS::Media::IStandardPlayerListener
H A Dplayer_listener_stub.h32 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
33 void OnError(int32_t errorCode, const std::string &errorMsg) override;
/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 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
H A Dhelper_listener_stub.h31 void OnError(HelperErrorType errorType, int32_t errorCode) override;
32 void OnError(int32_t errorCode, const std::string &errorMsg) override;
H A Dhelper_listener_proxy.h31 void OnError(int32_t errorCode, const std::string &errorMsg) override;
43 void OnError(int32_t errorCode, const std::string &errorMsg) override;
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec.h36 void OnError(Media::CodecErrorType errorType, int32_t errorCode) override;
150 void OnError(CodecErrorType errorType, int32_t errorCode) in OnError() function in OHOS::MediaAVCodec::AudioCodec
157 callback_->OnError(AVCodecErrorType::AVCODEC_ERROR_DECRYTION_FAILED, in OnError()
161 callback_->OnError(AVCodecErrorType::AVCODEC_ERROR_INTERNAL, in OnError()
188 void AudioCodecCallback::OnError(Media::CodecErrorType errorType, int32_t errorCode) in OnError() function in OHOS::MediaAVCodec::AudioCodecCallback
191 codec_->OnError(errorType, errorCode); in OnError()
/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()
/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()
/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()
/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()
H A Dtranscoder_listener_proxy.h31 void OnError(int32_t errorCode, const std::string &errorMsg) override;
43 void OnError(int32_t errorCode, const std::string &errorMsg) override;
/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);
/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
41 DHLOGE("DCameraSinkDataProcessListener::OnError dataProcess is null"); in OnError()
44 dataProcess->OnError(errorType); in OnError()
/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
52 process->OnError(errorType); in OnError()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeNullCheckTest.cpp97 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
118 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
205 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
239 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
276 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
316 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
375 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
415 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
455 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, in HWTEST_F()
495 struct OH_AVCodecAsyncCallback cb = { &OnError, in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeNullCheckTest.cpp97 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
118 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
211 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
248 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
288 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
331 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
393 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
436 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
479 struct OH_AVCodecAsyncCallback cb = { &OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, in HWTEST_F()
522 struct OH_AVCodecAsyncCallback cb = { &OnError, in HWTEST_F()
[all...]
/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);
/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()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_task_dispatcher.h49 void OnError(const std::string &name, const std::shared_ptr<StartupTaskResult> &result);
50 void OnError(int32_t errorCode, const std::string &errorMessage);

Completed in 8 milliseconds

12345678910>>...28