提交 aa045e6b 编写于 作者: Z zengyawen

update docs

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 879b9926
......@@ -101,9 +101,9 @@ addAccount(name: string, extraInfo?: string): Promise&lt;void&gt;
**返回值:**
| 类型 | 说明 |
| ------------------- | ---------------------------------- |
| Promise&lt;void&gt; | romise实例,用于获取异步返回结果。 |
| 类型 | 说明 |
| ------------------- | ----------------------------------- |
| Promise&lt;void&gt; | Promise实例,用于获取异步返回结果。 |
**示例:**
......
......@@ -483,7 +483,7 @@ removeOsAccount(localId: number): Promise&lt;void&gt;
setOsAccountConstraints(localId: number, constraints: Array&lt;string&gt;, enable: boolean,callback: AsyncCallback&lt;void&gt;): void
为指定系统帐号设置/删除约束返回结果。
为指定系统帐号设置/删除约束,使用callback回调异步返回结果。
此接口为系统接口,三方应用不支持调用。
......@@ -514,7 +514,7 @@ setOsAccountConstraints(localId: number, constraints: Array&lt;string&gt;, enabl
setOsAccountConstraints(localId: number, constraints: Array&lt;string&gt;, enable: boolean): Promise&lt;void&gt;
为指定系统帐号设置/删除约束回结果。
为指定系统帐号设置/删除约束,使用Promise方式异步返回结果。
此接口为系统接口,三方应用不支持调用。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册