/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_util.cpp | 31 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError() 37 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError()
|
H A D | photo_output_impl.cpp | 78 CHECK_AND_RETURN_RET_LOG(photoSurface_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in RegisterPhotoAvailableCallback() 142 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCallback() 166 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCaptureStartWithInfoCallback() 188 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCaptureEndCallback() 210 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterFrameShutterEndCallback() 232 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCaptureReadyCallback() 256 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterEstimatedCaptureDurationCallback()
|
H A D | capture_session_impl.cpp | 209 CAMERA_OPERATION_NOT_ALLOWED, "Camera_Manager::SetSessionMode can not set sceneMode after BeginConfig!"); in SetSessionMode()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | secure_camera_session.cpp | 34 CAMERA_OPERATION_NOT_ALLOWED, "SecureCameraSession::CanAddOutput operation is not allowed!"); in AddSecureOutput()
|
H A D | capture_session.cpp | 211 CHECK_ERROR_RETURN_RET_LOG(captureSession == nullptr, CAMERA_OPERATION_NOT_ALLOWED, "captureSession is nullptr."); in OnFoldStatusChanged() 213 CHECK_ERROR_RETURN_RET_LOG(!isEnableAutoSwitch, CAMERA_OPERATION_NOT_ALLOWED, "isEnableAutoSwitch is false."); in OnFoldStatusChanged() 217 CHECK_ERROR_RETURN_RET_LOG(autoDeviceSwitchCallback == nullptr, CAMERA_OPERATION_NOT_ALLOWED, in OnFoldStatusChanged() 921 CHECK_AND_RETURN_RET(currentMode_ == SceneMode::SECURE, CAMERA_OPERATION_NOT_ALLOWED); in AddSecureOutput() 923 CAMERA_OPERATION_NOT_ALLOWED, "SecureCameraSession::AddSecureOutput operation is Not allowed!"); in AddSecureOutput()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/ |
H A D | icamera_util.cpp | 66 case CAMERA_OPERATION_NOT_ALLOWED: in ServiceToCameraError()
|
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | camera.h | 81 CAMERA_OPERATION_NOT_ALLOWED = 7400102, enumerator
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_util.h | 84 CAMERA_OPERATION_NOT_ALLOWED, enumerator
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_depth_data.cpp | 254 return CAMERA_OPERATION_NOT_ALLOWED;
in OperatePermissionCheck()
|
H A D | hstream_metadata.cpp | 113 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hstream_capture.cpp | 383 CHECK_ERROR_RETURN_RET_LOG(isCaptureReady_ == false, CAMERA_OPERATION_NOT_ALLOWED, in Capture() 772 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hcamera_device.cpp | 338 CHECK_ERROR_RETURN_RET_LOG(!HandlePrivacyBeforeOpenDevice(), CAMERA_OPERATION_NOT_ALLOWED, "privacy not allow!"); in OpenDevice() 380 CHECK_ERROR_RETURN_RET_LOG(cameraPrivacy == nullptr, CAMERA_OPERATION_NOT_ALLOWED, "cameraPrivacy is null"); in CheckPermissionBeforeOpenDevice() 381 CHECK_ERROR_RETURN_RET_LOG(!cameraPrivacy->IsAllowUsingCamera(), CAMERA_OPERATION_NOT_ALLOWED, in CheckPermissionBeforeOpenDevice() 1275 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | camera_util.cpp | 387 return CAMERA_OPERATION_NOT_ALLOWED; in CheckPermission()
|
H A D | hcapture_session.cpp | 917 errorCode = CAMERA_OPERATION_NOT_ALLOWED; in CommitConfig() 1079 return CAMERA_OPERATION_NOT_ALLOWED; in CheckIfColorSpaceMatchesFormat() 1505 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hcamera_service.cpp | 1648 CHECK_ERROR_RETURN_RET_LOG(activeClient == -1, CAMERA_OPERATION_NOT_ALLOWED, in SaveCurrentParamForRestore() 1894 CHECK_ERROR_RETURN_RET_LOG(IPCSkeleton::GetCallingUid() >= maxSaUid, CAMERA_OPERATION_NOT_ALLOWED, "not allow"); in ProxyForFreeze() local 1926 return CAMERA_OPERATION_NOT_ALLOWED; in ResetAllFreezeStatus()
|
H A D | hstream_repeat.cpp | 807 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 305 CHECK_ERROR_RETURN_RET(sketchWrapper_ != nullptr, ServiceToCameraError(CAMERA_OPERATION_NOT_ALLOWED)); in EnableSketch() 315 CHECK_ERROR_RETURN_RET(sketchWrapper_ == nullptr, ServiceToCameraError(CAMERA_OPERATION_NOT_ALLOWED)); in EnableSketch()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 2229 int32_t retCode = CAMERA_OPERATION_NOT_ALLOWED; in SetTorchMode()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 3952 EXPECT_EQ(ret, Camera_ErrorCode::CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F() 4013 EXPECT_EQ(ret, Camera_ErrorCode::CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 11057 EXPECT_EQ(secureSession->AddSecureOutput(preview2), CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F() 11123 EXPECT_EQ(secureSession->AddSecureOutput(preview), CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F()
|