/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
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 | camera_util.cpp | 31 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError() 38 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError()
|
H A D | capture_session_impl.cpp | 209 …CAMERA_OPERATION_NOT_ALLOWED, "Camera_Manager::SetSessionMode can not set sceneMode after BeginCon… in SetSessionMode()
|
/ohos5.0/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, "captureSessio… in OnFoldStatusChanged() 213 …CHECK_ERROR_RETURN_RET_LOG(!isEnableAutoSwitch, CAMERA_OPERATION_NOT_ALLOWED, "isEnableAutoSwitch … in OnFoldStatusChanged() 217 CHECK_ERROR_RETURN_RET_LOG(autoDeviceSwitchCallback == nullptr, CAMERA_OPERATION_NOT_ALLOWED, in OnFoldStatusChanged() 942 CHECK_AND_RETURN_RET(currentMode_ == SceneMode::SECURE, CAMERA_OPERATION_NOT_ALLOWED); in AddSecureOutput() 944 … CAMERA_OPERATION_NOT_ALLOWED, "SecureCameraSession::AddSecureOutput operation is Not allowed!"); in AddSecureOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/ |
H A D | icamera_util.cpp | 66 case CAMERA_OPERATION_NOT_ALLOWED: in ServiceToCameraError()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | _o_h___camera.md | 3088 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3118 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3148 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3178 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3208 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3240 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3269 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 3473 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 4259 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 4289 - CAMERA_OPERATION_NOT_ALLOWED:不允许操作。 [all …]
|
H A D | camera_8h.md | 94 …br/>CAMERA_OK = 0,<br/>CAMERA_INVALID_ARGUMENT = 7400101,<br/>CAMERA_OPERATION_NOT_ALLOWED = 74001…
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | camera.h | 81 CAMERA_OPERATION_NOT_ALLOWED = 7400102, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_util.h | 84 CAMERA_OPERATION_NOT_ALLOWED, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_depth_data.cpp | 258 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hstream_metadata.cpp | 113 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hcamera_device.cpp | 352 …CHECK_ERROR_RETURN_RET_LOG(!HandlePrivacyBeforeOpenDevice(), CAMERA_OPERATION_NOT_ALLOWED, "privac… in OpenDevice() 412 …CHECK_ERROR_RETURN_RET_LOG(cameraPrivacy == nullptr, CAMERA_OPERATION_NOT_ALLOWED, "cameraPrivacy … in CheckPermissionBeforeOpenDevice() 413 … CHECK_ERROR_RETURN_RET_LOG(!cameraPrivacy->IsAllowUsingCamera(), CAMERA_OPERATION_NOT_ALLOWED, in CheckPermissionBeforeOpenDevice() 1325 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hstream_capture.cpp | 392 CHECK_ERROR_RETURN_RET_LOG(isCaptureReady_ == false, CAMERA_OPERATION_NOT_ALLOWED, in Capture() 797 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hcamera_service.cpp | 1663 CHECK_ERROR_RETURN_RET_LOG(activeClient == -1, CAMERA_OPERATION_NOT_ALLOWED, in SaveCurrentParamForRestore() 1846 …RROR_RETURN_RET_LOG(IPCSkeleton::GetCallingUid() >= maxSaUid, CAMERA_OPERATION_NOT_ALLOWED, "not a… in ProxyForFreeze() 1878 return CAMERA_OPERATION_NOT_ALLOWED; in ResetAllFreezeStatus()
|
H A D | hcapture_session.cpp | 972 errorCode = CAMERA_OPERATION_NOT_ALLOWED; in CommitConfig() 1137 return CAMERA_OPERATION_NOT_ALLOWED; in CheckIfColorSpaceMatchesFormat() 1645 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
H A D | hstream_repeat.cpp | 862 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 310 …CK_ERROR_RETURN_RET(sketchWrapper_ != nullptr, ServiceToCameraError(CAMERA_OPERATION_NOT_ALLOWED)); in EnableSketch() 320 …CK_ERROR_RETURN_RET(sketchWrapper_ == nullptr, ServiceToCameraError(CAMERA_OPERATION_NOT_ALLOWED)); in EnableSketch()
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | _o_h___camera.md | 1629 | CAMERA_OPERATION_NOT_ALLOWED | The operation is not allowed.| 3056 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3086 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3116 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3146 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3176 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3208 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3237 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 3441 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. 4227 - **CAMERA_OPERATION_NOT_ALLOWED**: The operation is not allowed. [all …]
|
H A D | camera_8h.md | 94 … {<br>CAMERA_OK = 0,<br>CAMERA_INVALID_ARGUMENT = 7400101,<br>CAMERA_OPERATION_NOT_ALLOWED = 74001…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 2232 int32_t retCode = CAMERA_OPERATION_NOT_ALLOWED; in SetTorchMode()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 3889 EXPECT_EQ(ret, Camera_ErrorCode::CAMERA_OPERATION_NOT_ALLOWED); 3950 EXPECT_EQ(ret, Camera_ErrorCode::CAMERA_OPERATION_NOT_ALLOWED);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 11352 EXPECT_EQ(secureSession->AddSecureOutput(preview2), CAMERA_OPERATION_NOT_ALLOWED); 11407 EXPECT_EQ(secureSession->AddSecureOutput(preview), CAMERA_OPERATION_NOT_ALLOWED);
|