/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | executor_impl_common.cpp | 27 void CallError(const sptr<HdiIExecutorCallback> &callback, uint32_t errorCode)
in CallError() argument 34 if (callback->OnResult(errorCode, ret) != SUCCESS) {
in CallError()
|
H A D | verifier_impl.cpp | 95 void VerifierImpl::CancelCurrentAuth(int32_t errorCode)
in CancelCurrentAuth() argument 103 CallError(callback_, errorCode);
in CancelCurrentAuth()
|
H A D | collector_impl.cpp | 94 void CollectorImpl::CancelCurrentCollect(int32_t errorCode)
in CancelCurrentCollect() argument 102 CallError(callback_, errorCode);
in CancelCurrentCollect()
|
/drivers/peripheral/camera/test/common/callback/src/ |
H A D | camera_device_callback.cpp | 21 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 D | camera_device_service_callback.cpp | 24 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 D | executor_impl_common.h | 27 void CallError(const sptr<HdiIExecutorCallback> &callback, uint32_t errorCode);
|
H A D | collector_impl.h | 50 void CancelCurrentCollect(int32_t errorCode = CANCELED);
|
H A D | verifier_impl.h | 47 void CancelCurrentAuth(int32_t errorCode = CANCELED);
|
/drivers/peripheral/camera/test/common/callback/include/ |
H A D | camera_device_callback.h | 29 int32_t OnError(ErrorType type, int32_t errorCode) override;
|
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | camera_device_service_callback.h | 36 int32_t OnError(VdiErrorType type, int32_t errorCode) override;
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | icamera_device_vdi_callback.h | 37 virtual int32_t OnError(VdiErrorType type, int32_t errorCode) = 0;
|
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | capture_message.h | 98 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 D | dcameraopencamera_fuzzer.cpp | 31 int32_t OnError(ErrorType type, int32_t errorCode) in OnError() argument
|
/drivers/peripheral/camera/test/common/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 363 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 D | audio_render.c | 780 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 D | audio_capture.c | 706 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 D | ohos_camera_demo_3a.h | 167 int32_t OnError(ErrorType type, int32_t errorCode) override;
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.h | 181 int32_t OnError(ErrorType type, int32_t errorCode) override;
|
H A D | test_camera_base.cpp | 747 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 D | hdi_common_v1_2.h | 120 int32_t OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override;
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.h | 163 int32_t OnError(ErrorType type, int32_t errorCode) override;
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.h | 184 int32_t OnError(ErrorType type, int32_t errorCode) override;
|
/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 643 * @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 D | audio_render.cpp | 547 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 D | test_camera_base.cpp | 768 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()
|