Home
last modified time | relevance | path

Searched refs:createOption (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_grid_row_ffi.cpp172 …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 Dcj_grid_row_ffi.h109 … 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 DphotoAccessHelper-resource-guidelines.md138 let createOption: photoAccessHelper.PhotoCreateOptions = {
141 …= photoAccessHelper.MediaAssetChangeRequest.createAssetRequest(context, displayName, createOption);
/ohos5.0/docs/en/application-dev/media/medialibrary/
H A DphotoAccessHelper-resource-guidelines.md124 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 Djs-apis-sendablePhotoAccessHelper-sys.md126 let createOption: photoAccessHelper.PhotoCreateOptions = {
129 …endablePhotoAccessHelper.PhotoAsset = await phAccessHelper.createAsset(testFileName, createOption);
H A Djs-apis-photoAccessHelper-sys.md174 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 Dform_render_delegate_impl_test.cpp51 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 Djs-apidiff-file-management.md128 …类名: 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 Djs-apis-sendablePhotoAccessHelper-sys.md126 let createOption: photoAccessHelper.PhotoCreateOptions = {
129 …endablePhotoAccessHelper.PhotoAsset = await phAccessHelper.createAsset(testFileName, createOption);
H A Djs-apis-photoAccessHelper-sys.md174 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 Djs-apidiff-file-management.md128 …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 Djs-apis-userFileManager-sys.md300 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback&lt;…
313 | createOption | [PhotoCreateOptions](#photocreateoptions10) | 是 | 图片或视频的创建选项。 …
331 let createOption: userFileManager.PhotoCreateOptions = {
334 mgr.createPhotoAsset(testFileName, createOption, (err, fileAsset) => {
347 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise&lt;FileAsset&gt;;
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 Djs-apis-userFileManager-sys.md300 createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback&lt;…
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&lt;FileAsset&gt;;
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 Djs-apidiff-file-management.md360 |新增|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 Djs-apidiff-file-management.md360 …r;<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt…
361 …r;<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOpt…