Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h92 DCAMERA_EVENT_CAMERA_ERROR = -1, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h56 DCAMERA_EVENT_CAMERA_ERROR = -1, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp359 events->eventResult_ = DCAMERA_EVENT_CAMERA_ERROR;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp181 if (events->eventResult_ == DCAMERA_EVENT_CAMERA_ERROR) { in DCameraNotify()