/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_grid_row_ffi.cpp | 172 …ParserGutter(Dimension(createOption.gutterValue, static_cast<DimensionUnit>(createOption.gutterUni… in FfiOHOSAceFrameworkGridRowCreateWithFloat64Int32() 174 …ParserBreakpoints(createOption.breakpointVals, createOption.breakpointUnits, createOption.breakpoi… in FfiOHOSAceFrameworkGridRowCreateWithFloat64Int32() 185 …ParserBreakpoints(createOption.breakpointVals, createOption.breakpointUnits, createOption.breakpoi… in FfiOHOSAceFrameworkGridRowCreateWithFloat64ColumnOption() 195 …auto parsedGutter = ParserGutter(createOption.x, createOption.xUnit, createOption.y, createOption.… in FfiOHOSAceFrameworkGridRowCreateWithFloat64OptionColumnOption() 197 …ParserBreakpoints(createOption.breakpointVals, createOption.breakpointUnits, createOption.breakpoi… in FfiOHOSAceFrameworkGridRowCreateWithFloat64OptionColumnOption() 206 auto parsedGutter = ParserGutter(createOption.x, createOption.y); in FfiOHOSAceFrameworkGridRowCreateWithSizeOptionColumnOption() 208 …ParserBreakpoints(createOption.breakpointVals, createOption.breakpointUnits, createOption.breakpoi… in FfiOHOSAceFrameworkGridRowCreateWithSizeOptionColumnOption() 217 …auto parsedGutter = ParserGutter(createOption.x, createOption.xUnit, createOption.y, createOption.… in FfiOHOSAceFrameworkGridRowCreateWithFloat64OptionInt32() 219 …ParserBreakpoints(createOption.breakpointVals, createOption.breakpointUnits, createOption.breakpoi… in FfiOHOSAceFrameworkGridRowCreateWithFloat64OptionInt32() 228 auto parsedGutter = ParserGutter(createOption.x, createOption.y); in FfiOHOSAceFrameworkGridRowCreateWithSizeOptionInt32() [all …]
|
H A D | cj_grid_row_ffi.h | 109 … void FfiOHOSAceFrameworkGridRowCreateWithFloat64Int32(GridRowCreateWithFloat64Int32 createOption); 111 GridRowCreateWithFloat64ColumnOption createOption); 113 GridRowCreateWithFloat64OptionColumnOption createOption); 115 GridRowCreateWithSizeOptionColumnOption createOption); 116 …SAceFrameworkGridRowCreateWithFloat64OptionInt32(GridRowCreateWithFloat64OptionInt32 createOption); 117 …FfiOHOSAceFrameworkGridRowCreateWithSizeOptionInt32(GridRowCreateWithSizeOptionInt32 createOption);
|
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-resource-guidelines.md | 138 let createOption: photoAccessHelper.PhotoCreateOptions = { 141 …= photoAccessHelper.MediaAssetChangeRequest.createAssetRequest(context, displayName, createOption);
|
/ohos5.0/docs/en/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-resource-guidelines.md | 124 1. Set the file name and create **createOption** for setting attributes for the image asset to crea… 138 let createOption: photoAccessHelper.PhotoCreateOptions = { 141 …= photoAccessHelper.MediaAssetChangeRequest.createAssetRequest(context, displayName, createOption);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-sendablePhotoAccessHelper-sys.md | 126 let createOption: photoAccessHelper.PhotoCreateOptions = { 129 …endablePhotoAccessHelper.PhotoAsset = await phAccessHelper.createAsset(testFileName, createOption);
|
H A D | js-apis-photoAccessHelper-sys.md | 174 let createOption: photoAccessHelper.PhotoCreateOptions = { 177 phAccessHelper.createAsset(testFileName, createOption, (err, photoAsset) => { 238 let createOption: photoAccessHelper.PhotoCreateOptions = { 241 …Asset: photoAccessHelper.PhotoAsset = await phAccessHelper.createAsset(testFileName, createOption);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_delegate_impl_test.cpp | 51 MessageOption createOption; in SurfaceCreateOnFormRendererDelegateImpl() local 52 …uto createAns = renderDelegate->OnRemoteRequest(createCode, createData, createReply, createOption); in SurfaceCreateOnFormRendererDelegateImpl()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 128 …类名: UserFileManager<br>方法 or 属性:createPhotoAsset(displayName: string, createOption: PhotoCreateOpt… 129 |新增|NA|类名:UserFileManager<br>方法or属性:createPhotoAsset(displayName: string, createOption: PhotoCreate… 130 …类名: UserFileManager<br>方法 or 属性:createPhotoAsset(displayName: string, createOption: PhotoCreateOpt… 131 |新增|NA|类名:UserFileManager<br>方法or属性:createPhotoAsset(displayName: string, createOption: PhotoCreate…
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-sendablePhotoAccessHelper-sys.md | 126 let createOption: photoAccessHelper.PhotoCreateOptions = { 129 …endablePhotoAccessHelper.PhotoAsset = await phAccessHelper.createAsset(testFileName, createOption);
|
H A D | js-apis-photoAccessHelper-sys.md | 174 let createOption: photoAccessHelper.PhotoCreateOptions = { 177 phAccessHelper.createAsset(testFileName, createOption, (err, photoAsset) => { 238 let createOption: photoAccessHelper.PhotoCreateOptions = { 241 …Asset: photoAccessHelper.PhotoAsset = await phAccessHelper.createAsset(testFileName, createOption);
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 128 …er<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt… 129 …er<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt… 130 …er<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt… 131 …er<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-userFileManager-sys.md | 300 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback<… 313 | createOption | [PhotoCreateOptions](#photocreateoptions10) | 是 | 图片或视频的创建选项。 … 331 let createOption: userFileManager.PhotoCreateOptions = { 334 mgr.createPhotoAsset(testFileName, createOption, (err, fileAsset) => { 347 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise<FileAsset>; 360 | createOption | [PhotoCreateOptions](#photocreateoptions10) | 是 | 图片或视频的创建选项。 … 383 let createOption: userFileManager.PhotoCreateOptions = { 386 … let fileAsset: userFileManager.FileAsset = await mgr.createPhotoAsset(testFileName, createOption);
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-userFileManager-sys.md | 300 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback<… 313 | createOption | [PhotoCreateOptions](#photocreateoptions10) | Yes | Options for creating … 331 let createOption: userFileManager.PhotoCreateOptions = { 334 mgr.createPhotoAsset(testFileName, createOption, (err, fileAsset) => { 347 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise<FileAsset>; 360 | createOption | [PhotoCreateOptions](#photocreateoptions10) | Yes | Options for creating … 383 let createOption: userFileManager.PhotoCreateOptions = { 386 … let fileAsset: userFileManager.FileAsset = await mgr.createPhotoAsset(testFileName, createOption);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 360 |新增|NA|类名:UserFileManager;<br>方法or属性:createPhotoAsset(displayName: string, createOption: PhotoCreat… 361 |新增|NA|类名:UserFileManager;<br>方法or属性:createPhotoAsset(displayName: string, createOption: PhotoCreat…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 360 …r;<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt… 361 …r;<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt…
|