From f8e7ddda980e140da006e1aba53ffffeb20e50f2 Mon Sep 17 00:00:00 2001 From: ningning <3248127340@qq.com> Date: Mon, 16 Jan 2023 02:51:26 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md. Signed-off-by: ningning <3248127340@qq.com> --- .../reference/apis/js-apis-deviceUsageStatistics.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md index dfe87bb5e4..5f8f053d7e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -458,15 +458,15 @@ queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array< merge(toMerge: BundleStateInfo): void -Merges the application usage information that has the same bundle name. +合并相同包名的应用使用信息。 -**System capability**: SystemCapability.ResourceSchedule.UsageStatistics.App +**系统能力**:SystemCapability.ResourceSchedule.UsageStatistics.App -**Parameters** +**参数**: -| Name | Type | Mandatory | Description | -| ------- | ----------------------------------- | ---- | -------------- | -| toMerge | [BundleStateInfo](#bundlestateinfo) | Yes | Application usage information to merge.| +| 参数名 | 类型 | 必填 | 说明 | +| -------- | -------- | -------- | -------- | +| toMerge | [BundleStateInfo](#bundlestateinfo) | 是 | 相同包名的应用使用统计信息。| ## BundleActiveState -- GitLab