Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h70 int32_t CameraServiceErrorType(const int32_t errorType);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp190 return CameraServiceErrorType(ret); in StartCapture()
202 return CameraServiceErrorType(ret); in StartCapture()
209 int32_t DCameraClient::CameraServiceErrorType(const int32_t errorType) in CameraServiceErrorType() function in OHOS::DistributedHardware::DCameraClient
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp539 int32_t ret = client_->CameraServiceErrorType(CameraStandard::CamServiceError::CAMERA_OK);
542 ret = client_->CameraServiceErrorType(CameraStandard::CamServiceError::CAMERA_ALLOC_ERROR);
545 ret = client_->CameraServiceErrorType(CameraStandard::CamServiceError::CAMERA_DEVICE_BUSY);