Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 - 25 of 32) sorted by relevance

12

/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dexecutor_impl_common.cpp27 void CallError(const sptr<HdiIExecutorCallback> &callback, uint32_t errorCode) in CallError() argument
34 if (callback->OnResult(errorCode, ret) != SUCCESS) { in CallError()
H A Dverifier_impl.cpp95 void VerifierImpl::CancelCurrentAuth(int32_t errorCode) in CancelCurrentAuth() argument
103 CallError(callback_, errorCode); in CancelCurrentAuth()
H A Dcollector_impl.cpp94 void CollectorImpl::CancelCurrentCollect(int32_t errorCode) in CancelCurrentCollect() argument
102 CallError(callback_, errorCode); in CancelCurrentCollect()
/drivers/peripheral/camera/test/common/callback/src/
H A Dcamera_device_callback.cpp21 int32_t CameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError() argument
24 (void)errorCode; in OnError()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_device_service_callback.cpp24 int32_t CameraDeviceServiceCallback::OnError(VdiErrorType type, int32_t errorCode) in OnError() argument
27 return cameraDeviceCallback_->OnError(static_cast<ErrorType>(type), errorCode); in OnError()
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dexecutor_impl_common.h27 void CallError(const sptr<HdiIExecutorCallback> &callback, uint32_t errorCode);
H A Dcollector_impl.h50 void CancelCurrentCollect(int32_t errorCode = CANCELED);
H A Dverifier_impl.h47 void CancelCurrentAuth(int32_t errorCode = CANCELED);
/drivers/peripheral/camera/test/common/callback/include/
H A Dcamera_device_callback.h29 int32_t OnError(ErrorType type, int32_t errorCode) override;
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_device_service_callback.h36 int32_t OnError(VdiErrorType type, int32_t errorCode) override;
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_device_vdi_callback.h37 virtual int32_t OnError(VdiErrorType type, int32_t errorCode) = 0;
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_message.h98 VdiStreamError errorCode) : ICaptureMessage(streamId, captureId, time, peerCount) in CaptureErrorMessage()
100 errorCode_ = errorCode; in CaptureErrorMessage()
97 CaptureErrorMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t peerCount, VdiStreamError errorCode) CaptureErrorMessage() argument
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraopencamera_fuzzer/
H A Ddcameraopencamera_fuzzer.cpp31 int32_t OnError(ErrorType type, int32_t errorCode) in OnError() argument
/drivers/peripheral/camera/test/common/v1_2/src/
H A Dhdi_common_v1_2.cpp363 OHOS::HDI::Camera::V1_2::ErrorCode errorCode) in OnError()
365 CAMERA_LOGI("imageId: %{public}s, errorCode: %{public}d", imageId.c_str(), errorCode); in OnError()
367 curErrorCode_ = errorCode; in OnError()
362 OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) OnError() argument
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_render.c780 static void LogError(AudioHandle handle, int32_t errorCode, int reason) in LogError() argument
799 if (errorCode == WRITE_FRAME_ERROR_CODE) { in LogError()
800 hwRender->errorLog.errorDump[hwRender->errorLog.iter].errorCode = errorCode; in LogError()
1161 dprintf(fd, "%-5s %-10s %s\n", "count", "errorCode", "Time"); in AudioRenderAudioDevDump()
1163 dprintf(fd, FORMAT_TWO, render->errorLog.errorDump[i].count + 1, render->errorLog.errorDump[i].errorCode, in AudioRenderAudioDevDump()
1167 dprintf(fd, "%-5s %-10s %-20s %-15s %s\n", "count", "errorCode", "frames", "fail reason", "Time"); in AudioRenderAudioDevDump()
1169 dprintf(fd, FORMAT_ONE, render->errorLog.errorDump[i].count + 1, render->errorLog.errorDump[i].errorCode, in AudioRenderAudioDevDump()
H A Daudio_capture.c706 static void LogErrorCapture(AudioHandle handle, int errorCode, int reason) in LogErrorCapture() argument
723 if (errorCode == WRITE_FRAME_ERROR_CODE) { in LogErrorCapture()
724 hwCapture->errorLog.errorDump[hwCapture->errorLog.iter].errorCode = errorCode; in LogErrorCapture()
989 dprintf(fd, "%-5s %-10s %s\n", "count", "errorCode", "Time"); in AudioCaptureAudioDevDump()
991 dprintf(fd, FORMAT_TWO, capture->errorLog.errorDump[i].count + 1, capture->errorLog.errorDump[i].errorCode, in AudioCaptureAudioDevDump()
995 dprintf(fd, "%-5s %-10s %-20s %-15s %s\n", "count", "errorCode", "frames", "fail reason", "Time"); in AudioCaptureAudioDevDump()
997 dprintf(fd, FORMAT_ONE, capture->errorLog.errorDump[i].count + 1, capture->errorLog.errorDump[i].errorCode, in AudioCaptureAudioDevDump()
/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.h167 int32_t OnError(ErrorType type, int32_t errorCode) override;
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.h181 int32_t OnError(ErrorType type, int32_t errorCode) override;
H A Dtest_camera_base.cpp747 int32_t DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError() argument
749 CAMERA_LOGI("demo test: OnError type : %{public}d, errorMsg : %{public}d", type, errorCode); in OnError()
/drivers/peripheral/camera/test/common/v1_2/include/
H A Dhdi_common_v1_2.h120 int32_t OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override;
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.h163 int32_t OnError(ErrorType type, int32_t errorCode) override;
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h184 int32_t OnError(ErrorType type, int32_t errorCode) override;
/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h643 * @param errorCode Indicates the error code.
648 int32_t (*OnError)(CallbackHandle privateDataHandle, int32_t errorType, int32_t errorCode);
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_render.cpp547 dprintf(fd, "%-5s %-10s %s\n", "count", "errorCode", "Time"); in AudioRenderAudioDevDump()
550 render->errorLog.errorDump[i].errorCode, in AudioRenderAudioDevDump()
554 dprintf(fd, "%-5s %-10s %-20s %-15s %s\n", "count", "errorCode", "frames", "fail reason", "Time"); in AudioRenderAudioDevDump()
557 render->errorLog.errorDump[i].errorCode, in AudioRenderAudioDevDump()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp768 int32_t DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError() argument
770 CAMERA_LOGI("demo test: OnError type : %{public}d, errorMsg : %{public}d", type, errorCode); in OnError()

Completed in 15 milliseconds

12