Home
last modified time | relevance | path

Searched refs:DCAMERA_DEVICE_BUSY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_errno.h37 DCAMERA_DEVICE_BUSY = -15, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_camera_operator.h75 return DCAMERA_DEVICE_BUSY; in StartCapture()
H A Ddcamera_sink_controller_test.cpp568 EXPECT_EQ(DCAMERA_DEVICE_BUSY, ret);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp214 return DCAMERA_DEVICE_BUSY; in CameraServiceErrorType()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp546 EXPECT_EQ(DCAMERA_DEVICE_BUSY, ret);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp548 } else if (ret == DCAMERA_DEVICE_BUSY) { in StartCaptureInner()