Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
d333ea4b
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看板
未验证
提交
d333ea4b
编写于
11月 28, 2022
作者:
O
openharmony_ci
提交者:
Gitee
11月 28, 2022
浏览文件
操作
浏览文件
下载
差异文件
!11904 包管理API整改资料修改
Merge pull request !11904 from junyi233/myfeature
上级
0008a866
17efbee2
变更
11
显示空白变更内容
内联
并排
Showing
11 changed file
with
103 addition
and
121 deletion
+103
-121
zh-cn/application-dev/reference/apis/js-apis-Bundle-distributedBundle.md
...on-dev/reference/apis/js-apis-Bundle-distributedBundle.md
+4
-4
zh-cn/application-dev/reference/apis/js-apis-Bundle.md
zh-cn/application-dev/reference/apis/js-apis-Bundle.md
+27
-27
zh-cn/application-dev/reference/apis/js-apis-appControl.md
zh-cn/application-dev/reference/apis/js-apis-appControl.md
+6
-6
zh-cn/application-dev/reference/apis/js-apis-bundle-BundleInstaller.md
...tion-dev/reference/apis/js-apis-bundle-BundleInstaller.md
+3
-3
zh-cn/application-dev/reference/apis/js-apis-bundleManager.md
...n/application-dev/reference/apis/js-apis-bundleManager.md
+14
-10
zh-cn/application-dev/reference/apis/js-apis-defaultAppManager.md
...plication-dev/reference/apis/js-apis-defaultAppManager.md
+12
-12
zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md
zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md
+0
-22
zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md
...plication-dev/reference/apis/js-apis-distributedBundle.md
+8
-8
zh-cn/application-dev/reference/apis/js-apis-installer.md
zh-cn/application-dev/reference/apis/js-apis-installer.md
+14
-14
zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md
...ation-dev/reference/apis/js-apis-launcherBundleManager.md
+6
-6
zh-cn/application-dev/reference/apis/js-apis-zlib.md
zh-cn/application-dev/reference/apis/js-apis-zlib.md
+9
-9
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-Bundle-distributedBundle.md
浏览文件 @
d333ea4b
...
@@ -46,7 +46,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -46,7 +46,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| ----------- | ------------------------------------------------------------ | ---- | -------------------------------------------------- |
| ----------- | ------------------------------------------------------------ | ---- | -------------------------------------------------- |
| elementName |
[
ElementName
](
js-apis-bundle-ElementName.md
)
| 是 | 获得的ElementName信息。 |
| elementName |
[
ElementName
](
js-apis-bundle-ElementName.md
)
| 是 | 获得的ElementName信息。 |
| callback | AsyncCallback
<
[
RemoteAbilityInfo
](
js-apis-bundle-remoteAbilityInfo.md
)
>
| 是 | 程序启动作为入参的回调函数,返回远程基本能力信息。 |
| callback | AsyncCallback
<
[
RemoteAbilityInfo
](
js-apis-bundle-remoteAbilityInfo.md
)
>
| 是 | 程序启动作为入参的回调函数,返回远程基本能力信息。 |
...
@@ -75,7 +75,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -75,7 +75,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| ----------- | -------------------------------------------- | ---- | ----------------------- |
| ----------- | -------------------------------------------- | ---- | ----------------------- |
| elementName |
[
ElementName
](
js-apis-bundle-ElementName.md
)
| 是 | 获得的ElementName信息。 |
| elementName |
[
ElementName
](
js-apis-bundle-ElementName.md
)
| 是 | 获得的ElementName信息。 |
...
@@ -107,7 +107,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -107,7 +107,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| ------------ | ------------------------------------------------------------ | ---- | -------------------------------------------------- |
| ------------ | ------------------------------------------------------------ | ---- | -------------------------------------------------- |
| elementNames | Array
<
[
ElementName
](
js-apis-bundle-ElementName.md
)
>
| 是 | ElementName信息,最大数组长度为10 |
| elementNames | Array
<
[
ElementName
](
js-apis-bundle-ElementName.md
)
>
| 是 | ElementName信息,最大数组长度为10 |
| callback | AsyncCallback
<
Array
<[
RemoteAbilityInfo
](
js-apis-bundle-remoteAbilityInfo.md
)
>
> | 是 | 程序启动作为入参的回调函数,返回远程基本能力信息。 |
| callback | AsyncCallback
<
Array
<[
RemoteAbilityInfo
](
js-apis-bundle-remoteAbilityInfo.md
)
>
> | 是 | 程序启动作为入参的回调函数,返回远程基本能力信息。 |
...
@@ -136,7 +136,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -136,7 +136,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| ------------ | --------------------------------------------------- | ---- | ----------------------- |
| ------------ | --------------------------------------------------- | ---- | ----------------------- |
| elementNames | Array
<
[
ElementName
](
js-apis-bundle-ElementName.md
)
>
| 是 | ElementName信息,最大数组长度为10。 |
| elementNames | Array
<
[
ElementName
](
js-apis-bundle-ElementName.md
)
>
| 是 | ElementName信息,最大数组长度为10。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-Bundle.md
浏览文件 @
d333ea4b
...
@@ -446,7 +446,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -446,7 +446,7 @@ SystemCapability.BundleManager.BundleFramework
| -------- | ------------------------------------------------------------ | ---- | ---------------- |
| -------- | ------------------------------------------------------------ | ---- | ---------------- |
| callback | AsyncCallback
<
[
BundleInstaller
](
js-apis-bundle-BundleInstaller.md
)
>
| 是 | 安装应用程序包。 |
| callback | AsyncCallback
<
[
BundleInstaller
](
js-apis-bundle-BundleInstaller.md
)
>
| 是 | 安装应用程序包。 |
## bundle.cleanBundleCacheFiles<sup>deprecated<sup>
## bundle.cleanBundleCacheFiles<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.cleanBundleCacheFiles](js-apis-bundleManager.md#bundlemanagercleanbundlecachefiles)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.cleanBundleCacheFiles](js-apis-bundleManager.md#bundlemanagercleanbundlecachefiles)替代。
...
@@ -473,7 +473,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -473,7 +473,7 @@ SystemCapability.BundleManager.BundleFramework
| bundleName | string | 是 | 指示要清除其缓存数据的应用程序包名称. |
| bundleName | string | 是 | 指示要清除其缓存数据的应用程序包名称. |
| callback | AsyncCallback
\<
void> | 是 | 为返回操作结果而调用的回调。 |
| callback | AsyncCallback
\<
void> | 是 | 为返回操作结果而调用的回调。 |
## bundle.cleanBundleCacheFiles<sup>deprecated<sup>
## bundle.cleanBundleCacheFiles<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.cleanBundleCacheFiles](js-apis-bundleManager.md#bundlemanagercleanbundlecachefiles)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.cleanBundleCacheFiles](js-apis-bundleManager.md#bundlemanagercleanbundlecachefiles)替代。
...
@@ -505,7 +505,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -505,7 +505,7 @@ SystemCapability.BundleManager.BundleFramework
| ------------- | ------------------------------------ |
| ------------- | ------------------------------------ |
| Promise
\<
void> | 返回值为Promise对象,Promise中为空。 |
| Promise
\<
void> | 返回值为Promise对象,Promise中为空。 |
## bundle.setApplicationEnabled<sup>deprecated<sup>
## bundle.setApplicationEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.setApplicationEnabled](js-apis-bundleManager.md#bundlemanagersetapplicationenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.setApplicationEnabled](js-apis-bundleManager.md#bundlemanagersetapplicationenabled)替代。
...
@@ -533,7 +533,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -533,7 +533,7 @@ SystemCapability.BundleManager.BundleFramework
| isEnable | boolean | 是 | 指定是否启用应用程序。true表示启用,false禁用。 |
| isEnable | boolean | 是 | 指定是否启用应用程序。true表示启用,false禁用。 |
| callback | AsyncCallback
\<
void> | 是 | 为返回操作结果而调用的回调。 |
| callback | AsyncCallback
\<
void> | 是 | 为返回操作结果而调用的回调。 |
## bundle.setApplicationEnabled<sup>deprecated<sup>
## bundle.setApplicationEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.setApplicationEnabled](js-apis-bundleManager.md#bundlemanagersetapplicationenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.setApplicationEnabled](js-apis-bundleManager.md#bundlemanagersetapplicationenabled)替代。
...
@@ -566,7 +566,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -566,7 +566,7 @@ SystemCapability.BundleManager.BundleFramework
| ------------- | ------------------------------------ |
| ------------- | ------------------------------------ |
| Promise
\<
void> | 返回值为Promise对象,Promise中为空。 |
| Promise
\<
void> | 返回值为Promise对象,Promise中为空。 |
## bundle.setAbilityEnabled<sup>deprecated<sup>
## bundle.setAbilityEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.setAbilityEnabled](js-apis-bundleManager.md#bundlemanagersetabilityenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.setAbilityEnabled](js-apis-bundleManager.md#bundlemanagersetabilityenabled)替代。
...
@@ -594,7 +594,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -594,7 +594,7 @@ SystemCapability.BundleManager.BundleFramework
| isEnable | boolean | 是 | 指定是否启用应用程序。true表示启用,false禁用。 |
| isEnable | boolean | 是 | 指定是否启用应用程序。true表示启用,false禁用。 |
| callback | AsyncCallback
\<
void> | 是 | 为返回操作结果而调用的回调。 |
| callback | AsyncCallback
\<
void> | 是 | 为返回操作结果而调用的回调。 |
## bundle.setAbilityEnabled<sup>deprecated<sup>
## bundle.setAbilityEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.setAbilityEnabled](js-apis-bundleManager.md#bundlemanagersetabilityenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.setAbilityEnabled](js-apis-bundleManager.md#bundlemanagersetabilityenabled)替代。
...
@@ -627,7 +627,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -627,7 +627,7 @@ SystemCapability.BundleManager.BundleFramework
| ------------- | ------------------------------------ |
| ------------- | ------------------------------------ |
| Promise
\<
void> | 返回值为Promise对象,Promise中为空。 |
| Promise
\<
void> | 返回值为Promise对象,Promise中为空。 |
## bundle.getPermissionDef<sup>deprecated<sup>
## bundle.getPermissionDef<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getPermissionDef](js-apis-bundleManager.md#bundlemanagergetpermissiondef)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getPermissionDef](js-apis-bundleManager.md#bundlemanagergetpermissiondef)替代。
...
@@ -654,7 +654,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -654,7 +654,7 @@ SystemCapability.BundleManager.BundleFramework
| permissionName | string | 是 | 指定权限的名称。 |
| permissionName | string | 是 | 指定权限的名称。 |
| callback | AsyncCallback
<
[
PermissionDef
](
js-apis-bundle-PermissionDef
)
>
| 是 | 程序启动作为入参的回调函数,返回定义的权限信息。 |
| callback | AsyncCallback
<
[
PermissionDef
](
js-apis-bundle-PermissionDef
)
>
| 是 | 程序启动作为入参的回调函数,返回定义的权限信息。 |
## bundle.getPermissionDef<sup>deprecated<sup>
## bundle.getPermissionDef<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getPermissionDef](js-apis-bundleManager.md#bundlemanagergetpermissiondef)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getPermissionDef](js-apis-bundleManager.md#bundlemanagergetpermissiondef)替代。
...
@@ -708,7 +708,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -708,7 +708,7 @@ SystemCapability.BundleManager.BundleFramework
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ----------- | ------ | ---- | ------------------------------------------------------------ |
| ----------- | ------ | ---- | ------------------------------------------------------------ |
| bundleFlags | number | 是 | 用于指定返回的应用信息对象中包含信息的标记。默认值:0,取值范围:参考
[
BundleFlag说明
](
#bundleflag
)
中应用信息相关flag |
| bundleFlags | number | 是 | 用于指定返回的应用信息对象中包含信息的标记。默认值:0,取值范围:参考
[
BundleFlag说明
](
#bundleflag
)
中应用信息相关flag |
| userId | number |
否
| 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
| userId | number |
是
| 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
**返回值:**
**返回值:**
...
@@ -750,7 +750,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -750,7 +750,7 @@ SystemCapability.BundleManager.BundleFramework
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ----------- | ------------------------------------------------------------ | ---- | ------------------------------------------------------------ |
| ----------- | ------------------------------------------------------------ | ---- | ------------------------------------------------------------ |
| bundleFlags | number | 是 | 用于指定返回的应用信息对象中包含信息的标记。默认值:0,取值范围:参考
[
BundleFlag说明
](
#bundleflag
)
中应用信息相关flag |
| bundleFlags | number | 是 | 用于指定返回的应用信息对象中包含信息的标记。默认值:0,取值范围:参考
[
BundleFlag说明
](
#bundleflag
)
中应用信息相关flag |
| userId | number |
否
| 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
| userId | number |
是
| 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
| callback | AsyncCallback
<Array
\<[
ApplicationInfo
](
js-apis-bundle-ApplicationInfo.md
)
>
> | 是 | 程序启动作为入参的回调函数,返回应用信息列表。 |
| callback | AsyncCallback
<Array
\<[
ApplicationInfo
](
js-apis-bundle-ApplicationInfo.md
)
>
> | 是 | 程序启动作为入参的回调函数,返回应用信息列表。 |
**示例:**
**示例:**
...
@@ -956,7 +956,7 @@ bundle.getAbilityInfo(bundleName, abilityName, (err, data) => {
...
@@ -956,7 +956,7 @@ bundle.getAbilityInfo(bundleName, abilityName, (err, data) => {
})
})
```
```
## bundle.getAbilityLabel<sup>deprecated<sup>
## bundle.getAbilityLabel<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityLabel](js-apis-bundleManager.md#bundlemanagergetabilitylabel)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityLabel](js-apis-bundleManager.md#bundlemanagergetabilitylabel)替代。
...
@@ -998,7 +998,7 @@ bundle.getAbilityLabel(bundleName, abilityName)
...
@@ -998,7 +998,7 @@ bundle.getAbilityLabel(bundleName, abilityName)
})
})
```
```
## bundle.getAbilityLabel<sup>deprecated<sup>
## bundle.getAbilityLabel<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityLabel](js-apis-bundleManager.md#bundlemanagergetabilitylabel)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityLabel](js-apis-bundleManager.md#bundlemanagergetabilitylabel)替代。
...
@@ -1036,7 +1036,7 @@ bundle.getAbilityLabel(bundleName, abilityName, (err, data) => {
...
@@ -1036,7 +1036,7 @@ bundle.getAbilityLabel(bundleName, abilityName, (err, data) => {
})
})
```
```
## bundle.isAbilityEnabled<sup>deprecated<sup>
## bundle.isAbilityEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.isAbilityEnabled](js-apis-bundleManager.md#bundlemanagerisabilityenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.isAbilityEnabled](js-apis-bundleManager.md#bundlemanagerisabilityenabled)替代。
...
@@ -1074,7 +1074,7 @@ bundle.getAbilityInfo(bundleName, abilityName).then((abilityInfo)=>{
...
@@ -1074,7 +1074,7 @@ bundle.getAbilityInfo(bundleName, abilityName).then((abilityInfo)=>{
})
})
```
```
## bundle.isAbilityEnabled<sup>deprecated<sup>
## bundle.isAbilityEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.isAbilityEnabled](js-apis-bundleManager.md#bundlemanagerisabilityenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.isAbilityEnabled](js-apis-bundleManager.md#bundlemanagerisabilityenabled)替代。
...
@@ -1109,7 +1109,7 @@ bundle.getAbilityInfo(bundleName, abilityName).then((abilityInfo)=>{
...
@@ -1109,7 +1109,7 @@ bundle.getAbilityInfo(bundleName, abilityName).then((abilityInfo)=>{
})
})
```
```
## bundle.isApplicationEnabled<sup>deprecated<sup>
## bundle.isApplicationEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.isApplicationEnabled](js-apis-bundleManager.md#bundlemanagerisapplicationenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.isApplicationEnabled](js-apis-bundleManager.md#bundlemanagerisapplicationenabled)替代。
...
@@ -1145,7 +1145,7 @@ bundle.isApplicationEnabled(bundleName)
...
@@ -1145,7 +1145,7 @@ bundle.isApplicationEnabled(bundleName)
})
})
```
```
## bundle.isApplicationEnabled<sup>deprecated<sup>
## bundle.isApplicationEnabled<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.isApplicationEnabled](js-apis-bundleManager.md#bundlemanagerisapplicationenabled)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.isApplicationEnabled](js-apis-bundleManager.md#bundlemanagerisapplicationenabled)替代。
...
@@ -1388,7 +1388,7 @@ bundle.getLaunchWantForBundle(bundleName, (err, data) => {
...
@@ -1388,7 +1388,7 @@ bundle.getLaunchWantForBundle(bundleName, (err, data) => {
```
```
## bundle.getNameForUid<sup>deprecated<sup>
## bundle.getNameForUid<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getBundleNameByUid](js-apis-bundleManager.md#bundlemanagergetbundlenamebyuid)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getBundleNameByUid](js-apis-bundleManager.md#bundlemanagergetbundlenamebyuid)替代。
...
@@ -1423,7 +1423,7 @@ bundle.getNameForUid(uid)
...
@@ -1423,7 +1423,7 @@ bundle.getNameForUid(uid)
})
})
```
```
## bundle.getNameForUid<sup>deprecated<sup>
## bundle.getNameForUid<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getBundleNameByUid](js-apis-bundleManager.md#bundlemanagergetbundlenamebyuid)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getBundleNameByUid](js-apis-bundleManager.md#bundlemanagergetbundlenamebyuid)替代。
...
@@ -1456,7 +1456,7 @@ bundle.getNameForUid(uid, (err, data) => {
...
@@ -1456,7 +1456,7 @@ bundle.getNameForUid(uid, (err, data) => {
```
```
## bundle.getAbilityIcon<sup>deprecated<sup>
## bundle.getAbilityIcon<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityIcon](js-apis-bundleManager.md#bundlemanagergetabilityicon)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityIcon](js-apis-bundleManager.md#bundlemanagergetabilityicon)替代。
...
@@ -1497,7 +1497,7 @@ bundle.getAbilityIcon(bundleName, abilityName)
...
@@ -1497,7 +1497,7 @@ bundle.getAbilityIcon(bundleName, abilityName)
})
})
```
```
## bundle.getAbilityIcon<sup>deprecated<sup>
## bundle.getAbilityIcon<sup>
8+</sup> <sup>
deprecated<sup>
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityIcon](js-apis-bundleManager.md#bundlemanagergetabilityicon)替代。
> 从API version 9开始不再维护,建议使用[bundleManager.getAbilityIcon](js-apis-bundleManager.md#bundlemanagergetabilityicon)替代。
...
@@ -1593,7 +1593,7 @@ bundle.getAbilityIcon(bundleName, abilityName, (err, data) => {
...
@@ -1593,7 +1593,7 @@ bundle.getAbilityIcon(bundleName, abilityName, (err, data) => {
**系统能力:**
SystemCapability.BundleManager.BundleFramework
**系统能力:**
SystemCapability.BundleManager.BundleFramework
|
参数名
| 类型 | 可读 | 可写 | 说明 |
|
名称
| 类型 | 可读 | 可写 | 说明 |
| ------ | ------ | ---- | ---- | ----------------------------------------------------- |
| ------ | ------ | ---- | ---- | ----------------------------------------------------- |
| userId | number | 是 | 是 | 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
| userId | number | 是 | 是 | 用户ID。默认值:调用方所在用户,取值范围:大于等于0。 |
...
@@ -1605,7 +1605,7 @@ Ability类型
...
@@ -1605,7 +1605,7 @@ Ability类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
|
参数名 | 类型
| 说明 |
|
名称 | 值
| 说明 |
| ------- | ---- | --------------------------- |
| ------- | ---- | --------------------------- |
| UNKNOWN | 无 | 未知Ability类型 |
| UNKNOWN | 无 | 未知Ability类型 |
| PAGE | 无 | 表示基于Page模板开发的FA,用于提供与用户交互的能力 |
| PAGE | 无 | 表示基于Page模板开发的FA,用于提供与用户交互的能力 |
...
@@ -1620,7 +1620,7 @@ Ability类型
...
@@ -1620,7 +1620,7 @@ Ability类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
|
参数名 | 类型
| 说明 |
|
名称 | 值
| 说明 |
| ------------- | ---- | ------------------------ |
| ------------- | ---- | ------------------------ |
| UNSPECIFIED | 无 | 屏幕方向--不指定 |
| UNSPECIFIED | 无 | 屏幕方向--不指定 |
| LANDSCAPE | 无 | 屏幕方向--横屏 |
| LANDSCAPE | 无 | 屏幕方向--横屏 |
...
@@ -1634,7 +1634,7 @@ Ability类型
...
@@ -1634,7 +1634,7 @@ Ability类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
|
参数名 | 类型
| 说明 |
|
名称 | 值
| 说明 |
| --------- | ---- | ------------------- |
| --------- | ---- | ------------------- |
| SINGLETON | 0 | Ability只有一个实例 |
| SINGLETON | 0 | Ability只有一个实例 |
| STANDARD | 1 | Ability有多个实例 |
| STANDARD | 1 | Ability有多个实例 |
...
@@ -1646,7 +1646,7 @@ Ability的子类型
...
@@ -1646,7 +1646,7 @@ Ability的子类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
|
参数名 | 类型
| 说明 |
|
名称 | 值
| 说明 |
| ----------- | ---- | ----------------------------- |
| ----------- | ---- | ----------------------------- |
| UNSPECIFIED | 0 | 未定义Ability子类型 |
| UNSPECIFIED | 0 | 未定义Ability子类型 |
| CA | 1 | Ability子类型是带有 UI 的服务 |
| CA | 1 | Ability子类型是带有 UI 的服务 |
...
@@ -1658,7 +1658,7 @@ Ability的子类型
...
@@ -1658,7 +1658,7 @@ Ability的子类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
|
参数名 | 类型
| 说明 |
|
名称 | 值
| 说明 |
| ---------- | ---- | -------- |
| ---------- | ---- | -------- |
| AUTO_MODE | -1 | 自动模式 |
| AUTO_MODE | -1 | 自动模式 |
| DARK_MODE | 0 | 黑色模式 |
| DARK_MODE | 0 | 黑色模式 |
...
@@ -1673,7 +1673,7 @@ Ability的子类型
...
@@ -1673,7 +1673,7 @@ Ability的子类型
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
**系统能力:**
以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework
|
参数名 | 类型
| 说明 |
|
名称 | 值
| 说明 |
| ------------------ | ---- | ------------ |
| ------------------ | ---- | ------------ |
| PERMISSION_DENIED | -1 | 拒绝授予权限 |
| PERMISSION_DENIED | -1 | 拒绝授予权限 |
| PERMISSION_GRANTED | 0 | 授予权限 |
| PERMISSION_GRANTED | 0 | 授予权限 |
\ No newline at end of file
zh-cn/application-dev/reference/apis/js-apis-appControl.md
浏览文件 @
d333ea4b
...
@@ -39,7 +39,7 @@ setDisposedStatus(appId: string, disposedWant: Want): Promise\<void>
...
@@ -39,7 +39,7 @@ setDisposedStatus(appId: string, disposedWant: Want): Promise\<void>
| ------------------------- | ------------------ |
| ------------------------- | ------------------ |
| Promise
\<
void> | Promise对象。无返回结果的Promise对象。 |
| Promise
\<
void> | Promise对象。无返回结果的Promise对象。 |
**错误码**
**错误码
:
**
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
...
@@ -85,7 +85,7 @@ setDisposedStatus(appId: string, disposedWant: Want, callback: AsyncCallback\<vo
...
@@ -85,7 +85,7 @@ setDisposedStatus(appId: string, disposedWant: Want, callback: AsyncCallback\<vo
| disposedWant | Want | 是 | 对应用的处置意图。 |
| disposedWant | Want | 是 | 对应用的处置意图。 |
| callback | AsyncCallback
\<
void> | 是 | 回调函数,当设置处置状态成功,err为undefined,否则为错误对象。 |
| callback | AsyncCallback
\<
void> | 是 | 回调函数,当设置处置状态成功,err为undefined,否则为错误对象。 |
**错误码**
**错误码
:
**
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
...
@@ -136,7 +136,7 @@ getDisposedStatus(appId: string): Promise\<Want>;
...
@@ -136,7 +136,7 @@ getDisposedStatus(appId: string): Promise\<Want>;
| ------------------------- | ------------------ |
| ------------------------- | ------------------ |
| Promise
\<
Want> | Promise对象,返回应用的处置状态。 |
| Promise
\<
Want> | Promise对象,返回应用的处置状态。 |
**错误码**
**错误码
:
**
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
...
@@ -180,7 +180,7 @@ getDisposedStatus(appId: string, callback: AsyncCallback\<Want>): void;
...
@@ -180,7 +180,7 @@ getDisposedStatus(appId: string, callback: AsyncCallback\<Want>): void;
| appId | string | 是 | 要查询的应用的appId
<br>
appId是应用的唯一标识,由应用的包名和签名信息决定,获取方法参见
[
获取应用的appId
](
#获取应用的appid
)
。 |
| appId | string | 是 | 要查询的应用的appId
<br>
appId是应用的唯一标识,由应用的包名和签名信息决定,获取方法参见
[
获取应用的appId
](
#获取应用的appid
)
。 |
| callback | AsyncCallback
\<
Want> | 是 | 回调函数。当获取应用的处置状态成功时,err为undefined,data为获取到的处置状态;否则为错误对象。 |
| callback | AsyncCallback
\<
Want> | 是 | 回调函数。当获取应用的处置状态成功时,err为undefined,data为获取到的处置状态;否则为错误对象。 |
**错误码**
**错误码
:
**
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
...
@@ -230,7 +230,7 @@ deleteDisposedStatus(appId: string): Promise\<void>
...
@@ -230,7 +230,7 @@ deleteDisposedStatus(appId: string): Promise\<void>
| ------------------------- | ------------------ |
| ------------------------- | ------------------ |
| Promise
\<
void> | Promise对象,无返回结果的Promise对象 |
| Promise
\<
void> | Promise对象,无返回结果的Promise对象 |
**错误码**
**错误码
:
**
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
...
@@ -274,7 +274,7 @@ deleteDisposedStatus(appId: string, callback: AsyncCallback\<void>) : void
...
@@ -274,7 +274,7 @@ deleteDisposedStatus(appId: string, callback: AsyncCallback\<void>) : void
| appId | string | 是 | 要查询的应用的appId。
<br>
appId是应用的唯一标识,由应用的包名和签名信息决定,获取方法参见
[
获取应用的appId
](
#获取应用的appid
)
。 |
| appId | string | 是 | 要查询的应用的appId。
<br>
appId是应用的唯一标识,由应用的包名和签名信息决定,获取方法参见
[
获取应用的appId
](
#获取应用的appid
)
。 |
| callback | AsyncCallback
\<
void> | 是 | 回调函数,当设置处置状态成功时,err返回undefined。否则回调函数返回具体错误对象。 |
| callback | AsyncCallback
\<
void> | 是 | 回调函数,当设置处置状态成功时,err返回undefined。否则回调函数返回具体错误对象。 |
**错误码**
**错误码
:
**
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
...
...
zh-cn/application-dev/reference/apis/js-apis-bundle-BundleInstaller.md
浏览文件 @
d333ea4b
...
@@ -25,7 +25,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -25,7 +25,7 @@ SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| --------------- | ---------------------------------------------------- | ---- | ------------------------------------------------------------ |
| --------------- | ---------------------------------------------------- | ---- | ------------------------------------------------------------ |
| bundleFilePaths | Array
<
string
>
| 是 | 指示存储应用程序包的路径。路径应该是当前应用程序的数据目录的相对路径。 |
| bundleFilePaths | Array
<
string
>
| 是 | 指示存储应用程序包的路径。路径应该是当前应用程序的数据目录的相对路径。 |
| param |
[
InstallParam
](
#installparam
)
| 是 | 指定安装所需的其他参数。 |
| param |
[
InstallParam
](
#installparam
)
| 是 | 指定安装所需的其他参数。 |
...
@@ -51,7 +51,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -51,7 +51,7 @@ SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| ---------- | ---------------------------------------------------- | ---- | ---------------------------------------------- |
| ---------- | ---------------------------------------------------- | ---- | ---------------------------------------------- |
| bundleName | string | 是 | 包名 |
| bundleName | string | 是 | 包名 |
| param |
[
InstallParam
](
#installparam
)
| 是 | 指定安装所需的其他参数。 |
| param |
[
InstallParam
](
#installparam
)
| 是 | 指定安装所需的其他参数。 |
...
@@ -77,7 +77,7 @@ SystemCapability.BundleManager.BundleFramework
...
@@ -77,7 +77,7 @@ SystemCapability.BundleManager.BundleFramework
**参数:**
**参数:**
|
名称 | 类型 | 必填 | 描述
|
|
参数名 | 类型 | 必填 | 说明
|
| ---------- | ---------------------------------------------------- | ---- | ---------------------------------------------- |
| ---------- | ---------------------------------------------------- | ---- | ---------------------------------------------- |
| bundleName | string | 是 | 包名 |
| bundleName | string | 是 | 包名 |
| param |
[
InstallParam
](
#installparam
)
| 是 | 指定安装所需的其他参数。 |
| param |
[
InstallParam
](
#installparam
)
| 是 | 指定安装所需的其他参数。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-bundleManager.md
浏览文件 @
d333ea4b
...
@@ -364,6 +364,7 @@ getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<
...
@@ -364,6 +364,7 @@ getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ------------------------------------- |
| -------- | ------------------------------------- |
| 17700001 | The specified bundleName is not found. |
| 17700001 | The specified bundleName is not found. |
| 17700004 | The specified user ID is not found. |
| 17700026 | The specified bundle is disabled. |
| 17700026 | The specified bundle is disabled. |
**示例:**
**示例:**
...
@@ -981,6 +982,7 @@ queryAbilityInfo(want: Want, abilityFlags: [number](#abilityflag), callback: Asy
...
@@ -981,6 +982,7 @@ queryAbilityInfo(want: Want, abilityFlags: [number](#abilityflag), callback: Asy
| -------- | -------------------------------------- |
| -------- | -------------------------------------- |
| 17700001 | The specified bundleName is not found. |
| 17700001 | The specified bundleName is not found. |
| 17700003 | The specified ability is not found. |
| 17700003 | The specified ability is not found. |
| 17700004 | The specified userId is invalid. |
| 17700026 | The specified bundle is disabled. |
| 17700026 | The specified bundle is disabled. |
| 17700029 | The specified ability is disabled. |
| 17700029 | The specified ability is disabled. |
...
@@ -1170,9 +1172,10 @@ queryExtensionAbilityInfo(want: Want, extensionAbilityType: [ExtensionAbilityTyp
...
@@ -1170,9 +1172,10 @@ queryExtensionAbilityInfo(want: Want, extensionAbilityType: [ExtensionAbilityTyp
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------- |
| -------- | -------------------------------------------
-
|
| 17700001 | The specified bundleName is not found. |
| 17700001 | The specified bundleName is not found. |
| 17700003 | The specified extensionAbility is not found. |
| 17700003 | The specified extensionAbility is not found. |
| 17700004 | The specified userId is invalid. |
| 17700026 | The specified bundle is disabled. |
| 17700026 | The specified bundle is disabled. |
**示例:**
**示例:**
...
@@ -2078,6 +2081,7 @@ getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void
...
@@ -2078,6 +2081,7 @@ getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | --------------------------------------|
| -------- | --------------------------------------|
| 17700001 | The specified bundleName is not found. |
| 17700001 | The specified bundleName is not found. |
| 17700004 | The specified user ID is not found. |
| 17700026 | The specified bundle is disabled. |
| 17700026 | The specified bundle is disabled. |
**示例:**
**示例:**
...
@@ -2280,7 +2284,7 @@ getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, m
...
@@ -2280,7 +2284,7 @@ getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, m
**参数:**
**参数:**
|
名称
| 类型 | 必填 | 说明 |
|
参数名
| 类型 | 必填 | 说明 |
| -------------------- | ----------------------------- | ---- | ------------------------------------------------------------ |
| -------------------- | ----------------------------- | ---- | ------------------------------------------------------------ |
| moduleName | string | 是 | 表示应用程序的moduleName。 |
| moduleName | string | 是 | 表示应用程序的moduleName。 |
| extensionAbilityName | string | 是 | 表示应用程序的extensionAbilityName。 |
| extensionAbilityName | string | 是 | 表示应用程序的extensionAbilityName。 |
...
@@ -2329,7 +2333,7 @@ getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, m
...
@@ -2329,7 +2333,7 @@ getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, m
**参数:**
**参数:**
|
名称
| 类型 | 必填 | 说明 |
|
参数名
| 类型 | 必填 | 说明 |
| -------------------- | ------ | ---- | ---------------------------------- |
| -------------------- | ------ | ---- | ---------------------------------- |
| moduleName | string | 是 | 表示应用程序的moduleName。 |
| moduleName | string | 是 | 表示应用程序的moduleName。 |
| extensionAbilityName | string | 是 | 表示应用程序的extensionAbilityName。 |
| extensionAbilityName | string | 是 | 表示应用程序的extensionAbilityName。 |
...
@@ -2395,7 +2399,7 @@ getPermissionDef(permissionName: string, callback: AsyncCallback\<[PermissionDef
...
@@ -2395,7 +2399,7 @@ getPermissionDef(permissionName: string, callback: AsyncCallback\<[PermissionDef
**参数:**
**参数:**
|
名称
| 类型 | 必填 | 说明 |
|
参数名
| 类型 | 必填 | 说明 |
| -------------- | ------------------------------------------------------------ | ---- | ------------------------------------------------------------ |
| -------------- | ------------------------------------------------------------ | ---- | ------------------------------------------------------------ |
| permissionName | string | 是 | 表示权限名称。 |
| permissionName | string | 是 | 表示权限名称。 |
| callback | AsyncCallback
\<
[
PermissionDef
](
js-apis-bundleManager-permissionDef.md
)
> | 是 | 回调函数,当获取成功时,err为null,data为获取到的Array
\<
PermissionDef>;否则为错误对象。 |
| callback | AsyncCallback
\<
[
PermissionDef
](
js-apis-bundleManager-permissionDef.md
)
> | 是 | 回调函数,当获取成功时,err为null,data为获取到的Array
\<
PermissionDef>;否则为错误对象。 |
...
@@ -2440,7 +2444,7 @@ getPermissionDef(permissionName: string): Promise\<[PermissionDef](js-apis-bundl
...
@@ -2440,7 +2444,7 @@ getPermissionDef(permissionName: string): Promise\<[PermissionDef](js-apis-bundl
**参数:**
**参数:**
|
名称
| 类型 | 必填 | 说明 |
|
参数名
| 类型 | 必填 | 说明 |
| -------------- | ------ | ---- | -------------- |
| -------------- | ------ | ---- | -------------- |
| permissionName | string | 是 | 表示权限参数名。 |
| permissionName | string | 是 | 表示权限参数名。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-defaultAppManager.md
浏览文件 @
d333ea4b
...
@@ -138,7 +138,7 @@ getDefaultApplication(type: string, userId?: number): Promise\<BundleInfo>
...
@@ -138,7 +138,7 @@ getDefaultApplication(type: string, userId?: number): Promise\<BundleInfo>
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------------- |
| -------- | ----------------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700023 | The specified default app does not exist. |
| 17700023 | The specified default app does not exist. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
...
@@ -189,7 +189,7 @@ getDefaultApplication(type: string, userId: number, callback: AsyncCallback\<Bun
...
@@ -189,7 +189,7 @@ getDefaultApplication(type: string, userId: number, callback: AsyncCallback\<Bun
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------------- |
| -------- | ----------------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700023 | The specified default app does not exist. |
| 17700023 | The specified default app does not exist. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
...
@@ -240,7 +240,7 @@ getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>) : void
...
@@ -240,7 +240,7 @@ getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>) : void
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------------- |
| -------- | ----------------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700023 | The specified default app does not exist. |
| 17700023 | The specified default app does not exist. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
...
@@ -302,9 +302,9 @@ setDefaultApplication(type: string, elementName: ElementName, userId?: number):
...
@@ -302,9 +302,9 @@ setDefaultApplication(type: string, elementName: ElementName, userId?: number):
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ---------------------------------------------- |
| -------- | ---------------------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
| 17700028 | The specified ability
and type does not match
. |
| 17700028 | The specified ability
does not match the type
. |
**示例:**
**示例:**
...
@@ -369,9 +369,9 @@ setDefaultApplication(type: string, elementName: ElementName, userId: number, ca
...
@@ -369,9 +369,9 @@ setDefaultApplication(type: string, elementName: ElementName, userId: number, ca
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ---------------------------------------------- |
| -------- | ---------------------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
| 17700028 | The specified ability
and type does not match
. |
| 17700028 | The specified ability
does not match the type
. |
**示例:**
**示例:**
...
@@ -429,9 +429,9 @@ setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCal
...
@@ -429,9 +429,9 @@ setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCal
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ---------------------------------------------- |
| -------- | ---------------------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
| 17700028 | The specified ability
and type does not match
. |
| 17700028 | The specified ability
does not match the type
. |
**示例:**
**示例:**
...
@@ -487,7 +487,7 @@ resetDefaultApplication(type: string, userId?: number): Promise\<void>
...
@@ -487,7 +487,7 @@ resetDefaultApplication(type: string, userId?: number): Promise\<void>
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------- |
| -------- | ----------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
**示例:**
**示例:**
...
@@ -538,7 +538,7 @@ resetDefaultApplication(type: string, userId: number, callback: AsyncCallback\<v
...
@@ -538,7 +538,7 @@ resetDefaultApplication(type: string, userId: number, callback: AsyncCallback\<v
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------- |
| -------- | ----------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
**示例:**
**示例:**
...
@@ -588,7 +588,7 @@ resetDefaultApplication(type: string, callback: AsyncCallback\<void>) : void;
...
@@ -588,7 +588,7 @@ resetDefaultApplication(type: string, callback: AsyncCallback\<void>) : void;
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------- |
| -------- | ----------------------------------- |
| 17700004 | The specified user
id
is not found. |
| 17700004 | The specified user
ID
is not found. |
| 17700025 | The specified type is invalid. |
| 17700025 | The specified type is invalid. |
**示例:**
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md
已删除
100644 → 0
浏览文件 @
0008a866
# DispatchInfo
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> 本模块首批接口从API version 9 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
调度信息类
## DispatchInfo
**系统能力**
: 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework.FreeInstall
**系统API:**
此接口为系统接口,三方应用不支持调用
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------------------ | ------ | ---- | ---- | ------------------------ |
| version | string | 是 | 否 | 包含dispatchInfo版本信息 |
| dispatchAPIVersion | string | 是 | 否 | 包含免安装接口版本号 |
zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md
浏览文件 @
d333ea4b
...
@@ -53,7 +53,7 @@ getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\<RemoteAb
...
@@ -53,7 +53,7 @@ getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\<RemoteAb
|----------|--------------------------------------|
|----------|--------------------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -109,7 +109,7 @@ getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;
...
@@ -109,7 +109,7 @@ getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;
|----------|-------------------------|
|----------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -158,7 +158,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>, callback: AsyncCallback\
...
@@ -158,7 +158,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>, callback: AsyncCallback\
|----------|-------------------------|
|----------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -221,7 +221,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>): Promise\<Array\<RemoteA
...
@@ -221,7 +221,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>): Promise\<Array\<RemoteA
|----------|-------------------------|
|----------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -278,7 +278,7 @@ getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCa
...
@@ -278,7 +278,7 @@ getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCa
|----------|-------------------------|
|----------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -335,7 +335,7 @@ getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise\<RemoteA
...
@@ -335,7 +335,7 @@ getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise\<RemoteA
|----------|-------------------------|
|----------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -385,7 +385,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>, locale: string, callback
...
@@ -385,7 +385,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>, locale: string, callback
|---------------|-------------------------|
|---------------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
@@ -449,7 +449,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>, locale: string): Promise
...
@@ -449,7 +449,7 @@ getRemoteAbilityInfo(elementNames: Array\<ElementName>, locale: string): Promise
|----------|-------------------------|
|----------|-------------------------|
| 17700001 | The specified bundle name is not found. |
| 17700001 | The specified bundle name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700003 | The specified ability name is not found. |
| 17700007 | The specified device
id
is not found. |
| 17700007 | The specified device
ID
is not found. |
| 17700027 | The distributed service is not running. |
| 17700027 | The distributed service is not running. |
**示例:**
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-installer.md
浏览文件 @
d333ea4b
...
@@ -116,14 +116,14 @@ install(hapFilePaths: Array<string>, installParam: InstallParam, callback:
...
@@ -116,14 +116,14 @@ install(hapFilePaths: Array<string>, installParam: InstallParam, callback:
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
以下错误码的详细介绍请参见
[
ohos.bundle错误码
](
../errorcodes/errorcode-bundle.md
)
。
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------ |
| -------- | ------------------------------------------------------
------
|
| 17700004 | The specified user
Id is not existed.
|
| 17700004 | The specified user
ID is not found.
|
| 17700010 |
To parse file of config.json or module.json failed.
|
| 17700010 |
Failed to install the HAP because the HAP fails to be parsed.
|
| 17700011 |
To verify signature failed.
|
| 17700011 |
Failed to install the HAP because the HAP signature fails to be verified.
|
| 17700012 |
Invalid hap file path or too large file size.
|
| 17700012 |
Failed to install the HAP because the HAP path is invalid or the HAP is too large.
|
| 17700015 |
Multiple haps have inconsistent configured
information. |
| 17700015 |
Failed to install the HAPs because they have different configuration
information. |
| 17700016 |
No disk space left for installation.
|
| 17700016 |
Failed to install the HAP because of insufficient system disk space.
|
| 17700017 |
Downgrade installation is prohibited.
|
| 17700017 |
Failed to install the HAP since the version of the HAP to install is too early.
|
| 17700101 | The system service is excepted. |
| 17700101 | The system service is excepted. |
| 17700103 | I/O operation is failed. |
| 17700103 | I/O operation is failed. |
...
@@ -181,7 +181,7 @@ uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallbac
...
@@ -181,7 +181,7 @@ uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallbac
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| -------- | ------------------------------------------------------------ |
| 17700004 | The specified user
Id is not existe
d. |
| 17700004 | The specified user
ID is not foun
d. |
| 17700020 | The specified bundle is pre-installed bundle which cannot be uninstalled. |
| 17700020 | The specified bundle is pre-installed bundle which cannot be uninstalled. |
| 17700101 | The system service is excepted. |
| 17700101 | The system service is excepted. |
...
@@ -239,7 +239,7 @@ recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback&
...
@@ -239,7 +239,7 @@ recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback&
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | ----------------------------------- |
| -------- | ----------------------------------- |
| 17700004 | The specified user
Id is not existe
d. |
| 17700004 | The specified user
ID is not foun
d. |
**示例:**
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md
浏览文件 @
d333ea4b
...
@@ -27,7 +27,7 @@ getLauncherAbilityInfo(bundleName: string, userId: number, callback: AsyncCallba
...
@@ -27,7 +27,7 @@ getLauncherAbilityInfo(bundleName: string, userId: number, callback: AsyncCallba
**参数:**
**参数:**
| 参数名 | 类型 | 必填 |
描述
|
| 参数名 | 类型 | 必填 |
说明
|
| ---------- | ------ | ---- | -------------- |
| ---------- | ------ | ---- | -------------- |
| bundleName | string | 是 | 应用程序包名称。 |
| bundleName | string | 是 | 应用程序包名称。 |
| userId | number | 是 | 被查询的用户id。|
| userId | number | 是 | 被查询的用户id。|
...
@@ -78,7 +78,7 @@ getLauncherAbilityInfo(bundleName: string, userId: number) : Promise<Array\<[Lau
...
@@ -78,7 +78,7 @@ getLauncherAbilityInfo(bundleName: string, userId: number) : Promise<Array\<[Lau
**参数:**
**参数:**
| 参数名 | 类型 | 必填 |
描述
|
| 参数名 | 类型 | 必填 |
说明
|
| ---------- | ------ | ---- | -------------- |
| ---------- | ------ | ---- | -------------- |
| bundleName | string | 是 | 应用程序包名称。|
| bundleName | string | 是 | 应用程序包名称。|
| userId | number | 是 | 被查询的用户id。 |
| userId | number | 是 | 被查询的用户id。 |
...
@@ -128,7 +128,7 @@ getAllLauncherAbilityInfo(userId: number, callback: AsyncCallback<Array\<[Launch
...
@@ -128,7 +128,7 @@ getAllLauncherAbilityInfo(userId: number, callback: AsyncCallback<Array\<[Launch
**参数:**
**参数:**
| 参数名 | 类型 | 必填 |
描述
|
| 参数名 | 类型 | 必填 |
说明
|
| ------ | ------ | ---- | -------------- |
| ------ | ------ | ---- | -------------- |
| userId | number | 是 | 被查询的用户id。 |
| userId | number | 是 | 被查询的用户id。 |
...
@@ -176,7 +176,7 @@ getAllLauncherAbilityInfo(userId: number) : Promise<Array\<[LauncherAbilityInfo]
...
@@ -176,7 +176,7 @@ getAllLauncherAbilityInfo(userId: number) : Promise<Array\<[LauncherAbilityInfo]
**参数:**
**参数:**
| 参数名 | 类型 | 必填 |
描述
|
| 参数名 | 类型 | 必填 |
说明
|
| ------ | ------ | ---- | -------------- |
| ------ | ------ | ---- | -------------- |
| userId | number | 是 | 被查询的用户id。 |
| userId | number | 是 | 被查询的用户id。 |
...
@@ -222,7 +222,7 @@ getShortcutInfo(bundleName :string, callback: AsyncCallback<Array\<[ShortcutInfo
...
@@ -222,7 +222,7 @@ getShortcutInfo(bundleName :string, callback: AsyncCallback<Array\<[ShortcutInfo
**系统能力:**
SystemCapability.BundleManager.BundleFramework.Launcher
**系统能力:**
SystemCapability.BundleManager.BundleFramework.Launcher
| 参数名 | 类型 | 必填 |
描述
|
| 参数名 | 类型 | 必填 |
说明
|
| ---------- | ------ | ---- | -------------- |
| ---------- | ------ | ---- | -------------- |
| bundleName | string | 是 | 应用程序包名称。 |
| bundleName | string | 是 | 应用程序包名称。 |
...
@@ -269,7 +269,7 @@ getShortcutInfo(bundleName : string) : Promise<Array\<[ShortcutInfo](js-apis-bun
...
@@ -269,7 +269,7 @@ getShortcutInfo(bundleName : string) : Promise<Array\<[ShortcutInfo](js-apis-bun
**系统能力:**
SystemCapability.BundleManager.BundleFramework.Launcher
**系统能力:**
SystemCapability.BundleManager.BundleFramework.Launcher
| 参数名 | 类型 | 必填 |
描述
|
| 参数名 | 类型 | 必填 |
说明
|
| ---------- | ------ | ---- | -------------- |
| ---------- | ------ | ---- | -------------- |
| bundleName | string | 是 | 应用程序包名称。 |
| bundleName | string | 是 | 应用程序包名称。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-zlib.md
浏览文件 @
d333ea4b
...
@@ -27,7 +27,7 @@ zipFile(inFile: string, outFile: string, options: Options): Promise<void>
...
@@ -27,7 +27,7 @@ zipFile(inFile: string, outFile: string, options: Options): Promise<void>
| ------- | ------------------- | ---- | ------------------------------------------------------------ |
| ------- | ------------------- | ---- | ------------------------------------------------------------ |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径,对应的路径参考
[
FA模型
](
js-apis-Context.md
)
,
[
Stage模型
](
js-apis-application-context.md
)
。 |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径,对应的路径参考
[
FA模型
](
js-apis-Context.md
)
,
[
Stage模型
](
js-apis-application-context.md
)
。 |
| outFile | string | 是 | 指定压缩结果的文件路径(文件的扩展名zip)。 |
| outFile | string | 是 | 指定压缩结果的文件路径(文件的扩展名zip)。 |
| options |
[
Options
](
#options
)
|
否 | 压缩的可选参数。
|
| options |
[
Options
](
#options
)
|
是 | 压缩的可选参数。
|
**返回值:**
**返回值:**
...
@@ -91,7 +91,7 @@ unzipFile(inFile:string, outFile:string, options: Options): Promise<void>
...
@@ -91,7 +91,7 @@ unzipFile(inFile:string, outFile:string, options: Options): Promise<void>
| ------- | ------------------- | ---- | ------------------------------------------------------------ |
| ------- | ------------------- | ---- | ------------------------------------------------------------ |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径,对应的路径参考
[
FA模型
](
js-apis-Context.md
)
,
[
stage模型
](
js-apis-application-context.md
)
。 |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径,对应的路径参考
[
FA模型
](
js-apis-Context.md
)
,
[
stage模型
](
js-apis-application-context.md
)
。 |
| outFile | string | 是 | 指定的解压文件路径。 |
| outFile | string | 是 | 指定的解压文件路径。 |
| options |
[
Options
](
#options
)
|
否 | 解压的可选参数。
|
| options |
[
Options
](
#options
)
|
是 | 解压的可选参数。
|
**返回值:**
**返回值:**
...
@@ -318,11 +318,11 @@ try {
...
@@ -318,11 +318,11 @@ try {
**系统能力:**
SystemCapability.BundleManager.Zlib
**系统能力:**
SystemCapability.BundleManager.Zlib
|
参数名 | 类型 | 必填 | 说明
|
|
名称 | 类型 | 可读 | 可写 | 说明
|
| -------- | ---------------- | ---- | --------------------------------------------------------- |
| -------- | ---------------- | ---- | ----
| -----
----------------------------------------------------- |
| level | CompressLeve | 否 | 参考
[
zip.CompressLevel枚举定义
](
#zipcompresslevel
)
。 |
| level | CompressLeve |
是 |
否 | 参考
[
zip.CompressLevel枚举定义
](
#zipcompresslevel
)
。 |
| memLevel | MemLevel | 否 | 参考
[
zip.MemLevel枚举定义
](
#zipmemlevel
)
。 |
| memLevel | MemLevel |
是 |
否 | 参考
[
zip.MemLevel枚举定义
](
#zipmemlevel
)
。 |
| strategy | CompressStrategy | 否 | 参考
[
zip.CompressStrategy枚举定义
](
#zipcompressstrategy
)
。 |
| strategy | CompressStrategy |
是 |
否 | 参考
[
zip.CompressStrategy枚举定义
](
#zipcompressstrategy
)
。 |
## zip.CompressLevel
## zip.CompressLevel
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录