Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 25 of 151) sorted by relevance

1234567

/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_file/class_file/
Dfile_n_exporter.h43 int errorType = -1; member
54 int errorType = -1; member
64 int errorType = -1; member
75 int errorType = -1; member
90 int errorType = -1; member
102 int errorType = -1; member
113 int errorType = -1; member
122 int errorType = -1; member
133 int errorType = -1; member
143 int errorType = -1; member
[all …]
Dfile_n_exporter.cpp260 asyncCallbackInfo->errorType = FILE_IO_ERROR; in MkdirExec()
293 asyncCallbackInfo->errorType = FILE_IO_ERROR; in RmdirExec()
302 asyncCallbackInfo->errorType = FILE_PATH_ERROR; in RmdirExec()
311 } else if (asyncCallbackInfo->errorType == FILE_IO_ERROR) { in RmdirComp()
313 } else if (asyncCallbackInfo->errorType == FILE_PATH_ERROR) { in RmdirComp()
329 asyncCallbackInfo->errorType = FILE_IO_ERROR; in GetExec()
348 asyncCallbackInfo->errorType = FILE_PATH_ERROR; in GetExec()
375 } else if (asyncCallbackInfo->errorType == FILE_PATH_ERROR) { in GetComp()
377 } else if (asyncCallbackInfo->errorType == FILE_IO_ERROR) { in GetComp()
397 asyncCallbackInfo->errorType = FILE_PATH_ERROR; in ListExec()
[all …]
/foundation/ace/ace_engine/adapter/ohos/osal/
Devent_report.cpp65 EVENT_KEY_ERROR_TYPE, eventInfo.errorType, in SendEvent()
84 .errorType = static_cast<int32_t>(type), in SendAppStartException()
94 .errorType = static_cast<int32_t>(type), in SendPageRouterException()
105 .errorType = static_cast<int32_t>(type), in SendComponentException()
115 .errorType = static_cast<int32_t>(type), in SendAPIChannelException()
125 .errorType = static_cast<int32_t>(type), in SendRenderException()
135 .errorType = static_cast<int32_t>(type), in SendJsException()
145 .errorType = static_cast<int32_t>(type), in SendAnimationException()
155 .errorType = static_cast<int32_t>(type), in SendEventException()
165 .errorType = static_cast<int32_t>(type), in SendInternalException()
[all …]
/foundation/multimedia/media_standard/services/services/recorder/ipc/
Drecorder_listener_stub.cpp47 int errorType = data.ReadInt32(); in OnRemoteRequest() local
49 OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnRemoteRequest()
65 void RecorderListenerStub::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
68 callback_->OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnError()
Drecorder_listener_proxy.cpp37 void RecorderListenerProxy::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
47 data.WriteInt32(errorType); in OnError()
84 void RecorderListenerCallback::OnError(RecorderErrorType errorType, int32_t errorCode) in OnError() argument
87 listener_->OnError(errorType, errorCode); in OnError()
Drecorder_listener_proxy.h31 void OnError(RecorderErrorType errorType, int32_t errorCode) override;
43 void OnError(int32_t errorType, int32_t errorCode) override;
/foundation/multimedia/media_standard/services/services/player/ipc/
Dplayer_listener_proxy.cpp38 void PlayerListenerProxy::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() argument
48 data.WriteInt32(errorType); in OnError()
90 void PlayerListenerCallback::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() argument
92 …MEDIA_LOGE("player callback onError, errorType: %{public}d, errorCode: %{public}d", errorType, err… in OnError()
94 listener_->OnError(errorType, errorCode); in OnError()
Dplayer_listener_stub.cpp48 int32_t errorType = data.ReadInt32(); in OnRemoteRequest() local
50 OnError(static_cast<PlayerErrorType>(errorType), errorCode); in OnRemoteRequest()
76 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() argument
80 cb->OnError(errorType, errorCode); in OnError()
Dplayer_listener_proxy.h31 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
43 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
/foundation/multimedia/camera_standard/services/camera_service/binder/server/src/
Dhcamera_device_callback_stub.cpp48 int32_t errorType = 0; in HandleDeviceOnError() local
51 errorType = data.ReadInt32(); in HandleDeviceOnError()
53 return OnError(errorType, errorMsg); in HandleDeviceOnError()
Dhstream_repeat_callback_stub.cpp58 int32_t errorType = static_cast<int32_t>(data.ReadUint64()); in HandleOnFrameError() local
60 return OnFrameError(errorType); in HandleOnFrameError()
/foundation/multimedia/media_standard/services/services/avcodec/ipc/
Davcodec_listener_stub.cpp48 int32_t errorType = data.ReadInt32(); in OnRemoteRequest() local
50 OnError(static_cast<AVCodecErrorType>(errorType), errorCode); in OnRemoteRequest()
81 void AVCodecListenerStub::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
84 callback_->OnError(errorType, errorCode); in OnError()
Davcodec_listener_proxy.cpp38 void AVCodecListenerProxy::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
47 data.WriteInt32(static_cast<int32_t>(errorType)); in OnError()
118 void AVCodecListenerCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
121 listener_->OnError(errorType, errorCode); in OnError()
Davcodec_listener_proxy.h30 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
44 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
/foundation/distributedhardware/distributedcamera/services/cameraservice/cameraoperator/client/src/callback/
Ddcamera_input_callback.cpp27 void DCameraInputCallback::OnError(const int32_t errorType, const int32_t errorMsg) const in OnError() argument
29 DHLOGE("DCameraInputCallback::OnError, errorType: %d, errorMsg: %d", errorType, errorMsg); in OnError()
/foundation/distributedhardware/distributedcamera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
Ddcamera_sink_data_process_listener.cpp37 void DCameraSinkDataProcessListener::OnError(DataProcessErrorType errorType) in OnError() argument
44 dataProcess->OnError(errorType); in OnError()
/foundation/multimedia/media_lite/test/unittest/recorder_lite/
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/distributedcamera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
Ddcamera_stream_data_process_pipeline_listener.cpp45 void DCameraStreamDataProcessPipelineListener::OnError(DataProcessErrorType errorType) in OnError() argument
52 process->OnError(errorType); in OnError()
/foundation/communication/ipc/ipc/native/src/core/include/
Ddbinder_error_code.h132 …DriverEvent(int code, const std::string &type, int num, const std::string &errorType, int errorNum) in ReportDriverEvent() argument
134 if (code == 0 || type.empty() || num == 0 || errorType.empty() || errorNum == 0) { in ReportDriverEvent()
139 hiEvent.PutInt(errorType, errorNum); in ReportDriverEvent()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
Drecorder_sink.cpp27 static int32_t SinkOnError(CALLBACK_HANDLE privateDataHandle, int32_t errorType, int32_t errorCode);
247 int32_t RecorderSink::SendCallbackError(int32_t errorType, int32_t errorCode) in SendCallbackError() argument
249 MEDIA_INFO_LOG("errorType:%d", errorType); in SendCallbackError()
254 switch (errorType) { in SendCallbackError()
262 recCallBack_->OnError(errorType, errorCode); in SendCallbackError()
265 MEDIA_ERR_LOG("pass event err %d", errorType); in SendCallbackError()
270 static int32_t SinkOnError(CALLBACK_HANDLE privateDataHandle, int32_t errorType, int32_t errorCode) in SinkOnError() argument
278 data.event = errorType; in SinkOnError()
/foundation/distributedhardware/distributedcamera/services/data_process/src/pipeline_node/multimedia_codec/
Dencode_video_callback.cpp21 void EncodeVideoCallback::OnError(Media::AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
23 DHLOGD("EncodeVideoCallback : OnError. Error type: %d . Error code: %d ", errorType, errorCode); in OnError()
Ddecode_video_callback.cpp22 void DecodeVideoCallback::OnError(Media::AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
24 DHLOGE("DecodeVideoCallback : OnError. Error type: %d . Error code: %d ", errorType, errorCode); in OnError()
/foundation/distributedhardware/distributedscreen/services/screentransport/screensinkprocessor/decoder/src/
Dimage_decoder_callback.cpp23 void ImageDecoderCallback::OnError(Media::AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
31 decoder->OnError(errorType, errorCode); in OnError()
/foundation/distributedhardware/distributedscreen/services/screentransport/screensourceprocessor/encoder/src/
Dimage_encoder_callback.cpp23 void ImageEncoderCallback::OnError(Media::AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
31 encoder->OnError(errorType, errorCode); in OnError()
/foundation/multimedia/camera_standard/interfaces/kits/js/camera_napi/include/input/
Dcamera_input_napi.h93 void OnError(const int32_t errorType, const int32_t errorMsg) const override;
96 void OnErrorCallback(const int32_t errorType, const int32_t errorMsg) const;
97 void OnErrorCallbackAsync(const int32_t errorType, const int32_t errorMsg) const;
107 ErrorCallbackInfo(int32_t errorType, int32_t errorMsg, const ErrorCallbackListener *listener) in ErrorCallbackInfo()
108 : errorType_(errorType), errorMsg_(errorMsg), listener_(listener) {} in ErrorCallbackInfo()

1234567