Home
last modified time | relevance | path

Searched refs:DCAMERA_EVENT_DEVICE_ERROR (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_input_callback.cpp41 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
H A Ddcamera_preview_callback.cpp48 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
H A Ddcamera_video_callback.cpp47 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
H A Ddcamera_photo_callback.cpp72 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnCaptureError()
H A Ddcamera_session_callback.cpp40 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp102 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("operator stop capture… in StopCapture()
112 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("output stop capture f… in StopCapture()
423 … DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("camera error")); in OnStateChanged()
532 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("output start capture … in StartCaptureInner()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h100 DCAMERA_EVENT_DEVICE_ERROR = -9, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h64 DCAMERA_EVENT_DEVICE_ERROR = -9, enumerator
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp551 case DCameraEventResult::DCAMERA_EVENT_DEVICE_ERROR: { in Notify()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp195 events->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in DCameraNotify()