Home
last modified time | relevance | path

Searched refs:DCAMERA_MESSAGE (Results 1 – 14 of 14) sorted by relevance

/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()
421 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_PREEMPT, std::string("camera device preem… in OnStateChanged()
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()
546 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_NO_PERMISSION, in StartCaptureInner()
549 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_IN_USE, in StartCaptureInner()
555 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_CAMERA_SUCCESS, std::string("operator start capt… in StartCaptureInner()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_input_callback.cpp37 event->eventType_ = DCAMERA_MESSAGE; in OnError()
H A Ddcamera_preview_callback.cpp47 event->eventType_ = DCAMERA_MESSAGE; in OnError()
H A Ddcamera_video_callback.cpp46 event->eventType_ = DCAMERA_MESSAGE; in OnError()
H A Ddcamera_photo_callback.cpp71 event->eventType_ = DCAMERA_MESSAGE; in OnCaptureError()
H A Ddcamera_session_callback.cpp39 event->eventType_ = DCAMERA_MESSAGE; in OnError()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h81 DCAMERA_MESSAGE = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h44 DCAMERA_MESSAGE = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_opened_state.cpp94 camEvent->eventType_ = DCAMERA_MESSAGE; in DoUnregisterTask()
H A Ddcamera_source_capture_state.cpp93 camEvent->eventType_ = DCAMERA_MESSAGE; in DoUnregisterTask()
H A Ddcamera_source_config_stream_state.cpp102 camEvent->eventType_ = DCAMERA_MESSAGE; in DoUnregisterTask()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_provider_callback_impl_test.cpp462 event.type_ = DCameraEventType::DCAMERA_MESSAGE;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp788 camEvent->eventType_ = DCAMERA_MESSAGE; in OnChannelConnectedEvent()
810 camEvent->eventType_ = DCAMERA_MESSAGE; in OnChannelDisconnectedEvent()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp529 …if ((event->type_ != DCameraEventType::DCAMERA_MESSAGE) && (event->type_ != DCameraEventType::DCAM… in Notify()