Home
last modified time | relevance | path

Searched refs:DCAMERA_EVENT_START_CAPTURE_ERROR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h97 DCAMERA_EVENT_START_CAPTURE_ERROR = -6, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h61 DCAMERA_EVENT_START_CAPTURE_ERROR = -6, enumerator
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp547 case DCameraEventResult::DCAMERA_EVENT_START_CAPTURE_ERROR: { in Notify()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp53 eventResultMap_[DCAMERA_EVENT_START_CAPTURE] = DCAMERA_EVENT_START_CAPTURE_ERROR; in DCameraSourceDev()