Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_errno.h36 DCAMERA_ALLOC_ERROR = -14, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_camera_operator.h73 return DCAMERA_ALLOC_ERROR; in StartCapture()
H A Ddcamera_sink_controller_test.cpp552 EXPECT_EQ(DCAMERA_ALLOC_ERROR, ret);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp212 return DCAMERA_ALLOC_ERROR; in CameraServiceErrorType()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp543 EXPECT_EQ(DCAMERA_ALLOC_ERROR, ret);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp545 if (ret == DCAMERA_ALLOC_ERROR) { in StartCaptureInner()