Home
last modified time | relevance | path

Searched refs:photoCreationConfigs (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js265 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 DphotoAccessHelper-savebutton.md86 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [
95 …: Array<string> = await phAccessHelper.showAssetsCreationDialog(srcFileUris, photoCreationConfigs);
/ohos5.0/docs/en/application-dev/media/medialibrary/
H A DphotoAccessHelper-savebutton.md86 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 Djs-apis-photoAccessHelper-sys.md1251 createAssetsForApp(bundleName: string, appName: string, appId: string, photoCreationConfigs: Array&…
1268 | photoCreationConfigs | Array&lt;[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 Djs-apis-photoAccessHelper.md953 showAssetsCreationDialog(srcFileUris: Array&lt;string&gt;, photoCreationConfigs: Array&lt;PhotoCrea…
966 | photoCreationConfigs | Array&lt;[PhotoCreationConfig](#photocreationconfig12)&gt; | 是 | 保存图片/视频到媒…
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 Djs-apis-photoAccessHelper-sys.md1251 createAssetsForApp(bundleName: string, appName: string, appId: string, photoCreationConfigs: Array&…
1268 | photoCreationConfigs | Array&lt;[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 Djs-apis-photoAccessHelper.md953 showAssetsCreationDialog(srcFileUris: Array&lt;string&gt;, photoCreationConfigs: Array&lt;PhotoCrea…
966 | photoCreationConfigs | Array&lt;[PhotoCreationConfig](#photocreationconfig12)&gt; | Yes| Configur…
997 let photoCreationConfigs: Array<photoAccessHelper.PhotoCreationConfig> = [
1005 …: Array<string> = await phAccessHelper.showAssetsCreationDialog(srcFileUris, photoCreationConfigs);