Searched refs:photoCreationConfigs (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photoaccesshelperinf.js | 265 function checkConfirmBoxParams(srcFileUris, photoCreationConfigs) { argument 275 if (!checkArrayAndSize(photoCreationConfigs, MIN_CONFIRM_NUMBER, MAX_CONFIRM_NUMBER)) { 278 if (srcFileUris.length !== photoCreationConfigs.length) { 291 for (let photoCreateConfig of photoCreationConfigs) { 329 async function showAssetsCreationDialogParamsOk(srcFileUris, photoCreationConfigs) { argument 360 …essHelper.showAssetsCreationDialog(getContext(this), srcFileUris, photoCreationConfigs, bundleName, 406 let photoCreationConfigs = [photoCreationConfig]; 408 photoCreationConfigs);
|
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-savebutton.md | 86 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 95 …: Array<string> = await phAccessHelper.showAssetsCreationDialog(srcFileUris, photoCreationConfigs);
|
/ohos5.0/docs/en/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-savebutton.md | 86 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 95 …: Array<string> = await phAccessHelper.showAssetsCreationDialog(srcFileUris, photoCreationConfigs);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-photoAccessHelper-sys.md | 1251 createAssetsForApp(bundleName: string, appName: string, appId: string, photoCreationConfigs: Array&… 1268 | photoCreationConfigs | Array<[PhotoCreationConfig](./js-apis-photoAccessHelper.md#photocreatio… 1297 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 1305 …tring> = await phAccessHelper.createAssetsForApp(bundleName, appName, appId, photoCreationConfigs); 1487 …d: string, tokenId: number, authorizationMode: AuthorizationMode, photoCreationConfigs:Array\<Phot… 1532 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 1545 …AssetsForAppWithMode(bundleName, appName, appId, tokenId, authorizationMode, photoCreationConfigs);
|
H A D | js-apis-photoAccessHelper.md | 953 showAssetsCreationDialog(srcFileUris: Array<string>, photoCreationConfigs: Array<PhotoCrea… 966 | photoCreationConfigs | Array<[PhotoCreationConfig](#photocreationconfig12)> | 是 | 保存图片/视频到媒… 997 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 1005 …: Array<string> = await phAccessHelper.showAssetsCreationDialog(srcFileUris, photoCreationConfigs);
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-photoAccessHelper-sys.md | 1251 createAssetsForApp(bundleName: string, appName: string, appId: string, photoCreationConfigs: Array&… 1268 | photoCreationConfigs | Array<[PhotoCreationConfig](./js-apis-photoAccessHelper.md#photocreatio… 1297 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 1305 …tring> = await phAccessHelper.createAssetsForApp(bundleName, appName, appId, photoCreationConfigs); 1487 …d: string, tokenId: number, authorizationMode: AuthorizationMode, photoCreationConfigs:Array\<Phot… 1532 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 1545 …AssetsForAppWithMode(bundleName, appName, appId, tokenId, authorizationMode, photoCreationConfigs);
|
H A D | js-apis-photoAccessHelper.md | 953 showAssetsCreationDialog(srcFileUris: Array<string>, photoCreationConfigs: Array<PhotoCrea… 966 | photoCreationConfigs | Array<[PhotoCreationConfig](#photocreationconfig12)> | Yes| Configur… 997 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [ 1005 …: Array<string> = await phAccessHelper.showAssetsCreationDialog(srcFileUris, photoCreationConfigs);
|