Home
last modified time | relevance | path

Searched refs:OPERATION_NOT_ALLOWED (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp193 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in IsTryAENeeded()
251 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetSupportedTimeLapseIntervalRange()
273 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetTimeLapseInterval()
393 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetExposure()
490 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetSupportedMeteringModes()
526 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetExposureMeteringMode()
577 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetIso()
622 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in IsManualIsoSupported()
706 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetSupportedWhiteBalanceModes()
731 CHECK_ERROR_RETURN_RET_LOG(!inputDeviceInfo, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetWhiteBalanceRange()
[all …]
H A Dnight_session.cpp66 CameraErrorCode::OPERATION_NOT_ALLOWED, "NightSession::SetExposure camera device is null"); in SetExposure()
70 CameraErrorCode::OPERATION_NOT_ALLOWED, "NightSession::SetExposure range is empty"); in SetExposure()
73 …RETURN_RET_LOG(result && exposureValue != autoLongExposure, CameraErrorCode::OPERATION_NOT_ALLOWED, in SetExposure()
H A Dlight_painting_session.cpp39 CHECK_ERROR_RETURN_RET(metadata == nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED); in GetSupportedLightPaintings()
42 …_RETURN_RET_LOG(ret != CAM_META_SUCCESS || item.count == 0, CameraErrorCode::OPERATION_NOT_ALLOWED, in GetSupportedLightPaintings()
H A Dcapture_session.cpp308 return CameraErrorCode::OPERATION_NOT_ALLOWED; in CommitConfig()
578 return CameraErrorCode::OPERATION_NOT_ALLOWED; in AddInput()
867 return CameraErrorCode::OPERATION_NOT_ALLOWED; in AddOutput()
999 return CameraErrorCode::OPERATION_NOT_ALLOWED; in RemoveInput()
1054 return CameraErrorCode::OPERATION_NOT_ALLOWED; in RemoveOutput()
1839 return CameraErrorCode::OPERATION_NOT_ALLOWED; in SetExposureBias()
1844 return CameraErrorCode::OPERATION_NOT_ALLOWED; in SetExposureBias()
4133 return CameraErrorCode::OPERATION_NOT_ALLOWED; in SetSensorExposureTime()
4251 return CameraErrorCode::OPERATION_NOT_ALLOWED; in EnableMacro()
4355 return CameraErrorCode::OPERATION_NOT_ALLOWED; in EnableDepthFusion()
[all …]
H A Dprofession_session.cpp241 CameraErrorCode::OPERATION_NOT_ALLOWED, "ProfessionSession::SetISO range is empty"); in SetISO()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/
H A Dicamera_util.cpp67 err = CameraErrorCode::OPERATION_NOT_ALLOWED; in ServiceToCameraError()
70 err = CameraErrorCode::OPERATION_NOT_ALLOWED; in ServiceToCameraError()
73 err = CameraErrorCode::OPERATION_NOT_ALLOWED; in ServiceToCameraError()
76 err = CameraErrorCode::OPERATION_NOT_ALLOWED; in ServiceToCameraError()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_error_code.h33 OPERATION_NOT_ALLOWED = 7400102, enumerator
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_util.cpp37 case CameraErrorCode::OPERATION_NOT_ALLOWED: in FrameworkToNdkCameraError()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp300 CHECK_ERROR_RETURN_RET_LOG(!IsSketchSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, in EnableSketch()
340 CHECK_ERROR_RETURN_RET_LOG(stream != nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED, in CreateStream()
343 CHECK_ERROR_RETURN_RET_LOG(producer == nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED, in CreateStream()
H A Dvideo_output.cpp214 CHECK_ERROR_RETURN_RET_LOG(stream != nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED, in CreateStream()
217 CHECK_ERROR_RETURN_RET_LOG(producer == nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED, in CreateStream()
H A Dphoto_output.cpp644 CHECK_ERROR_RETURN_RET_LOG(stream != nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED, in CreateStream()
647 CHECK_ERROR_RETURN_RET_LOG(producer == nullptr, CameraErrorCode::OPERATION_NOT_ALLOWED, in CreateStream()
893 CHECK_ERROR_RETURN_RET_LOG(ret != CAMERA_OK, OPERATION_NOT_ALLOWED, in EnableAutoHighQualityPhoto()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp4584 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be registered in current … in RegisterExposureInfoCallbackListener()
4591 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be unregistered in curren… in UnregisterExposureInfoCallbackListener()
4598 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be registered in current … in RegisterIsoInfoCallbackListener()
4605 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be unregistered in curren… in UnregisterIsoInfoCallbackListener()
4612 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be registered in current … in RegisterApertureInfoCallbackListener()
4619 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be unregistered in curren… in UnregisterApertureInfoCallbackListener()
4626 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be registered in current … in RegisterLuminationInfoCallbackListener()
4633 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be unregistered in curren… in UnregisterLuminationInfoCallbackListener()
4640 …env, CameraErrorCode::OPERATION_NOT_ALLOWED, "this type callback can not be unregistered in curren… in RegisterSlowMotionStateCb()
4653 CameraNapiUtils::ThrowError(env, CameraErrorCode::OPERATION_NOT_ALLOWED, in RegisterTryAEInfoCallbackListener()
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-camera-sync.md23 …amera | CameraErrorCode | INVALID_ARGUMENT = 7400101,<br/>OPERATION_NOT_ALLOWED = 7400102,…
68 枚举值名称:OPERATION_NOT_ALLOWED, 值:7400102;
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/
H A Dchangelogs-camera-sync.md25 …amera | CameraErrorCode | INVALID_ARGUMENT = 7400101,<br/>OPERATION_NOT_ALLOWED = 7400102,…
70 枚举值名称:OPERATION_NOT_ALLOWED, 值:7400102;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp4987 EXPECT_EQ(session->EnableMacro(true), OPERATION_NOT_ALLOWED);
5003 EXPECT_EQ(session->EnableMacro(true), OPERATION_NOT_ALLOWED);
5080 EXPECT_EQ(session->AddInput(input), OPERATION_NOT_ALLOWED);
5081 EXPECT_EQ(session->AddOutput(preview), OPERATION_NOT_ALLOWED);
5083 EXPECT_EQ(session->CommitConfig(), OPERATION_NOT_ALLOWED);
5085 EXPECT_EQ(session->RemoveOutput(preview), OPERATION_NOT_ALLOWED);
5086 EXPECT_EQ(session->RemoveInput(input), OPERATION_NOT_ALLOWED);
5233 EXPECT_EQ(session->RemoveOutput(preview), OPERATION_NOT_ALLOWED);
5234 EXPECT_EQ(session->RemoveInput(input), OPERATION_NOT_ALLOWED);
7911 EXPECT_EQ(secureSession->AddSecureOutput(preview2), OPERATION_NOT_ALLOWED);
[all …]
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-camera-sync.md23 …camera | CameraErrorCode | INVALID_ARGUMENT = 7400101,<br>OPERATION_NOT_ALLOWED = 7400102,…
68 Enum: OPERATION_NOT_ALLOWED; value: 7400102
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.3/
H A Dchangelogs-camera-sync.md25 …camera | CameraErrorCode | INVALID_ARGUMENT = 7400101,<br>OPERATION_NOT_ALLOWED = 7400102,…
70 Enum: OPERATION_NOT_ALLOWED; value: 7400102
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts273 OPERATION_NOT_ALLOWED = 7400102,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1346 …CameraNapiUtils::ThrowError(env, OPERATION_NOT_ALLOWED, "not allowed, because have no permission."… in CreateCameraInputInstance()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-multimedia.md8 |新增|NA|模块名: ohos.multimedia.camera<br>类名: CameraErrorCode<br>方法 or 属性:OPERATION_NOT_ALLOWED = 74001…
9 |新增|NA|类名:CameraErrorCode<br>方法or属性:OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-multimedia.md8 …amera<br>Class name: CameraErrorCode<br>Method or attribute name: OPERATION_NOT_ALLOWED = 7400102|…
9 |Added|NA|Class name: CameraErrorCode<br>Method or attribute name: OPERATION_NOT_ALLOWED = 7400102|…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md232 | OPERATION_NOT_ALLOWED | 7400102 | 操作流程不对,不允许。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-multimedia.md386 |新增|NA|类名:CameraErrorCode;<br>方法or属性:OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-multimedia.md386 |Added|NA|Class name: CameraErrorCode;<br>Method or attribute name: OPERATION_NOT_ALLOWED = 7400102…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md232 | OPERATION_NOT_ALLOWED | 7400102 | The operation is not allowed. |