Home
last modified time | relevance | path

Searched refs:cameraShotKey (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp455 void FileAsset::SetCameraShotKey(const std::string &cameraShotKey) in SetCameraShotKey() argument
457 member_[PhotoColumn::CAMERA_SHOT_KEY] = cameraShotKey; in SetCameraShotKey()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h163 EXPORT void SetCameraShotKey(const std::string &cameraShotKey);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp551 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() local
553 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
1206 string cameraShotKey; in JSSetCameraShotKey() local
1208 … MediaLibraryNapiUtils::ParseArgsStringCallback(env, info, asyncContext, cameraShotKey) == napi_ok, in JSSetCameraShotKey()
1211 …CHECK_COND_WITH_MESSAGE(env, cameraShotKey.length() >= CAMERA_SHOT_KEY_SIZE, "Failed to check came… in JSSetCameraShotKey()
1215 changeRequest->GetFileAssetInstance()->SetCameraShotKey(cameraShotKey); in JSSetCameraShotKey()
H A Dmedia_library_napi.cpp4642 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() local
4644 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-file-management.md40 |新增|NA|类名:PhotoCreateOptions;<br>方法or属性:cameraShotKey?: string;|@ohos.file.photoAccessHelper.d.ts|
90 |新增|NA|类名:PhotoCreateOptions;<br>方法or属性:cameraShotKey?: string;|@ohos.filemanagement.userFileManage…
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp1298 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() local
1300 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp556 string cameraShotKey; in SetCameraShotKeyFromCmd() local
559 value.GetString(cameraShotKey); in SetCameraShotKeyFromCmd()
561 fileAsset.SetCameraShotKey(cameraShotKey); in SetCameraShotKeyFromCmd()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md4110 setCameraShotKey(cameraShotKey: string): void
4122 | cameraShotKey | string | 是 | 锁屏相机拍照或录像的标记字段(仅开放给系统相机,其key值由系统相机定义)。 |
4141 let cameraShotKey: string = 'test_MediaAssetChangeRequest_setCameraShotKey';
4142 assetChangeRequest.setCameraShotKey(cameraShotKey);
6278 | cameraShotKey | string | 否 | 锁屏相机拍照或录像的标记字段(仅开放给系统相机,其key值由系统相机定义)。 |
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-file-management.md40 |Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@oho…
90 |Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@oho…
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md4110 setCameraShotKey(cameraShotKey: string): void
4122 | cameraShotKey | string | Yes | Key for the Ultra Snapshot feature.<br>This parameter is availabl…
4141 let cameraShotKey: string = 'test_MediaAssetChangeRequest_setCameraShotKey';
4142 assetChangeRequest.setCameraShotKey(cameraShotKey);
6278 | cameraShotKey | string | No | Key for the Ultra Snapshot feature, which allows the came…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-file-management.md204 |新增|NA|类名:PhotoCreateOptions;<br>方法or属性:cameraShotKey?: string;|@ohos.file.photoAccessHelper.d.ts|
340 |新增|NA|类名:PhotoCreateOptions;<br>方法or属性:cameraShotKey?: string;|@ohos.filemanagement.userFileManage…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-userFileManager-sys.md4461 | cameraShotKey | string | 否 | 锁屏相机拍照或录像的标记字段(仅开放给系统相机,其key值由系统相机定义)。 |
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-file-management.md204 |Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@oho…
340 |Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@oho…
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-userFileManager-sys.md4461 | cameraShotKey | string | No | Key for the Ultra Snapshot feature, which allows the came…