Home
last modified time | relevance | path

Searched refs:CAMERA_OPERATION_NOT_ALLOWED (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp78 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 Dcamera_util.cpp31 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError()
38 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError()
H A Dcapture_session_impl.cpp209CAMERA_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 Dsecure_camera_session.cpp34CAMERA_OPERATION_NOT_ALLOWED, "SecureCameraSession::CanAddOutput operation is not allowed!"); in AddSecureOutput()
H A Dcapture_session.cpp211 …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()
944CAMERA_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 Dicamera_util.cpp66 case CAMERA_OPERATION_NOT_ALLOWED: in ServiceToCameraError()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_o_h___camera.md3088 - 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 Dcamera_8h.md94 …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 Dcamera.h81 CAMERA_OPERATION_NOT_ALLOWED = 7400102, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h84 CAMERA_OPERATION_NOT_ALLOWED, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_depth_data.cpp258 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhstream_metadata.cpp113 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhcamera_device.cpp352 …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 Dhstream_capture.cpp392 CHECK_ERROR_RETURN_RET_LOG(isCaptureReady_ == false, CAMERA_OPERATION_NOT_ALLOWED, in Capture()
797 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhcamera_service.cpp1663 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 Dhcapture_session.cpp972 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 Dhstream_repeat.cpp862 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp310 …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.md1629 | 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 Dcamera_8h.md94 … {<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 Dcamera_manager.cpp2232 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 Dcamera_ndk_unittest.cpp3889 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 Dcamera_framework_moduletest.cpp11352 EXPECT_EQ(secureSession->AddSecureOutput(preview2), CAMERA_OPERATION_NOT_ALLOWED);
11407 EXPECT_EQ(secureSession->AddSecureOutput(preview), CAMERA_OPERATION_NOT_ALLOWED);