/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
H A D | base_object.cpp | 186 IObject *o1 = IObject::Query(obj1); in Equals() local 187 if (o1 == nullptr) { in Equals() 190 return o1->Equals(*(IObject::Query(obj2))); in Equals()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 125 (l ? l : this).observeComponentCreation2((m1, n1, o1 = m) => { 127 SymbolGlyph.fontColor([o1.options.iconStyle === IconStyle.DARK ? 148 if (o1.options.onDialogClose !== undefined) { 149 o1.options.onDialogClose(); 151 o1.defaultCloseAction();
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/ |
H A D | progressbutton.js | 33 constructor(k1, l1, m1, n1 = -1, o1 = undefined, p1) { argument 35 if (typeof o1 === 'function') { 36 this.paramsGenerator_ = o1;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/ |
H A D | downloadfilebutton.js | 165 set styleOptions(o1) { 166 this.__styleOptions.set(o1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 170 o1: -1, property in b1.m1 1173 let o1 = { width: 0, height: 0 }; class 1178 o1.width = this.suffixIcon?.size?.width; 1181 o1.width = this.theme.suffixIcon.size.width; 1183 o1.width = 0; 1190 o1.height = this.suffixIcon?.size?.height; 1193 o1.height = this.theme.suffixIcon.size.height; 1195 o1.height = 0; 1198 return o1; 1669 this.theme.m1.o1 [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/ |
H A D | atomicservicetabs.js | 22 constructor(m1, n1, o1, p1 = -1, q1 = undefined, r1) { argument 23 super(m1, o1, p1, r1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 1030 purgeVariableDependenciesOnElmtId(o1) { argument 1031 this.__mainWindow.purgeDependencyOnElmtId(o1); 1032 this.__fontSize.purgeDependencyOnElmtId(o1); 1033 this.__maxLines.purgeDependencyOnElmtId(o1); 1034 this.__windowStandardHeight.purgeDependencyOnElmtId(o1); 1035 this.__symbolEffect.purgeDependencyOnElmtId(o1);
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker_mock.js | 79 buildDefaultPicker(o1 = null) { argument
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | DataFetcher.java | 260 public int compare(String o1, String o2) { in writeLocales() 261 return localeCompare(o1, o2); in writeLocales()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 108 o1: -1, property in e4 245 SymbolGlyph.symbolEffect(this.symbolEffect, e4.o1); 298 SymbolGlyph.symbolEffect(this.symbolEffect, e4.o1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 24 this.launchAtomicService = (n1, o1) => { };
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 141 let o1 = await this.cloudService.connectShareCenter(m1, n1); 142 if (o1 == null) { 145 u.writeRemoteObject(o1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 1385 pop(n1, o1) { argument 1388 if (typeof o1 === 'boolean') { 1389 p1 = super.pop(o1); 1392 p1 = super.pop(n1, o1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 19 if (typeof Reflect === "object" && typeof Reflect.o1 === "function") { 20 r = Reflect.o1(t3, target, key, desc); 2629 let o1 = () => { variable 2640 Context.animateTo({ curve: curve }, o1); 2642 o1();
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1161 constructor(n1, o1, p1) { argument 1163 this.param = o1;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2070 } catch (o1) { 2071 let p1 = o1.code; 2072 let q1 = o1.message;
|
/ohos5.0/foundation/filemanagement/file_api/ |
H A D | README_zh.md | 130 | WRITE_ONLY | number | 0o1 | 只写打开。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-fs.md | 1457 …:<br/>- OpenMode.READ_ONLY(0o0):只读打开。<br/>- OpenMode.WRITE_ONLY(0o1):只写打开。<br/>- Op… 1500 …:<br/>- OpenMode.READ_ONLY(0o0):只读打开。<br/>- OpenMode.WRITE_ONLY(0o1):只写打开。<br/>- Op… 1573 …:<br/>- OpenMode.READ_ONLY(0o0):只读打开。<br/>- OpenMode.WRITE_ONLY(0o1):只写打开。<br/>- Op… 3624 …:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>- Op… 3700 …:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>- Op… 3736 …:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>- Op… 3776 …:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>- Op… 3811 …:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>- Op… 5615 | WRITE_ONLY | number | 0o1 | 只写打开。<br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。 | 5928 …创建:<br/>- OpenMode.READ_ONLY(0o0):只读。<br/>- OpenMode.WRITE_ONLY(0o1):只写。<br/>- Open…
|
H A D | js-apis-fileio.md | 648 | flags | number | 否 | 打开文件的选项,必须指定如下选项中的一个,默认以只读方式打开:<br/>- 0o0:只读打开。<br/>- 0o1:只写打开。… 662 fileio.open(filePath, 0o1, 0o0200).then((number: number) => { 687 … | 否 | 打开文件的选项,必须指定如下选项中的一个,默认以只读方式打开:<br/>- 0o0:只读打开。<br/>- 0o1:只写打开。<br/>- 0o2… 719 | flags | number | 否 | 打开文件的选项,必须指定如下选项中的一个,默认以只读方式打开:<br/>- 0o0:只读打开。<br/>- 0o1:只写打开。…
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1128 constructor(o1, p1, q1, r1 = -1, s1 = undefined, t1) { argument 1129 super(o1, q1, r1, t1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 53 const o1 = 1; constant 1032 Text.minFontScale(o1); 1115 Text.minFontScale(o1); 3763 Text.minFontScale(o1); 3979 Text.minFontScale(o1); 4099 Text.minFontScale(o1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 385 this.observeComponentCreation2((n1, o1) => {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-file-management.md | 18 | ohos.data.fileAccess | OPENFLAGS | WRITE = 0o1 …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-file-management.md | 18 | ohos.data.fileAccess | OPENFLAGS | WRITE = 0o1 …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 221 |model有变化|类名:OPENFLAGS;<br>方法or属性:WRITE = 0o1<br>旧版本信息:|类名:OPENFLAGS;<br>方法or属性:WRITE = 0o1<br>新版本信…
|