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 D | dcamera_input_callback.cpp | 41 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
H A D | dcamera_preview_callback.cpp | 48 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
H A D | dcamera_video_callback.cpp | 47 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
H A D | dcamera_photo_callback.cpp | 72 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnCaptureError()
|
H A D | dcamera_session_callback.cpp | 40 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 102 …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 D | constants.h | 100 DCAMERA_EVENT_DEVICE_ERROR = -9, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/ |
H A D | distributed_camera_constants.h | 64 DCAMERA_EVENT_DEVICE_ERROR = -9, enumerator
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dcamera_device.cpp | 551 case DCameraEventResult::DCAMERA_EVENT_DEVICE_ERROR: { in Notify()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller.cpp | 195 events->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in DCameraNotify()
|