Home
last modified time | relevance | path

Searched defs:OnError (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/camera/interfaces/hdi_ipc/callback/device/src/
Dcamera_device_callback.cpp20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() function in OHOS::Camera::CameraDeviceCallback
Dcamera_device_callback_proxy.cpp23 void CameraDeviceCallbackProxy::OnError(ErrorType type, int32_t errorMsg) in OnError() function in OHOS::Camera::CameraDeviceCallbackProxy
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
Dcamera_device_callback.cpp20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() function in OHOS::Camera::CameraDeviceCallback
/drivers/peripheral/camera/hal_c/include/
Dcamera_device_c_if.h28 void (*OnError)(int /*ErrorTypeCIF*/ type, int errorMsg); member
/drivers/peripheral/camera/hal/test/fuzz/ipc_camera_device_callback_fuzzer/
Dipc_camera_device_callback_fuzzer.cpp24 void OnError(ErrorType type, int32_t errorCode) override {} in OnError() function in IPCCameraDeviceCallbackFuzzer
/drivers/peripheral/camera/hal/test/mpi/include/
Dcommon.h201 virtual void OnError(ErrorType type, int32_t errorMsg) override in OnError() function
/drivers/peripheral/format/interfaces/include/
Dformat_type.h648 int32_t (*OnError)(CALLBACK_HANDLE privateDataHandle, int32_t errorType, int32_t errorCode); member