Home
last modified time | relevance | path

Searched refs:o1 (Results 1 – 25 of 90) sorted by relevance

1234

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase_object.cpp186 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 Dinterstitialdialogaction.js125 (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 Dprogressbutton.js33 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 Ddownloadfilebutton.js165 set styleOptions(o1) {
166 this.__styleOptions.set(o1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js170 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 Datomicservicetabs.js22 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 Dtoolbar.js1030 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 Davpicker_mock.js79 buildDefaultPicker(o1 = null) { argument
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java260 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 Dchipgroup.js108 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 Dinnerfullscreenlaunchcomponent.js24 this.launchAtomicService = (n1, o1) => { };
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js141 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 Dmultinavigation.js1385 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 Dsegmentbutton.js19 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 Datomicserviceweb.js1161 constructor(n1, o1, p1) { argument
1163 this.param = o1;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2070 } catch (o1) {
2071 let p1 = o1.code;
2072 let q1 = o1.message;
/ohos5.0/foundation/filemanagement/file_api/
H A DREADME_zh.md130 | WRITE_ONLY | number | 0o1 | 只写打开。 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-fs.md1457 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读打开。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写打开。<br/>-&nbsp;Op…
1500 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读打开。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写打开。<br/>-&nbsp;Op…
1573 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读打开。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写打开。<br/>-&nbsp;Op…
3624 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读创建。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-&nbsp;Op…
3700 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读创建。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-&nbsp;Op…
3736 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读创建。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-&nbsp;Op…
3776 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读创建。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-&nbsp;Op…
3811 …:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读创建。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-&nbsp;Op…
5615 | WRITE_ONLY | number | 0o1 | 只写打开。<br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。 |
5928 …创建:<br/>-&nbsp;OpenMode.READ_ONLY(0o0):只读。<br/>-&nbsp;OpenMode.WRITE_ONLY(0o1):只写。<br/>-&nbsp;Open…
H A Djs-apis-fileio.md648 | flags | number | 否 | 打开文件的选项,必须指定如下选项中的一个,默认以只读方式打开:<br/>-&nbsp;0o0:只读打开。<br/>-&nbsp;0o1:只写打开。…
662 fileio.open(filePath, 0o1, 0o0200).then((number: number) => {
687 … | 否 | 打开文件的选项,必须指定如下选项中的一个,默认以只读方式打开:<br/>-&nbsp;0o0:只读打开。<br/>-&nbsp;0o1:只写打开。<br/>-&nbsp;0o2…
719 | flags | number | 否 | 打开文件的选项,必须指定如下选项中的一个,默认以只读方式打开:<br/>-&nbsp;0o0:只读打开。<br/>-&nbsp;0o1:只写打开。…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1128 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 Dtreeview.js53 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 Dfoldsplitcontainer.js385 this.observeComponentCreation2((n1, o1) => {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-file-management.md18 | ohos.data.fileAccess | OPENFLAGS | WRITE = 0o1
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-file-management.md18 | ohos.data.fileAccess | OPENFLAGS | WRITE = 0o1
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-file-management.md221 |model有变化|类名:OPENFLAGS;<br>方法or属性:WRITE = 0o1<br>旧版本信息:|类名:OPENFLAGS;<br>方法or属性:WRITE = 0o1<br>新版本信…

1234