/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | file_asset.cpp | 455 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 D | file_asset.h | 163 EXPORT void SetCameraShotKey(const std::string &cameraShotKey);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 551 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 D | media_library_napi.cpp | 4642 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 D | js-apidiff-file-management.md | 40 |新增|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 D | sendable_photo_access_helper_napi.cpp | 1298 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 D | medialibrary_photo_operations.cpp | 556 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 D | js-apis-photoAccessHelper-sys.md | 4110 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 D | js-apidiff-file-management.md | 40 |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 D | js-apis-photoAccessHelper-sys.md | 4110 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 D | js-apidiff-file-management.md | 204 |新增|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 D | js-apis-userFileManager-sys.md | 4461 | cameraShotKey | string | 否 | 锁屏相机拍照或录像的标记字段(仅开放给系统相机,其key值由系统相机定义)。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 204 |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 D | js-apis-userFileManager-sys.md | 4461 | cameraShotKey | string | No | Key for the Ultra Snapshot feature, which allows the came…
|