/foundation/multimedia/camera_framework/services/camera_service/src/window_manager_utils/ |
H A D | camera_window_manager_client.cpp | 54 int32_t ret = CAMERA_UNKNOWN_ERROR;
in RegisterWindowManagerAgent() 71 int32_t ret = CAMERA_UNKNOWN_ERROR;
in UnregisterWindowManagerAgent() 147 CHECK_ERROR_RETURN_RET_LOG(samgr == nullptr, CAMERA_UNKNOWN_ERROR, "Failed to get system ability manager");
in SubscribeSystemAbility() 149 CHECK_AND_RETURN_RET_LOG(saStatusChangeCallback_ != nullptr, CAMERA_UNKNOWN_ERROR,
in SubscribeSystemAbility() 153 return ret == 0? CAMERA_OK : CAMERA_UNKNOWN_ERROR;
in SubscribeSystemAbility() 159 CHECK_ERROR_RETURN_RET_LOG(samgr == nullptr, CAMERA_UNKNOWN_ERROR, "Failed to get system ability manager");
in UnSubscribeSystemAbility() 166 return ret == 0? CAMERA_OK : CAMERA_UNKNOWN_ERROR;
in UnSubscribeSystemAbility()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | depth_data_output.cpp | 85 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start() 106 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop() 128 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetDataAccuracy() 160 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release()
|
H A D | video_output.cpp | 141 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start() 159 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop() 184 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Resume() 201 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Pause() 243 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release() 409 int32_t errCode = CAMERA_UNKNOWN_ERROR; in AttachMetaSurface()
|
H A D | preview_output.cpp | 95 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release() 204 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start() 221 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop() 297 int32_t errCode = CAMERA_UNKNOWN_ERROR; in EnableSketch() 429 int32_t errCode = CAMERA_UNKNOWN_ERROR; in StartSketch() 443 int32_t errCode = CAMERA_UNKNOWN_ERROR; in StopSketch() 701 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetPreviewRotation()
|
H A D | photo_output.cpp | 545 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Capture() 571 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Capture() 593 int32_t errCode = CAMERA_UNKNOWN_ERROR; in CancelCapture() 612 int32_t errCode = CAMERA_UNKNOWN_ERROR; in ConfirmCapture() 654 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release() 708 int32_t ret = CAMERA_UNKNOWN_ERROR; in EnableMirror() 897 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetMovingPhotoVideoCodecType()
|
H A D | sketch_wrapper.cpp | 111 return CAMERA_UNKNOWN_ERROR; in StartSketchStream() 121 return CAMERA_UNKNOWN_ERROR; in StopSketchStream()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_host_manager.cpp | 251 CHECK_ERROR_RETURN_RET_LOG(deviceInfo == nullptr, CAMERA_UNKNOWN_ERROR, in GetCameraAbility() 257 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in GetCameraAbility() 282 CHECK_ERROR_RETURN_RET_LOG(deviceInfo == nullptr, CAMERA_UNKNOWN_ERROR, in OpenCamera() 285 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in OpenCamera() 328 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in SetFlashlight() 343 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxyV1_2_ == nullptr, CAMERA_UNKNOWN_ERROR, in SetTorchLevel() 371 CHECK_ERROR_RETURN_RET(CheckUserHasChanged(cameraRestoreParam->GetSetting()), CAMERA_UNKNOWN_ERROR); in Prelaunch() 372 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in Prelaunch() 374 CHECK_ERROR_RETURN_RET_LOG(GetCameraHostVersion() < GetVersionId(1, 1), CAMERA_UNKNOWN_ERROR, in Prelaunch() 453 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in PreCameraSwitch() 455 CHECK_ERROR_RETURN_RET_LOG(GetCameraHostVersion() <= GetVersionId(1, 1), CAMERA_UNKNOWN_ERROR, PreCameraSwitch() local [all...] |
H A D | hcamera_device.cpp | 185 CHECK_ERROR_RETURN_RET_LOG(errCode != HDI::Camera::V1_0::CamRetCode::NO_ERROR, CAMERA_UNKNOWN_ERROR, in ResetDeviceSettings() 231 CHECK_ERROR_RETURN_RET_LOG(!isSuccess, CAMERA_UNKNOWN_ERROR, in DispatchDefaultSettingToHdi() 293 CHECK_ERROR_RETURN_RET_LOG(errCode != HDI::Camera::V1_0::CamRetCode::NO_ERROR, CAMERA_UNKNOWN_ERROR, in OpenSecureCamera() 314 return CAMERA_UNKNOWN_ERROR; in GetSecureCameraSeq() 492 CHECK_ERROR_RETURN_RET_LOG(!hdiCameraDevice_, CAMERA_UNKNOWN_ERROR, in GetEnabledResults() 814 CHECK_ERROR_RETURN_RET_LOG(hdiCameraDevice_ == nullptr, CAMERA_UNKNOWN_ERROR, in EnableResult() 827 CHECK_ERROR_RETURN_RET_LOG(hdiCameraDevice_ == nullptr, CAMERA_UNKNOWN_ERROR, in DisableResult() 884 CHECK_ERROR_RETURN_RET_LOG(hdiCameraDevice_ == nullptr, CAMERA_UNKNOWN_ERROR, in InitStreamOperator() 974 errorType = CAMERA_UNKNOWN_ERROR; in OnError() 1077 CHECK_ERROR_RETURN_RET_LOG(streamOperator == nullptr, CAMERA_UNKNOWN_ERROR, in CreateStreams() [all...] |
H A D | camera_util.cpp | 127 enum CamServiceError err = CAMERA_UNKNOWN_ERROR; in HdiToCameraErrorType() 166 enum CamServiceError err = CAMERA_UNKNOWN_ERROR; in HdiToServiceError() 190 enum CamServiceError err = CAMERA_UNKNOWN_ERROR; in HdiToServiceErrorV1_2()
|
H A D | hstream_metadata.cpp | 178 CHECK_ERROR_RETURN_RET_LOG(streamOperatorV1_3 == nullptr, CAMERA_UNKNOWN_ERROR, in EnableOrDisableMetadataType() 194 CHECK_ERROR_RETURN_RET_LOG(!status, CAMERA_UNKNOWN_ERROR, "set_camera_metadata failed!"); in EnableOrDisableMetadataType()
|
H A D | hstream_depth_data.cpp | 233 depthDataErrorCode = CAMERA_UNKNOWN_ERROR;
in OnDepthDataError()
|
H A D | hcapture_session.cpp | 628 CHECK_ERROR_RETURN_RET_LOG(settings == nullptr, CAMERA_UNKNOWN_ERROR, in LinkInputAndOutputs() 661 int32_t rc = CAMERA_UNKNOWN_ERROR; in UnlinkInputAndOutputs() 1044 CHECK_ERROR_RETURN_RET_LOG(cameraDevice == nullptr, CAMERA_UNKNOWN_ERROR, in UpdateStreamInfos() 1193 CHECK_ERROR_RETURN_RET_LOG(cameraDevice == nullptr, CAMERA_UNKNOWN_ERROR, in SetSmoothZoom() 1207 CHECK_ERROR_RETURN_RET_LOG(array.empty(), CAMERA_UNKNOWN_ERROR, "HCaptureSession::SetSmoothZoom array is empty"); in SetSmoothZoom() 1727 CHECK_ERROR_RETURN_RET_LOG(samgr == nullptr, CAMERA_UNKNOWN_ERROR, "Failed to get System ability manager"); in CreateMediaLibrary() 1729 CHECK_ERROR_RETURN_RET_LOG(object == nullptr, CAMERA_UNKNOWN_ERROR, "object is null"); in CreateMediaLibrary() 1731 CHECK_ERROR_RETURN_RET_LOG(mediaLibraryManager == nullptr, CAMERA_UNKNOWN_ERROR, in CreateMediaLibrary() 1843 return CAMERA_UNKNOWN_ERROR; in CreateMediaLibrary()
|
H A D | hstream_capture.cpp | 593 CHECK_ERROR_RETURN_RET_LOG(streamOperatorV1_2 == nullptr, CAMERA_UNKNOWN_ERROR, in ConfirmCapture() 693 captureErrorCode = CAMERA_UNKNOWN_ERROR; in OnCaptureError()
|
H A D | hstream_repeat.cpp | 401 repeatErrorCode = CAMERA_UNKNOWN_ERROR; in OnFrameError()
|
H A D | hcamera_service.cpp | 1013 CHECK_ERROR_RETURN_RET_LOG(!status || ret != CAMERA_OK, CAMERA_UNKNOWN_ERROR, "UpdateMuteSetting muteMode Failed"); in UpdateMuteSetting() 1661 CHECK_AND_RETURN_RET(activeDevice != nullptr, CAMERA_UNKNOWN_ERROR); in SaveCurrentParamForRestore()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_input.cpp | 172 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Open() 187 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Open() 222 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Close() 240 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Release() 458 CHECK_ERROR_RETURN_RET_LOG(ret != CAM_META_SUCCESS, CAMERA_UNKNOWN_ERROR, in GetCameraAllVendorTags()
|
H A D | camera_manager.cpp | 942 int32_t retCode = CAMERA_UNKNOWN_ERROR; in DestroyStubObj()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/ |
H A D | icamera_util.cpp | 60 case CAMERA_UNKNOWN_ERROR: in ServiceToCameraError()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | scan_session.cpp | 39 int32_t result = CAMERA_UNKNOWN_ERROR;
in AddOutput()
|
H A D | capture_session.cpp | 281 int32_t errCode = CAMERA_UNKNOWN_ERROR; in BeginConfig() 326 int32_t errCode = CAMERA_UNKNOWN_ERROR; in CommitConfig() 575 int32_t errCode = CAMERA_UNKNOWN_ERROR; in AddInput() 878 CHECK_ERROR_RETURN_RET_LOG(captureSession == nullptr, ServiceToCameraError(CAMERA_UNKNOWN_ERROR), in AddOutput() 994 int32_t errCode = CAMERA_UNKNOWN_ERROR; in RemoveInput() 1052 int32_t errCode = CAMERA_UNKNOWN_ERROR; in RemoveOutput() 1077 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start() 1097 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop() 1114 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release() 2723 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetSmoothZoom() [all...] |
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_util.h | 82 CAMERA_UNKNOWN_ERROR, enumerator
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 699 CHECK_ERROR_RETURN_RET(size >= maxSize, CAMERA_UNKNOWN_ERROR); in HandleProxyForFreeze()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 5906 EXPECT_EQ(sketchWrapper->StartSketchStream(), CAMERA_UNKNOWN_ERROR); in HWTEST_F() 6212 EXPECT_EQ(camDevice->InitStreamOperator(), CAMERA_UNKNOWN_ERROR); in HWTEST_F() 6243 EXPECT_EQ(camDevice->CommitStreams(deviceSettings, operationMode), CAMERA_UNKNOWN_ERROR); in HWTEST_F() 6269 EXPECT_EQ(camDevice->UpdateStreams(streamInfos), CAMERA_UNKNOWN_ERROR); in HWTEST_F()
|