Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_device_callback_wrapper.cpp28 void DeviceCBOnError(int type, int errorMsg) in DeviceCBOnError() argument
34 g_deviceCallback->OnError(static_cast<OHOS::Camera::ErrorType>(type), errorMsg); in DeviceCBOnError() local
/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dcamera_device_callback_wrapper.h30 extern void DeviceCBOnError(int type, int errorMsg);
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/
H A Dcamera_device_callback.h28 void OnError(ErrorType type, int32_t errorMsg) override;
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dcamera_device_callback.cpp20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
/drivers/peripheral/camera/hal_c/include/
H A Dcamera_device_c_if.h28 void (*OnError)(int type, int errorMsg);
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp71 [this](ErrorType type, int32_t errorMsg) -> void { in CreateDStreamOperator()
73 DHLOGI("DCameraDevice onErrorCallback type: %{public}u, errorMsg: %{public}d", type, errorMsg); in CreateDStreamOperator()
74 dCameraDeviceCallback_->OnError(type, errorMsg); in CreateDStreamOperator()
/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp464 int32_t HdiCommon::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
466 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h201 void OnError(ErrorType type, int32_t errorMsg) override
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h205 int32_t OnError(ErrorType type, int32_t errorMsg) override;

Completed in 4 milliseconds