/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
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()
|
/drivers/peripheral/camera/hal_c/hdi_cif/include/ |
D | camera_device_callback_wrapper.h | 30 extern void DeviceCBOnError(int type, int errorMsg);
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
D | camera_device_callback.cpp | 20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/ |
D | camera_device_callback.h | 28 void OnError(ErrorType type, int32_t errorMsg) override;
|
/drivers/peripheral/camera/hal_c/include/ |
D | camera_device_c_if.h | 28 void (*OnError)(int type, int errorMsg);
|
/drivers/peripheral/camera/test/fuzztest/common/src/ |
D | common.cpp | 131 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/ |
D | common.h | 69 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
D | dcamera_device.cpp | 68 [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/ |
D | common.h | 201 void OnError(ErrorType type, int32_t errorMsg) override in OnError() argument
|
/drivers/peripheral/camera/test/hdi/v1_0/include/ |
D | ut_common.h | 181 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
D | benchmark_common.cpp | 407 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/ |
D | ut_common.cpp | 441 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/ |
D | benchmark_common.cpp | 446 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/ |
D | hdi_common_v1_1.h | 195 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/drivers/peripheral/camera/test/hdi/v1_1/src/ |
D | hdi_common_v1_1.cpp | 495 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()
|