Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
943e91d6
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看板
未验证
提交
943e91d6
编写于
1月 11, 2023
作者:
O
openharmony_ci
提交者:
Gitee
1月 11, 2023
浏览文件
操作
浏览文件
下载
差异文件
!13190 包管理变更文件名ohos.bundle.distributedBundleManager
Merge pull request !13190 from wangtiantian/distributed
上级
a4266f89
62d49dfd
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
26 addition
and
11 deletion
+26
-11
zh-cn/application-dev/reference/apis/Readme-CN.md
zh-cn/application-dev/reference/apis/Readme-CN.md
+1
-1
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-bundleManager-applicationInfo.md
...v/reference/apis/js-apis-bundleManager-applicationInfo.md
+2
-2
zh-cn/application-dev/reference/apis/js-apis-bundleManager-hapModuleInfo.md
...dev/reference/apis/js-apis-bundleManager-hapModuleInfo.md
+0
-2
zh-cn/application-dev/reference/apis/js-apis-distributedBundleManager.md
...on-dev/reference/apis/js-apis-distributedBundleManager.md
+2
-2
zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/changelogs-bundlemanager.md
...angelogs/OpenHarmony_3.2.10.3/changelogs-bundlemanager.md
+17
-0
未找到文件。
zh-cn/application-dev/reference/apis/Readme-CN.md
浏览文件 @
943e91d6
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
-
[
@ohos.bundle.bundleManager (bundleManager模块)
](
js-apis-bundleManager.md
)
-
[
@ohos.bundle.bundleManager (bundleManager模块)
](
js-apis-bundleManager.md
)
-
[
@ohos.bundle.bundleMonitor (bundleMonitor模块)
](
js-apis-bundleMonitor.md
)
-
[
@ohos.bundle.bundleMonitor (bundleMonitor模块)
](
js-apis-bundleMonitor.md
)
-
[
@ohos.bundle.defaultAppManager (默认应用管理)
](
js-apis-defaultAppManager.md
)
-
[
@ohos.bundle.defaultAppManager (默认应用管理)
](
js-apis-defaultAppManager.md
)
-
[
@ohos.bundle.distributedBundle
(distributedBundle模块)
](
js-apis-distributedBundle
.md
)
-
[
@ohos.bundle.distributedBundle
Manager (distributedBundleManager模块)
](
js-apis-distributedBundleManager
.md
)
-
[
@ohos.bundle.freeInstall (freeInstall模块)
](
js-apis-freeInstall.md
)
-
[
@ohos.bundle.freeInstall (freeInstall模块)
](
js-apis-freeInstall.md
)
-
[
@ohos.bundle.installer (installer模块)
](
js-apis-installer.md
)
-
[
@ohos.bundle.installer (installer模块)
](
js-apis-installer.md
)
-
[
@ohos.bundle.launcherBundleManager (launcherBundleManager模块)
](
js-apis-launcherBundleManager.md
)
-
[
@ohos.bundle.launcherBundleManager (launcherBundleManager模块)
](
js-apis-launcherBundleManager.md
)
...
...
zh-cn/application-dev/reference/apis/js-apis-Bundle-distributedBundle.md
浏览文件 @
943e91d6
...
@@ -26,7 +26,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -26,7 +26,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
## distributedBundle.getRemoteAbilityInfo<sup>deprecated<sup>
## distributedBundle.getRemoteAbilityInfo<sup>deprecated<sup>
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
)](js-apis-distributedBundle
.md)替代。
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
Manager)](js-apis-distributedBundleManager
.md)替代。
getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback
<
RemoteAbilityInfo
>
): void;
getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback
<
RemoteAbilityInfo
>
): void;
...
@@ -55,7 +55,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -55,7 +55,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
## distributedBundle.getRemoteAbilityInfo<sup>deprecated<sup>
## distributedBundle.getRemoteAbilityInfo<sup>deprecated<sup>
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
)](js-apis-distributedBundle
.md)替代。
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
Manager)](js-apis-distributedBundleManager
.md)替代。
getRemoteAbilityInfo(elementName: ElementName): Promise
<
RemoteAbilityInfo
>
getRemoteAbilityInfo(elementName: ElementName): Promise
<
RemoteAbilityInfo
>
...
@@ -87,7 +87,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -87,7 +87,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
## distributedBundle.getRemoteAbilityInfos<sup>deprecated<sup>
## distributedBundle.getRemoteAbilityInfos<sup>deprecated<sup>
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
)](js-apis-distributedBundle
.md)替代。
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
Manager)](js-apis-distributedBundleManager
.md)替代。
getRemoteAbilityInfos(elementNames: Array
<
ElementName
>
, callback: AsyncCallback
<
Array
<
RemoteAbilityInfo
>>
): void;
getRemoteAbilityInfos(elementNames: Array
<
ElementName
>
, callback: AsyncCallback
<
Array
<
RemoteAbilityInfo
>>
): void;
...
@@ -116,7 +116,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
...
@@ -116,7 +116,7 @@ SystemCapability.BundleManager.DistributedBundleFramework
## distributedBundle.getRemoteAbilityInfos<sup>deprecated<sup>
## distributedBundle.getRemoteAbilityInfos<sup>deprecated<sup>
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
)](js-apis-distributedBundle
.md)替代。
> 从API version 9开始不再维护,建议使用[getRemoteAbilityInfo(@ohos.bundle.distributedBundle
Manager)](js-apis-distributedBundleManager
.md)替代。
getRemoteAbilityInfos(elementNames: Array
<
ElementName
>
): Promise
<
Array
<
RemoteAbilityInfo
>>
getRemoteAbilityInfos(elementNames: Array
<
ElementName
>
): Promise
<
Array
<
RemoteAbilityInfo
>>
...
...
zh-cn/application-dev/reference/apis/js-apis-bundleManager-applicationInfo.md
浏览文件 @
943e91d6
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
| iconId | number | 是 | 否 | 应用程序图标的资源id。 |
| iconId | number | 是 | 否 | 应用程序图标的资源id。 |
| process | string | 是 | 否 | 应用程序的进程,如果不设置,默认为包的名称。 |
| process | string | 是 | 否 | 应用程序的进程,如果不设置,默认为包的名称。 |
| permissions | Array
\<
string> | 是 | 否 | 访问应用程序所需的权限,通过调用
[
bundleManager.getApplicationInfo
](
js-apis-bundleManager.md#bundlemanagergetapplicationinfo
)
接口,appFlags参数传入GET_APPLICATION_INFO_WITH_PERMISSION获取。 |
| permissions | Array
\<
string> | 是 | 否 | 访问应用程序所需的权限,通过调用
[
bundleManager.getApplicationInfo
](
js-apis-bundleManager.md#bundlemanagergetapplicationinfo
)
接口,appFlags参数传入GET_APPLICATION_INFO_WITH_PERMISSION获取。 |
| entryDir | string | 是 | 否 | 应用程序的文件保存路径。 |
| codePath | string | 是 | 否 | 应用程序的安装目录。 |
| codePath | string | 是 | 否 | 应用程序的安装目录。 |
| metadata | Map
\<
string, Array
\<
[
Metadata
](
js-apis-bundleManager-metadata.md
)
>> | 是 | 否 | 应用程序的元信息,通过调用
[
bundleManager.getApplicationInfo
](
js-apis-bundleManager.md#bundlemanagergetapplicationinfo
)
接口,appFlags参数传入GET_APPLICATION_INFO_WITH_METADATA获取。 |
| metadata | Map
\<
string, Array
\<
[
Metadata
](
js-apis-bundleManager-metadata.md
)
>> | 是 | 否 | 应用程序的元信息,通过调用
[
bundleManager.getApplicationInfo
](
js-apis-bundleManager.md#bundlemanagergetapplicationinfo
)
接口,appFlags参数传入GET_APPLICATION_INFO_WITH_METADATA获取。 |
| removable | boolean | 是 | 否 | 应用程序是否可以被移除。 |
| removable | boolean | 是 | 否 | 应用程序是否可以被移除。 |
...
@@ -30,4 +29,5 @@
...
@@ -30,4 +29,5 @@
| labelResource |
[
Resource
](
js-apis-resource-manager.md#resource9
)
| 是 | 否 | 应用程序的标签资源信息。 |
| labelResource |
[
Resource
](
js-apis-resource-manager.md#resource9
)
| 是 | 否 | 应用程序的标签资源信息。 |
| descriptionResource |
[
Resource
](
js-apis-resource-manager.md#resource9
)
| 是 | 否 | 应用程序的描述资源信息。 |
| descriptionResource |
[
Resource
](
js-apis-resource-manager.md#resource9
)
| 是 | 否 | 应用程序的描述资源信息。 |
| appDistributionType | string | 是 | 否 | 应用程序签名证书的分发类型,分为:app_gallery、enterprise、os_integration和crowdtesting。 |
| appDistributionType | string | 是 | 否 | 应用程序签名证书的分发类型,分为:app_gallery、enterprise、os_integration和crowdtesting。 |
| appProvisionType | string | 是 | 否 | 应用程序签名证书文件的类型,分为debug和release两种类型。 |
| appProvisionType | string | 是 | 否 | 应用程序签名证书文件的类型,分为debug和release两种类型。 |
\ No newline at end of file
| systemApp | boolean | 是 | 否 | 标识应用是否为系统应用。 |
\ No newline at end of file
zh-cn/application-dev/reference/apis/js-apis-bundleManager-hapModuleInfo.md
浏览文件 @
943e91d6
...
@@ -25,5 +25,3 @@ HAP信息,系统应用可以通过[bundleManager.getBundleInfo](js-apis-bundle
...
@@ -25,5 +25,3 @@ HAP信息,系统应用可以通过[bundleManager.getBundleInfo](js-apis-bundle
| deviceTypes | Array
\<
string> | 是 | 否 | 可以运行模块的设备类型。 |
| deviceTypes | Array
\<
string> | 是 | 否 | 可以运行模块的设备类型。 |
| installationFree | boolean | 是 | 否 | 模块是否支持免安装。 |
| installationFree | boolean | 是 | 否 | 模块是否支持免安装。 |
| hashValue | string | 是 | 否 | 模块的Hash值。 |
| hashValue | string | 是 | 否 | 模块的Hash值。 |
| moduleSourceDir | string | 是 | 否 | 模块的路径。|
zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md
→
zh-cn/application-dev/reference/apis/js-apis-distributedBundle
Manager
.md
浏览文件 @
943e91d6
# @ohos.bundle.distributedBundle
(distributedBundle
模块)
# @ohos.bundle.distributedBundle
Manager (distributedBundleManager
模块)
本模块提供分布式应用的管理能力
本模块提供分布式应用的管理能力
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
## 导入模块
## 导入模块
```
```
import distributedBundle from '@ohos.bundle.distributedBundle';
import distributedBundle from '@ohos.bundle.distributedBundle
Manager
';
```
```
## 系统能力
## 系统能力
...
...
zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/changelogs-bundlemanager.md
0 → 100644
浏览文件 @
943e91d6
# 包管理子系统ChangeLog
## cl.bundlemanager.1 包管理分布式查询模块名称变更,由ohos.bundle.distributedBundle变更为ohos.bundle.distributedBundleManager,接口未发生变更。
API9的包管理分布式查询模块名称变更,由ohos.bundle.distributedBundle变更为
[
ohos.bundle.distributedBundleManager
](
https://gitee.com/openharmony/interface_sdk-js/blob/master/api/@ohos.bundle.distributedBundleManager.d.ts
)
,接口未发生变更。
**变更影响**
<br>
对原有使用API version 9之前的应用无影响,使用API version 9的应用需要适配新模块。
**关键的接口/组件变更**
<br>
包管理分布式查询模块名称由ohos.bundle.distributedBundle修改为ohos.bundle.distributedBundleManager,接口未发生变更。
**适配指导**
<br>
原有导入模块@ohos.bundle.distributedBundle代码需要修改为@ohos.bundle.distributedBundleManager。
```
ts
import
distributedBundle
form
'
@ohos.bundle.distributedBundleManager
'
;
```
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录