Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
1f426317
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1f426317
编写于
5月 13, 2022
作者:
G
ge-yafang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update docs
Signed-off-by:
N
ge-yafang
<
geyafang@huawei.com
>
上级
58b41f4f
变更
13
显示空白变更内容
内联
并排
Showing
13 changed file
with
419 addition
and
418 deletion
+419
-418
zh-cn/application-dev/reference/apis/js-apis-data-ability.md
zh-cn/application-dev/reference/apis/js-apis-data-ability.md
+30
-29
zh-cn/application-dev/reference/apis/js-apis-data-distributedobject.md
...tion-dev/reference/apis/js-apis-data-distributedobject.md
+7
-7
zh-cn/application-dev/reference/apis/js-apis-data-rdb.md
zh-cn/application-dev/reference/apis/js-apis-data-rdb.md
+67
-67
zh-cn/application-dev/reference/apis/js-apis-data-resultset.md
.../application-dev/reference/apis/js-apis-data-resultset.md
+15
-15
zh-cn/application-dev/reference/apis/js-apis-data-storage.md
zh-cn/application-dev/reference/apis/js-apis-data-storage.md
+33
-33
zh-cn/application-dev/reference/apis/js-apis-display.md
zh-cn/application-dev/reference/apis/js-apis-display.md
+8
-8
zh-cn/application-dev/reference/apis/js-apis-distributed-data.md
...pplication-dev/reference/apis/js-apis-distributed-data.md
+144
-144
zh-cn/application-dev/reference/apis/js-apis-screenshot.md
zh-cn/application-dev/reference/apis/js-apis-screenshot.md
+5
-5
zh-cn/application-dev/reference/apis/js-apis-system-storage.md
.../application-dev/reference/apis/js-apis-system-storage.md
+4
-4
zh-cn/application-dev/reference/apis/js-apis-usb.md
zh-cn/application-dev/reference/apis/js-apis-usb.md
+13
-13
zh-cn/application-dev/reference/apis/js-apis-webgl.md
zh-cn/application-dev/reference/apis/js-apis-webgl.md
+2
-2
zh-cn/application-dev/reference/apis/js-apis-webgl2.md
zh-cn/application-dev/reference/apis/js-apis-webgl2.md
+2
-2
zh-cn/application-dev/reference/apis/js-apis-window.md
zh-cn/application-dev/reference/apis/js-apis-window.md
+89
-89
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-data-ability.md
浏览文件 @
1f426317
...
...
@@ -19,9 +19,10 @@ createRdbPredicates(name: string, dataAbilityPredicates: DataAbilityPredicates):
从DataAabilityPredicates对象创建RdbPredicates对象。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| name | string | 是 | 数据库表中的表名。 |
...
...
@@ -53,7 +54,7 @@ equalTo(field: string, value: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType且值等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -81,7 +82,7 @@ notEqualTo(field: string, value: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType且值不等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -109,7 +110,7 @@ beginWrap(): DataAbilityPredicates
向谓词添加左括号。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -136,7 +137,7 @@ endWrap(): DataAbilityPredicates
向谓词添加右括号。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -163,7 +164,7 @@ or(): DataAbilityPredicates
将或条件添加到谓词中。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -187,7 +188,7 @@ and(): DataAbilityPredicates
将和条件添加到谓词中。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -211,7 +212,7 @@ contains(field: string, value: string): DataAbilityPredicates
配置谓词以匹配数据类型为string且value包含指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -239,7 +240,7 @@ beginsWith(field: string, value: string): DataAbilityPredicates
配置谓词以匹配数据类型为string且值以指定字符串开头的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -267,7 +268,7 @@ endsWith(field: string, value: string): DataAbilityPredicates
配置谓词以匹配数据类型为string且值以指定字符串结尾的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -295,7 +296,7 @@ isNull(field: string): DataAbilityPredicates
配置谓词以匹配值为null的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -322,7 +323,7 @@ isNotNull(field: string): DataAbilityPredicates
配置谓词以匹配值不为null的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -349,7 +350,7 @@ like(field: string, value: string): DataAbilityPredicates
配置谓词以匹配数据类型为string且值类似于指定字符串的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -377,7 +378,7 @@ glob(field: string, value: string): DataAbilityPredicates
配置谓词以匹配数据类型为string的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -405,7 +406,7 @@ between(field: string, low: ValueType, high: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType且value在指定范围内的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -434,7 +435,7 @@ notBetween(field: string, low: ValueType, high: ValueType): DataAbilityPredicate
配置谓词以匹配数据类型为ValueType且value超出给定范围的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -463,7 +464,7 @@ greaterThan(field: string, value: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType且值大于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -491,7 +492,7 @@ lessThan(field: string, value: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为valueType且value小于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -519,7 +520,7 @@ greaterThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType且value大于或等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -547,7 +548,7 @@ lessThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType且value小于或等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -575,7 +576,7 @@ orderByAsc(field: string): DataAbilityPredicates
配置谓词以匹配其值按升序排序的列。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -602,7 +603,7 @@ orderByDesc(field: string): DataAbilityPredicates
配置谓词以匹配其值按降序排序的列。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -629,7 +630,7 @@ distinct(): DataAbilityPredicates
配置谓词以过滤重复记录并仅保留其中一个。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -657,7 +658,7 @@ limitAs(value: number): DataAbilityPredicates
设置最大数据记录数的谓词。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -684,7 +685,7 @@ offsetAs(rowOffset: number): DataAbilityPredicates
配置谓词以指定返回结果的起始位置。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -711,7 +712,7 @@ groupBy(fields: Array<string>): DataAbilityPredicates
配置谓词按指定列分组查询结果。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -763,7 +764,7 @@ in(field: string, value: Array<ValueType>): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType数组且值在给定范围内的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -792,7 +793,7 @@ notIn(field: string, value: Array<ValueType>): DataAbilityPredicates
配置谓词以匹配数据类型为ValueType数组且值不在给定范围内的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -816,7 +817,7 @@ notIn(field: string, value: Array<ValueType>): DataAbilityPredicates
用于表示允许的数据字段类型。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
**系统能力:**
SystemCapability.DistributedDataManager.DataShare.Core。
| 名称 | 说明 |
| ------- | -------------------- |
...
...
zh-cn/application-dev/reference/apis/js-apis-data-distributedobject.md
浏览文件 @
1f426317
...
...
@@ -17,7 +17,7 @@ createDistributedObject(source: object): DistributedObject
创建一个分布式对象。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -44,7 +44,7 @@ genSessionId(): string
随机创建一个sessionId。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**返回值:**
| 类型 | 说明 |
...
...
@@ -68,7 +68,7 @@ setSessionId(sessionId?: string): boolean
设置同步的sessionId,当可信组网中有多个设备时,多个设备间的对象如果设置为同一个sessionId,就能自动同步。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**参数:**
...
...
@@ -101,7 +101,7 @@ on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<stri
监听分布式对象的变更。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -130,7 +130,7 @@ off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<st
当不再进行数据变更监听时,使用此接口删除对象的变更监听。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -161,7 +161,7 @@ on(type: 'status', callback: Callback<{ sessionId: string, networkId: string, st
监听分布式对象的上下线。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -186,7 +186,7 @@ off(type: 'status', callback?: Callback<{ sessionId: string, deviceId: string, s
当不再进行对象上下线监听时,使用此接口删除对象的上下线监听。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**系统能力:**
SystemCapability.DistributedDataManager.DataObject.DistributedObject。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
zh-cn/application-dev/reference/apis/js-apis-data-rdb.md
浏览文件 @
1f426317
...
...
@@ -15,7 +15,7 @@ getRdbStore(config: StoreConfig, version: number, callback: AsyncCallback<Rdb
获得一个相关的RdbStore,操作关系型数据库,用户可以根据自己的需求配置RdbStore的参数,然后通过RdbStore调用相关接口可以执行相关的数据操作,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
...
...
@@ -42,7 +42,7 @@ getRdbStore(config: StoreConfig, version: number): Promise<RdbStore>
获得一个相关的RdbStore,操作关系型数据库,用户可以根据自己的需求配置RdbStore的参数,然后通过RdbStore调用相关接口可以执行相关的数据操作,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
...
...
@@ -82,7 +82,7 @@ getRdbStore(context: Context, config: StoreConfig, version: number, callback: As
获得一个相关的RdbStore,操作关系型数据库,用户可以根据自己的需求配置RdbStore的参数,然后通过RdbStore调用相关接口可以执行相关的数据操作,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
...
...
@@ -111,7 +111,7 @@ getRdbStore(context: Context, config: StoreConfig, version: number): Promise<
获得一个相关的RdbStore,操作关系型数据库,用户可以根据自己的需求配置RdbStore的参数,然后通过RdbStore调用相关接口可以执行相关的数据操作,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
...
...
@@ -151,7 +151,7 @@ deleteRdbStore(name: string, callback: AsyncCallback<void>): void
删除数据库,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -171,7 +171,7 @@ deleteRdbStore(name: string): Promise<void>
使用指定的数据库文件配置删除数据库,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -199,7 +199,7 @@ deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void&g
删除数据库,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -221,7 +221,7 @@ deleteRdbStore(context: Context, name: string): Promise<void>
使用指定的数据库文件配置删除数据库,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -257,7 +257,7 @@ constructor(name: string)
构造函数。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -276,7 +276,7 @@ inDevices(devices: Array<string>): RdbPredicates
同步分布式数据库时指定组网内的远程设备。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -301,7 +301,7 @@ inAllDevices(): RdbPredicates
同步分布式数据库时连接到组网内的所有远程设备。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值**
:
| 类型 | 说明 |
...
...
@@ -321,7 +321,7 @@ equalTo(field: string, value: ValueType): RdbPredicates
配置谓词以匹配数据字段为ValueType且值等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -348,7 +348,7 @@ notEqualTo(field: string, value: ValueType): RdbPredicates
配置谓词以匹配数据字段为ValueType且值不等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -375,7 +375,7 @@ beginWrap(): RdbPredicates
向谓词添加左括号。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值**
:
| 类型 | 说明 |
...
...
@@ -401,7 +401,7 @@ endWrap(): RdbPredicates
向谓词添加右括号。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值**
:
| 类型 | 说明 |
...
...
@@ -427,7 +427,7 @@ or(): RdbPredicates
将或条件添加到谓词中。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值**
:
| 类型 | 说明 |
...
...
@@ -450,7 +450,7 @@ and(): RdbPredicates
向谓词添加和条件。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值**
:
| 类型 | 说明 |
...
...
@@ -472,7 +472,7 @@ contains(field: string, value: string): RdbPredicates
配置谓词以匹配数据字段为string且value包含指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -499,7 +499,7 @@ beginsWith(field: string, value: string): RdbPredicates
配置谓词以匹配数据字段为string且值以指定字符串开头的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -526,7 +526,7 @@ endsWith(field: string, value: string): RdbPredicates
配置谓词以匹配数据字段为string且值以指定字符串结尾的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -553,7 +553,7 @@ isNull(field: string): RdbPredicates
配置谓词以匹配值为null的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -579,7 +579,7 @@ isNotNull(field: string): RdbPredicates
配置谓词以匹配值不为null的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -605,7 +605,7 @@ like(field: string, value: string): RdbPredicates
配置谓词以匹配数据字段为string且值类似于指定字符串的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -632,7 +632,7 @@ glob(field: string, value: string): RdbPredicates
配置RdbPredicates匹配数据字段为string的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -659,7 +659,7 @@ between(field: string, low: ValueType, high: ValueType): RdbPredicates
将谓词配置为匹配数据字段为ValueType且value在给定范围内的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -687,7 +687,7 @@ notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates
配置RdbPredicates以匹配数据字段为ValueType且value超出给定范围的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -714,7 +714,7 @@ greaterThan(field: string, value: ValueType): RdbPredicates
配置谓词以匹配数据字段为ValueType且值大于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -741,7 +741,7 @@ lessThan(field: string, value: ValueType): RdbPredicates
配置谓词以匹配数据字段为valueType且value小于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -769,7 +769,7 @@ greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates
配置谓词以匹配数据字段为ValueType且value大于或等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -797,7 +797,7 @@ lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates
配置谓词以匹配数据字段为ValueType且value小于或等于指定值的字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -825,7 +825,7 @@ orderByAsc(field: string): RdbPredicates
配置谓词以匹配其值按升序排序的列。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -852,7 +852,7 @@ orderByDesc(field: string): RdbPredicates
配置谓词以匹配其值按降序排序的列。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -878,7 +878,7 @@ distinct(): RdbPredicates
配置谓词以过滤重复记录并仅保留其中一个。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值**
:
| 类型 | 说明 |
...
...
@@ -906,7 +906,7 @@ limitAs(value: number): RdbPredicates
设置最大数据记录数的谓词。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -932,7 +932,7 @@ offsetAs(rowOffset: number): RdbPredicates
配置RdbPredicates以指定返回结果的起始位置。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -958,7 +958,7 @@ groupBy(fields: Array<string>): RdbPredicates
配置RdbPredicates按指定列分组查询结果。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -983,7 +983,7 @@ indexedBy(field: string): RdbPredicates
配置RdbPredicates以指定索引列。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1010,7 +1010,7 @@ in(field: string, value: Array<ValueType>): RdbPredicates
配置RdbPredicates以匹配数据字段为ValueType数组且值在给定范围内的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1038,7 +1038,7 @@ notIn(field: string, value: Array<ValueType>): RdbPredicates
将RdbPredicates配置为匹配数据字段为ValueType且值超出给定范围的指定字段。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1070,7 +1070,7 @@ insert(name: string, values: ValuesBucket, callback: AsyncCallback<number>
向目标表中插入一行数据,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1099,7 +1099,7 @@ insert(name: string, values: ValuesBucket):Promise<number>
向目标表中插入一行数据,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1135,7 +1135,7 @@ update(values: ValuesBucket, rdbPredicates: RdbPredicates, callback: AsyncCallba
根据RdbPredicates的指定实例对象更新数据库中的数据,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1165,7 +1165,7 @@ update(values: ValuesBucket, rdbPredicates: RdbPredicates):Promise<number>
根据RdbPredicates的指定实例对象更新数据库中的数据,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1204,7 +1204,7 @@ delete(rdbPredicates: RdbPredicates, callback: AsyncCallback<number>):void
根据rdbPredicates的指定实例对象从数据库中删除数据,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1228,7 +1228,7 @@ delete(rdbPredicates: RdbPredicates):Promise<number>
根据rdbPredicates的指定实例对象从数据库中删除数据,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1259,7 +1259,7 @@ query(rdbPredicates: RdbPredicates, columns: Array<string>, callback: Asyn
根据指定条件查询数据库中的数据,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1285,7 +1285,7 @@ query(rdbPredicates: RdbPredicates, columns?: Array<string>):Promise<Re
根据指定条件查询数据库中的数据,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1318,7 +1318,7 @@ querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback&
根据指定SQL语句查询数据库中的数据,结果以callback形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1342,7 +1342,7 @@ querySql(sql: string, bindArgs?: Array<ValueType>):Promise<ResultSet>
根据指定SQL语句查询数据库中的数据,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1373,7 +1373,7 @@ executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallbac
执行包含指定参数但不返回值的SQL语句,结果以callbck形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1396,7 +1396,7 @@ executeSql(sql: string, bindArgs?: Array<ValueType>):Promise<void>
执行包含指定参数但不返回值的SQL语句,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1425,7 +1425,7 @@ beginTransaction():void
在开始执行SQL语句之前,开始事务。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**示例**
:
```
js
...
...
@@ -1449,7 +1449,7 @@ commit():void
提交已执行的SQL语句。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**示例**
:
```
js
...
...
@@ -1474,7 +1474,7 @@ rollBack():void;
回滚已经执行的SQL语句。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**示例**
:
```
js
...
...
@@ -1503,7 +1503,7 @@ setDistributedTables(tables: Array<string>, callback: AsyncCallback<voi
设置分布式列表,结果以callbck形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1529,7 +1529,7 @@ setDistributedTables(tables: Array<string>, callback: AsyncCallback<voi
设置分布式列表,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1557,7 +1557,7 @@ obtainDistributedTableName(device: string, table: string, callback: AsyncCallbac
根据本地表名获取指定远程设备的分布式表名。在查询远程设备数据库时,需要使用分布式表名, 结果以callbck形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1584,7 +1584,7 @@ obtainDistributedTableName(device: string, table: string, callback: AsyncCallbac
根据本地表名获取指定远程设备的分布式表名。在查询远程设备数据库时,需要使用分布式表名,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1613,7 +1613,7 @@ sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array
在设备之间同步数据, 结果以callbck形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1645,7 +1645,7 @@ sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array
在设备之间同步数据,结果以Promise形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1680,7 +1680,7 @@ on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<stri
注册数据库的观察者。当分布式数据库中的数据发生更改时,将调用回调。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
...
...
@@ -1710,7 +1710,7 @@ off(event:'dataChange', type: SubscribeType, observer: Callback<Array<stri
从数据库中删除指定类型的指定观察者, 结果以callbck形式返回。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数**
:
...
...
@@ -1739,7 +1739,7 @@ off(event:'dataChange', type: SubscribeType, observer: Callback<Array<stri
管理关系数据库配置。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
...
...
@@ -1750,7 +1750,7 @@ off(event:'dataChange', type: SubscribeType, observer: Callback<Array<stri
用于表示允许的数据字段类型。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 说明 |
| -------- | -------- |
...
...
@@ -1763,7 +1763,7 @@ off(event:'dataChange', type: SubscribeType, observer: Callback<Array<stri
用于存储键值对。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
...
...
@@ -1774,7 +1774,7 @@ off(event:'dataChange', type: SubscribeType, observer: Callback<Array<stri
指数据库同步模式。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 默认值 | 说明 |
| -------- | ----- |----- |
...
...
@@ -1785,7 +1785,7 @@ off(event:'dataChange', type: SubscribeType, observer: Callback<Array<stri
描述订阅类型。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 默认值 | 说明 |
| -------- | ----- |---- |
...
...
zh-cn/application-dev/reference/apis/js-apis-data-resultset.md
浏览文件 @
1f426317
...
...
@@ -25,7 +25,7 @@ promise.then((resultSet) => {
### 属性
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
...
...
@@ -46,7 +46,7 @@ getColumnIndex(columnName: string): number
根据指定的列名获取列索引。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -74,7 +74,7 @@ getColumnName(columnIndex: number): string
根据指定的列索引获取列名。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -100,7 +100,7 @@ goTo(offset:number): boolean
向前或向后转至结果集的指定行,相对于其当前位置偏移。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -131,7 +131,7 @@ goToRow(position: number): boolean
转到结果集的指定行。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -163,7 +163,7 @@ goToFirstRow(): boolean
转到结果集的第一行。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -189,7 +189,7 @@ goToLastRow(): boolean
转到结果集的最后一行。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -215,7 +215,7 @@ goToNextRow(): boolean
转到结果集的下一行。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -241,7 +241,7 @@ goToPreviousRow(): boolean
转到结果集的上一行。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**返回值:**
| 类型 | 说明 |
...
...
@@ -267,7 +267,7 @@ getBlob(columnIndex: number): Uint8Array
以字节数组的形式获取当前行中指定列的值。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -291,7 +291,7 @@ getString(columnIndex: number): string
以字符串形式获取当前行中指定列的值。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -315,7 +315,7 @@ getLong(columnIndex: number): number
以Long形式获取当前行中指定列的值。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -339,7 +339,7 @@ getDouble(columnIndex: number): number
以double形式获取当前行中指定列的值。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -363,7 +363,7 @@ isColumnNull(columnIndex: number): boolean
检查当前行中指定列的值是否为null。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -387,7 +387,7 @@ close(): void
关闭结果集。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core。
**示例:**
```
js
...
...
zh-cn/application-dev/reference/apis/js-apis-data-storage.md
浏览文件 @
1f426317
...
...
@@ -3,7 +3,7 @@
轻量级存储为应用提供key-value键值型的文件数据处理能力,支持应用对数据进行轻量级存储及查询。数据存储形式为键值对,键的类型为字符串型,值的存储数据类型包括数字型、字符型、布尔型。
>
![icon-note.gif](public_sys-resources/icon-note.gif)
**说明:**
> **说明:**
>
> - 本模块首批接口从API version 6开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
>
...
...
@@ -18,7 +18,7 @@ import dataStorage from '@ohos.data.storage';
## 常量
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.Preferences.Core
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
...
...
@@ -32,7 +32,7 @@ getStorageSync(path: string): Storage
读取指定文件,将数据加载到Storage实例,用于数据操作。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -69,7 +69,7 @@ getStorage(path: string, callback: AsyncCallback<Storage>): void
读取指定文件,将数据加载到Storage实例,用于数据操作,使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -107,7 +107,7 @@ getStorage(path: string): Promise<Storage>
读取指定文件,将数据加载到Storage实例,用于数据操作,使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -148,7 +148,7 @@ deleteStorageSync(path: string): void
从内存中移除指定文件对应的Storage单实例,并删除指定文件及其备份文件、损坏文件。删除指定文件时,应用不允许再使用该实例进行数据操作,否则会出现数据一致性问题。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -167,7 +167,7 @@ deleteStorage(path: string, callback: AsyncCallback<void>): void
从内存中移除指定文件对应的Storage单实例,并删除指定文件及其备份文件、损坏文件。删除指定文件时,应用不允许再使用该实例进行数据操作,否则会出现数据一致性问题,使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -193,7 +193,7 @@ deleteStorage(path: string): Promise<void>
从内存中移除指定文件对应的Storage单实例,并删除指定文件及其备份文件、损坏文件。删除指定文件时,应用不允许再使用该实例进行数据操作,否则会出现数据一致性问题,使用promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -222,7 +222,7 @@ removeStorageFromCacheSync(path: string): void
从内存中移除指定文件对应的Storage单实例。移除Storage单实例时,应用不允许再使用该实例进行数据操作,否则会出现数据一致性问题。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -241,7 +241,7 @@ removeStorageFromCache(path: string, callback: AsyncCallback<void>): void
从内存中移除指定文件对应的Storage单实例。移除Storage单实例时,应用不允许再使用该实例进行数据操作,否则会出现数据一致性问题。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -267,7 +267,7 @@ removeStorageFromCache(path: string): Promise<void>
从内存中移除指定文件对应的Storage单实例。移除Storage单实例时,应用不允许再使用该实例进行数据操作,否则会出现数据一致性问题。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -301,7 +301,7 @@ getSync(key: string, defValue: ValueType): ValueType
获取键对应的值,如果值为null或者非默认值类型,返回默认数据。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -327,7 +327,7 @@ get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>):
获取键对应的值,如果值为null或者非默认值类型,返回默认数据。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -354,7 +354,7 @@ get(key: string, defValue: ValueType): Promise<ValueType>
获取键对应的值,如果值为null或者非默认值类型,返默认数据。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
...
...
@@ -385,7 +385,7 @@ putSync(key: string, value: ValueType): void
首先获取指定文件对应的Storage实例,然后借助Storage API将数据写入Storage实例,通过flush或者flushSync将Storage实例持久化。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -405,7 +405,7 @@ put(key: string, value: ValueType, callback: AsyncCallback<void>): void
首先获取指定文件对应的Storage实例,然后借助Storage API将数据写入Storage实例,通过flush或者flushSync将Storage实例持久化。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -432,7 +432,7 @@ put(key: string, value: ValueType): Promise<void>
首先获取指定文件对应的Storage实例,然后借助Storage API将数据写入Storage实例,通过flush或者flushSync将Storage实例持久化。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -462,7 +462,7 @@ hasSync(key: string): boolean
检查存储对象是否包含名为给定key的存储。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -489,7 +489,7 @@ has(key: string, callback: AsyncCallback<boolean>): boolean
检查存储对象是否包含名为给定key的存储。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -522,7 +522,7 @@ has(key: string): Promise<boolean>
检查存储对象是否包含名为给定key的存储。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -553,7 +553,7 @@ deleteSync(key: string): void
从存储对象中删除名为给定key的存储。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -572,7 +572,7 @@ delete(key: string, callback: AsyncCallback<void>): void
从存储对象中删除名为给定key的存储。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -598,7 +598,7 @@ delete(key: string): Promise<void>
从存储对象删除名为给定key的存储。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -627,7 +627,7 @@ flushSync(): void
将当前storage对象中的修改保存到当前的storage,并同步存储到文件中。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**示例:**
```
js
...
...
@@ -641,7 +641,7 @@ flush(callback: AsyncCallback<void>): void
将当前storage对象中的修改保存到当前的storage,并异步存储到文件中。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -666,7 +666,7 @@ flush(): Promise<void>
将当前storage对象中的修改保存到当前的storage,并异步存储到文件中。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**返回值:**
| 类型 | 说明 |
...
...
@@ -690,7 +690,7 @@ clearSync(): void
清除此存储对象中的所有存储。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**示例:**
```
js
...
...
@@ -704,7 +704,7 @@ clear(callback: AsyncCallback<void>): void
清除此存储对象中的所有存储。使用callback方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -729,7 +729,7 @@ clear(): Promise<void>
清除此存储对象中的所有存储。使用Promise方式返回结果,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**返回值:**
| 类型 | 说明 |
...
...
@@ -753,7 +753,7 @@ on(type: 'change', callback: Callback<StorageObserver>): void
订阅数据变更者类需要实现StorageObserver接口,订阅的key的值发生变更后,在执行flush/flushSync方法后,callback方法会被回调。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 说明 |
...
...
@@ -778,7 +778,7 @@ off(type: 'change', callback: Callback<StorageObserver>): void
当不再进行订阅数据变更时,使用此接口取消订阅。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**参数:**
| 参数名 | 类型 | 说明 |
...
...
@@ -797,7 +797,7 @@ off(type: 'change', callback: Callback<StorageObserver>): void
## StorageObserver
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
以下各项对应的系统能力均为SystemCapability.DistributedDataManager.Preferences.Core
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
...
...
@@ -807,7 +807,7 @@ off(type: 'change', callback: Callback<StorageObserver>): void
用于表示允许的数据字段类型。
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
**系统能力:**
SystemCapability.DistributedDataManager.Preferences.Core
| 名称 | 说明 |
| ------- | -------------------- |
...
...
zh-cn/application-dev/reference/apis/js-apis-display.md
浏览文件 @
1f426317
...
...
@@ -14,7 +14,7 @@ import display from '@ohos.display';
用于表示显示设备的状态。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 默认值 | 说明 |
| -------- | -------- | -------- |
...
...
@@ -31,7 +31,7 @@ import display from '@ohos.display';
描述display对象的属性。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
...
...
@@ -56,7 +56,7 @@ getDefaultDisplay(callback: AsyncCallback<Display>): void
获取当前默认的display对象。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -82,7 +82,7 @@ getDefaultDisplay(): Promise<Display>
获取当前默认的display对象。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -107,7 +107,7 @@ getAllDisplay(callback: AsyncCallback<Array<Display>>): void
获取当前所有的display对象。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -133,7 +133,7 @@ getAllDisplay(): Promise<Array<Display>>
获取当前所有的display对象。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -158,7 +158,7 @@ on(type: 'add'|'remove'|'change', callback: Callback<number>): void
开启监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -182,7 +182,7 @@ off(type: 'add'|'remove'|'change', callback?: Callback<number>): void
关闭监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
zh-cn/application-dev/reference/apis/js-apis-distributed-data.md
浏览文件 @
1f426317
...
...
@@ -2,7 +2,7 @@
分布式数据管理为应用程序提供不同设备间数据库的分布式协同能力。通过调用分布式数据各个接口,应用程序可将数据保存到分布式数据库中,并可对分布式数据库中的数据进行增/删/改/查等各项操作。
>
![](../../public_sys-resources/icon-note.gif)
**说明:**
>**说明:**
>本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
...
...
@@ -19,7 +19,7 @@ createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>
创建一个KVManager对象实例,用于管理数据库对象,并通过callback方式返回,此方法为异步方法。
**系统能力:**
SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
SystemCapability.DistributedDataManager.KVStore.Core。
**参数:**
...
...
@@ -99,7 +99,7 @@ try {
提供KVManager实例的配置信息,包括调用方的包名和用户信息。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 参数名 | 参数类型 | 必填 | 说明 |
| ----- | ------ | ------ | ------ |
...
...
@@ -110,7 +110,7 @@ try {
用户信息。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 参数类型 | 必填 | 说明 |
| ----- | ------ | ------ | ------ |
...
...
@@ -122,7 +122,7 @@ try {
用户类型。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| ----- | ------ | ------ |
...
...
@@ -558,7 +558,7 @@ try {
用于提供创建数据库的配置信息。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 参数名 | 参数类型 | 必填 | 说明 |
| ----- | ------ | ---- | ----------------------- |
...
...
@@ -575,7 +575,7 @@ try {
用于指定创建的数据库类型。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| --- | ---- | ----------------------- |
...
...
@@ -588,7 +588,7 @@ try {
用于指定创建的数据库的安全级别。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| --- | ---- | ----------------------- |
...
...
@@ -604,7 +604,7 @@ try {
KVStore常量。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| --- | ---- | ----------------------- |
...
...
@@ -619,7 +619,7 @@ KVStore常量。
表示数据库模式,可以在创建或打开数据库时创建 Schema 对象并将它们放入 Options 中。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。
| 名称 | 类型 | 说明 |
| --- | ---- | ----------------------- |
...
...
@@ -640,7 +640,7 @@ constructor()
表示 Schema 实例的节点,提供定义存储在数据库中的值的方法。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。
| 名称 | 类型 | 说明 |
| --- | ---- | ----------------------- |
...
...
@@ -2861,7 +2861,7 @@ try {
描述订阅类型。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| ----- | ------ | ----------------------- |
...
...
@@ -2873,7 +2873,7 @@ try {
数据变更时通知的对象,包括数据插入的数据、更新的数据、删除的数据和设备ID。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 参数类型 |可读 |可写 | 说明 |
| ----- | ------- | -----| ------|------------------------ |
...
...
@@ -2886,7 +2886,7 @@ try {
存储在数据库中的键值对。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 参数类型 |可读 |可写 | 说明 |
| ----- | ------- | -----| ------|------------------------ |
...
...
@@ -2898,7 +2898,7 @@ try {
存储在数据库中的对象。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 参数类型 |可读 |可写 | 说明 |
| ----- | ------- | -----| ------|------------------------ |
...
...
@@ -2911,7 +2911,7 @@ try {
只能被内部应用使用。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| ----- | ------ | ----------------------- |
...
...
@@ -5124,7 +5124,7 @@ try {
用于指定同步模式。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.DistributedDataManager.KVStore.Core。
| 名称 | 默认值 | 说明 |
| ----- | ------ | ----------------------- |
...
...
zh-cn/application-dev/reference/apis/js-apis-screenshot.md
浏览文件 @
1f426317
...
...
@@ -13,7 +13,7 @@ import screenshot from '@ohos.screenshot';
设置截取图像的信息。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -27,7 +27,7 @@ import screenshot from '@ohos.screenshot';
表示截取图像的区域。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
| 参数名 | 类型 | 必填 | 说明 |
| ------ | ------ | ---- | ------------------------------------------------------------ |
...
...
@@ -41,7 +41,7 @@ import screenshot from '@ohos.screenshot';
表示截取图像的大小。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.WindowManager.WindowManager.Core。
| 参数名 | 类型 | 必填 | 说明 |
| ------ | ------ | ---- | ------------------------------------------------------------ |
...
...
@@ -54,7 +54,7 @@ save(options?: ScreenshotOptions, callback: AsyncCallback<image.PixelMap>)
获取屏幕截图。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**需要权限**
:ohos.permission.CAPTURE_SCREEN
...
...
@@ -94,7 +94,7 @@ save(options?: ScreenshotOptions): Promise<image.PixelMap>
获取屏幕截图。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**需要权限**
:ohos.permission.CAPTURE_SCREEN
...
...
zh-cn/application-dev/reference/apis/js-apis-system-storage.md
浏览文件 @
1f426317
zh-cn/application-dev/reference/apis/js-apis-usb.md
浏览文件 @
1f426317
zh-cn/application-dev/reference/apis/js-apis-webgl.md
浏览文件 @
1f426317
...
...
@@ -34,7 +34,7 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0);
## Type
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL。
**表1**
Type
...
...
@@ -62,7 +62,7 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0);
## Interface
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL。
**表2**
Interface
...
...
zh-cn/application-dev/reference/apis/js-apis-webgl2.md
浏览文件 @
1f426317
...
...
@@ -34,7 +34,7 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0);
## Type
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL2。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL2。
**表1**
Type
...
...
@@ -48,7 +48,7 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0);
## Interface
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL2。
**系统能力:**
以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL2。
**表2**
Interface
...
...
zh-cn/application-dev/reference/apis/js-apis-window.md
浏览文件 @
1f426317
...
...
@@ -15,7 +15,7 @@ import window from '@ohos.window';
窗口类型。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 默认值 | 说明 |
| ----------------- | ------ | ------------------ |
...
...
@@ -26,7 +26,7 @@ import window from '@ohos.window';
窗口内容需要规避区域的类型。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 默认值 | 说明 |
| ----------- | ------ | ------------------ |
...
...
@@ -39,7 +39,7 @@ import window from '@ohos.window';
此接口为系统接口,三方应用不支持调用。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 默认值 | 说明 |
| ---------- | ------ | ----------------------------- |
...
...
@@ -53,7 +53,7 @@ import window from '@ohos.window';
状态栏导航栏的属性。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------------------------------------- | -------- | ---- | ---- | ------------------------------------------------------------ |
...
...
@@ -70,7 +70,7 @@ import window from '@ohos.window';
此接口为系统接口,三方应用不支持调用。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| --------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
...
...
@@ -86,7 +86,7 @@ import window from '@ohos.window';
此接口为系统接口,三方应用不支持调用。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ---------- | --------------------------------------------------- | ---- | ---- | -------------------------- |
...
...
@@ -97,7 +97,7 @@ import window from '@ohos.window';
窗口矩形区域。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ------ | -------- | ---- | ---- | ------------------ |
...
...
@@ -110,7 +110,7 @@ import window from '@ohos.window';
表示窗口内容规避区域。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ---------- | ------------- | ---- | ---- | ------------------ |
...
...
@@ -123,7 +123,7 @@ import window from '@ohos.window';
窗口大小。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ------ | -------- | ---- | ---- | ---------- |
...
...
@@ -134,7 +134,7 @@ import window from '@ohos.window';
窗口属性。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ------------------------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
...
...
@@ -155,7 +155,7 @@ import window from '@ohos.window';
色域模式。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core。
| 名称 | 默认值 | 说明 |
| ---------- | ------ | -------------- |
...
...
@@ -170,7 +170,7 @@ create(id: string, type: WindowType, callback: AsyncCallback<Window>): voi
从API version 8开始,此接口废弃,推荐使用
[
window.create<sup>8+</sup>
](
#windowcreate8
)
接口。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -203,7 +203,7 @@ create(id: string, type: WindowType): Promise<Window>
从API version 8开始,此接口废弃,推荐使用
[
window.create<sup>8+</sup>
](
#windowcreate8
)
接口。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -239,7 +239,7 @@ create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback<Wi
从API version 9开始,当Context为
[
ServiceExtensionContext
](
js-apis-service-extension-context.md
)
时,创建系统窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -273,7 +273,7 @@ create(ctx: Context, id: string, type: WindowType): Promise<Window>
从API version 9开始,当Context为
[
ServiceExtensionContext
](
js-apis-service-extension-context.md
)
时,创建系统窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -308,7 +308,7 @@ find(id: string, callback: AsyncCallback<Window>): void
查找id所对应的窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -337,7 +337,7 @@ find(id: string): Promise<Window>
查找id所对应的窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -372,7 +372,7 @@ getTopWindow(callback: AsyncCallback<Window>): void
从API version 8开始,此接口废弃,推荐使用
[
window.getTopWindow<sup>8+</sup>
](
#windowgettopwindow8
)
接口。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -402,7 +402,7 @@ getTopWindow(): Promise<Window>
从API version 8开始,此接口废弃,推荐使用
[
window.getTopWindow<sup>8+</sup>
](
#windowgettopwindow8
)
接口。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -429,7 +429,7 @@ getTopWindow(ctx: Context, callback: AsyncCallback<Window>): void
获取当前应用内最后显示的窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -458,7 +458,7 @@ getTopWindow(ctx: Context): Promise<Window>
获取当前应用内最后显示的窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -493,7 +493,7 @@ on(type: 'systemBarTintChange', callback: Callback<SystemBarTintState>): v
此接口为系统接口,三方应用不支持调用。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -519,7 +519,7 @@ off(type: 'systemBarTintChange', callback?: Callback<SystemBarTintState >)
此接口为系统接口,三方应用不支持调用。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -547,7 +547,7 @@ hide (callback: AsyncCallback<void>): void
此接口为系统接口,三方应用不支持调用。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -575,7 +575,7 @@ hide(): Promise<void>
此接口为系统接口,三方应用不支持调用。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -600,7 +600,7 @@ show(callback: AsyncCallback<void>): void
显示当前窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -626,7 +626,7 @@ show(): Promise<void>
显示当前窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -651,7 +651,7 @@ destroy(callback: AsyncCallback<void>): void
销毁当前窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -677,7 +677,7 @@ destroy(): Promise<void>
销毁当前窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -702,7 +702,7 @@ moveTo(x: number, y: number, callback: AsyncCallback<void>): void
移动窗口位置,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -731,7 +731,7 @@ moveTo(x: number, y: number): Promise<void>
移动窗口位置,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -763,7 +763,7 @@ resetSize(width: number, height: number, callback: AsyncCallback<void>): v
改变当前窗口大小,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -791,7 +791,7 @@ resetSize(width: number, height: number): Promise<void>
改变当前窗口大小,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -825,7 +825,7 @@ setWindowType(type: WindowType, callback: AsyncCallback<void>): void
此接口为系统接口,三方应用不支持调用。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -855,7 +855,7 @@ setWindowType(type: WindowType): Promise<void>
此接口为系统接口,三方应用不支持调用。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -887,7 +887,7 @@ getProperties(callback: AsyncCallback<WindowProperties>): void
获取当前窗口的属性,使用callback方式作为异步方法返回WindowProperties。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -913,7 +913,7 @@ getProperties(): Promise<WindowProperties>
获取当前窗口的属性,使用promise方式作为异步方法返回WindowProperties。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -938,7 +938,7 @@ getAvoidArea(type: AvoidAreaType, callback: AsyncCallback<AvoidArea>): voi
获取窗口内容规避的区域,如系统的系统栏区域、凹凸区域。使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -966,7 +966,7 @@ getAvoidArea(type: AvoidAreaType): Promise<AvoidArea>
获取窗口内容规避的区域,如系统的系统栏区域、凹凸区域。使用promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -997,7 +997,7 @@ setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): void
设置是否为全屏状态,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1025,7 +1025,7 @@ setFullScreen(isFullScreen: boolean): Promise<void>
设置是否为全屏状态,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1057,7 +1057,7 @@ setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback<void
设置窗口的布局是否为全屏显示状态,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1085,7 +1085,7 @@ setLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void>
设置窗口的布局是否为全屏显示状态,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1117,7 +1117,7 @@ setSystemBarEnable(names: Array<'status' | 'navigation'>, callback: AsyncCallbac
设置导航栏、状态栏的可见模式,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1145,7 +1145,7 @@ setSystemBarEnable(names: Array<'status' | 'navigation'>): Promise<void>
设置导航栏、状态栏的可见模式,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1177,7 +1177,7 @@ setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: Async
设置窗口内导航栏、状态栏的属性,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1214,7 +1214,7 @@ setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<voi
设置窗口内导航栏、状态栏的属性,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1255,7 +1255,7 @@ loadContent(path: string, callback: AsyncCallback<void>): void
当前窗口加载具体页面内容,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1282,7 +1282,7 @@ loadContent(path: string): Promise<void>
当前窗口加载具体页面内容,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1313,7 +1313,7 @@ isShowing(callback: AsyncCallback<boolean>): void
判断当前窗口是否已显示,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1339,7 +1339,7 @@ isShowing(): Promise<boolean>
判断当前窗口是否已显示,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -1364,7 +1364,7 @@ on(type: 'windowSizeChange', callback: Callback<Size>): void
开启监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1388,7 +1388,7 @@ off(type: 'windowSizeChange', callback?: Callback<Size >): void
关闭监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1410,7 +1410,7 @@ on(type: 'systemAvoidAreaChange', callback: Callback<AvoidArea>): void
开启监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1434,7 +1434,7 @@ off(type: 'systemAvoidAreaChange', callback?: Callback<AvoidArea>): void
关闭监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1458,7 +1458,7 @@ on(type: 'keyboardHeightChange', callback: Callback<number>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1484,7 +1484,7 @@ off(type: 'keyboardHeightChange', callback?: Callback<number>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1506,7 +1506,7 @@ isSupportWideGamut(callback: AsyncCallback<boolean>): void
判断当前窗口是否支持广色域模式,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1532,7 +1532,7 @@ isSupportWideGamut(): Promise<boolean>
判断当前窗口是否支持广色域模式,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -1557,7 +1557,7 @@ setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback<void>): void
设置当前窗口为广色域模式或默认色域模式,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1584,7 +1584,7 @@ setColorSpace(colorSpace:ColorSpace): Promise<void>
设置当前窗口为广色域模式或默认色域模式,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1615,7 +1615,7 @@ getColorSpace(callback: AsyncCallback<ColorSpace>): void
获取当前窗口色域模式,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1641,7 +1641,7 @@ getColorSpace(): Promise<ColorSpace>
获取当前窗口色域模式,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -1668,7 +1668,7 @@ setBackgroundColor(color: string, callback: AsyncCallback<void>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1698,7 +1698,7 @@ setBackgroundColor(color: string): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1732,7 +1732,7 @@ setBrightness(brightness: number, callback: AsyncCallback<void>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1762,7 +1762,7 @@ setBrightness(brightness: number): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1796,7 +1796,7 @@ setDimBehind(dimBehindValue: number, callback: AsyncCallback<void>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1825,7 +1825,7 @@ setDimBehind(dimBehindValue: number): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1858,7 +1858,7 @@ setFocusable(isFocusable: boolean, callback: AsyncCallback<void>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1888,7 +1888,7 @@ setFocusable(isFocusable: boolean): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1922,7 +1922,7 @@ setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): v
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1952,7 +1952,7 @@ setKeepScreenOn(isKeepScreenOn: boolean): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -1986,7 +1986,7 @@ setOutsideTouchable(touchable: boolean, callback: AsyncCallback<void>): vo
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2015,7 +2015,7 @@ setOutsideTouchable(touchable: boolean): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2048,7 +2048,7 @@ setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): voi
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2079,7 +2079,7 @@ setPrivacyMode(isPrivacyMode: boolean): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2113,7 +2113,7 @@ setTouchable(isTouchable: boolean, callback: AsyncCallback<void>): void
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2144,7 +2144,7 @@ setTouchable(isTouchable: boolean): Promise<void>
本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2174,7 +2174,7 @@ setTouchable(isTouchable: boolean): Promise<void>
WindowStage生命周期。
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
以下各项对应的系统能力均为SystemCapability.WindowManager.WindowManager.Core
| 名称 | 默认值 | 说明 |
| ---------- | ------ | -------- |
...
...
@@ -2193,7 +2193,7 @@ getMainWindow(): Promise<Window>
获取该WindowStage实例下的主窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -2225,7 +2225,7 @@ getMainWindow(callback: AsyncCallback<Window>): void
获取该WindowStage实例下的主窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2258,7 +2258,7 @@ createSubWindow(name: string): Promise<Window>
创建该WindowStage实例下的子窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2296,7 +2296,7 @@ createSubWindow(name: string, callback: AsyncCallback<Window>): void
创建该WindowStage实例下的子窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2331,7 +2331,7 @@ getSubWindow(): Promise<Array<Window>>
获取该WindowStage实例下的所有子窗口,使用Promise方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**返回值:**
...
...
@@ -2363,7 +2363,7 @@ getSubWindow(callback: AsyncCallback<Array<Window>>): void
获取该WindowStage实例下的所有子窗口,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2396,7 +2396,7 @@ loadContent(path: string, callback: AsyncCallback<void>): void
为当前WindowStage的主窗口加载具体页面内容,使用callback方式作为异步方法。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Coretype为'windowSizeChange'
**系统能力:**
SystemCapability.WindowManager.WindowManager.Coretype为'windowSizeChange'
**参数:**
...
...
@@ -2428,7 +2428,7 @@ on(eventType: 'windowStageEvent', callback: Callback<WindowStageEventType>
开启WindowStage生命周期变化的监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
@@ -2457,7 +2457,7 @@ off(eventType: 'windowStageEvent', callback?: Callback<WindowStageEventType&g
关闭WindowStage生命周期变化的监听。
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**参数:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录