Searched refs:errorMsg (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | camera_device_callback_wrapper.cpp | 28 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 D | camera_device_callback_wrapper.h | 30 extern void DeviceCBOnError(int type, int errorMsg);
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/ |
H A D | camera_device_callback.h | 28 void OnError(ErrorType type, int32_t errorMsg) override;
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
H A D | camera_device_callback.cpp | 20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg)
in OnError() argument
|
/drivers/peripheral/camera/hal_c/include/ |
H A D | camera_device_c_if.h | 28 void (*OnError)(int type, int errorMsg);
|
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dcamera_device.cpp | 71 [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 D | hdi_common.cpp | 464 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 D | common.h | 201 void OnError(ErrorType type, int32_t errorMsg) override
|
/drivers/peripheral/camera/test/common/v1_0/include/ |
H A D | hdi_common.h | 205 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
Completed in 4 milliseconds