Home
last modified time | relevance | path

Searched refs:DCAMERA_EVENT_STOP_CAPTURE_ERROR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h98 DCAMERA_EVENT_STOP_CAPTURE_ERROR = -7, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h62 DCAMERA_EVENT_STOP_CAPTURE_ERROR = -7, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp54 eventResultMap_[DCAMERA_EVENT_STOP_CAPTURE] = DCAMERA_EVENT_STOP_CAPTURE_ERROR; in DCameraSourceDev()