Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 15 of 15) sorted by relevance

/drivers/peripheral/camera/hal_c/hdi_cif/src/
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()
/drivers/peripheral/camera/hal_c/hdi_cif/include/
Dcamera_device_callback_wrapper.h30 extern void DeviceCBOnError(int type, int errorMsg);
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
Dcamera_device_callback.cpp20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/
Dcamera_device_callback.h28 void OnError(ErrorType type, int32_t errorMsg) override;
/drivers/peripheral/camera/hal_c/include/
Dcamera_device_c_if.h28 void (*OnError)(int type, int errorMsg);
/drivers/peripheral/camera/test/fuzztest/common/src/
Dcommon.cpp131 int32_t CameraManager::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
133 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
/drivers/peripheral/camera/test/fuzztest/common/include/
Dcommon.h69 int32_t OnError(ErrorType type, int32_t errorMsg) override;
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddcamera_device.cpp68 [this](ErrorType type, int32_t errorMsg) -> void { in CreateDStreamOperator() argument
70 DHLOGI("DCameraDevice onErrorCallback type: %u, errorMsg: %d", type, errorMsg); in CreateDStreamOperator()
71 dCameraDeviceCallback_->OnError(type, errorMsg); in CreateDStreamOperator()
/drivers/peripheral/camera/test/mpi/include/
Dcommon.h201 void OnError(ErrorType type, int32_t errorMsg) override in OnError() argument
/drivers/peripheral/camera/test/hdi/v1_0/include/
Dut_common.h181 int32_t OnError(ErrorType type, int32_t errorMsg) override;
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
Dbenchmark_common.cpp407 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
409 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
/drivers/peripheral/camera/test/hdi/v1_0/src/
Dut_common.cpp441 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
443 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
Dbenchmark_common.cpp446 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
448 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
/drivers/peripheral/camera/test/hdi/v1_1/include/
Dhdi_common_v1_1.h195 int32_t OnError(ErrorType type, int32_t errorMsg) override;
/drivers/peripheral/camera/test/hdi/v1_1/src/
Dhdi_common_v1_1.cpp495 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
497 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()