/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_file/class_file/ |
D | file_n_exporter.h | 43 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 …]
|
D | file_n_exporter.cpp | 260 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/ |
D | event_report.cpp | 65 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/ |
D | recorder_listener_stub.cpp | 47 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()
|
D | recorder_listener_proxy.cpp | 37 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()
|
D | recorder_listener_proxy.h | 31 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/ |
D | player_listener_proxy.cpp | 38 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()
|
D | player_listener_stub.cpp | 48 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()
|
D | player_listener_proxy.h | 31 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/ |
D | hcamera_device_callback_stub.cpp | 48 int32_t errorType = 0; in HandleDeviceOnError() local 51 errorType = data.ReadInt32(); in HandleDeviceOnError() 53 return OnError(errorType, errorMsg); in HandleDeviceOnError()
|
D | hstream_repeat_callback_stub.cpp | 58 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/ |
D | avcodec_listener_stub.cpp | 48 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()
|
D | avcodec_listener_proxy.cpp | 38 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()
|
D | avcodec_listener_proxy.h | 30 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/ |
D | dcamera_input_callback.cpp | 27 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/ |
D | dcamera_sink_data_process_listener.cpp | 37 void DCameraSinkDataProcessListener::OnError(DataProcessErrorType errorType) in OnError() argument 44 dataProcess->OnError(errorType); in OnError()
|
/foundation/multimedia/media_lite/test/unittest/recorder_lite/ |
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/distributedcamera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
D | dcamera_stream_data_process_pipeline_listener.cpp | 45 void DCameraStreamDataProcessPipelineListener::OnError(DataProcessErrorType errorType) in OnError() argument 52 process->OnError(errorType); in OnError()
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
D | dbinder_error_code.h | 132 …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/ |
D | recorder_sink.cpp | 27 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/ |
D | encode_video_callback.cpp | 21 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()
|
D | decode_video_callback.cpp | 22 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/ |
D | image_decoder_callback.cpp | 23 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/ |
D | image_encoder_callback.cpp | 23 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/ |
D | camera_input_napi.h | 93 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()
|