/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/source/ |
H A D | ic_sdk_impl.cpp | 47 (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 D | startup_task_dispatcher.cpp | 84 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 D | player_listener_stub.cpp | 50 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 D | player_listener_proxy.cpp | 39 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 D | i_standard_player_listener.h | 30 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 D | player_listener_stub.h | 32 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 D | helper_listener_stub.cpp | 61 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 D | i_standard_helper_listener.h | 30 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 D | helper_listener_stub.h | 31 void OnError(HelperErrorType errorType, int32_t errorCode) override; 32 void OnError(int32_t errorCode, const std::string &errorMsg) override;
|
H A D | helper_listener_proxy.h | 31 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 D | audio_codec.h | 36 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 D | websocket_inner_fuzzer.cpp | 81 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 D | recorder_listener_stub.cpp | 49 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 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() function in OHOS::Media::ScreenCaptureListenerStub 78 callback_->OnError(errorType, errorCode); in OnError()
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_listener_stub.cpp | 47 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 D | transcoder_listener_proxy.cpp | 37 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 D | transcoder_listener_proxy.h | 31 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 D | recorder_lite_test.h | 34 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 D | dcamera_sink_data_process_listener.cpp | 37 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 D | dcamera_stream_data_process_pipeline_listener.cpp | 45 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 D | NativeNullCheckTest.cpp | 97 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 D | NativeNullCheckTest.cpp | 97 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 D | test_common.h | 83 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 D | kws_sdk_impl.cpp | 161 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 D | startup_task_dispatcher.h | 49 void OnError(const std::string &name, const std::shared_ptr<StartupTaskResult> &result); 50 void OnError(int32_t errorCode, const std::string &errorMessage);
|