From d844a32de51bc7af39adf5a29392b2c35e53c16b Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 16 Mar 2023 11:30:55 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-file-storage-statistics.md. Signed-off-by: zengyawen --- .../apis/js-apis-file-storage-statistics.md | 66 +++++-------------- 1 file changed, 17 insertions(+), 49 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-file-storage-statistics.md b/zh-cn/application-dev/reference/apis/js-apis-file-storage-statistics.md index 076072d2c1..f918ebd6e7 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-file-storage-statistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-file-storage-statistics.md @@ -22,8 +22,7 @@ getTotalSizeOfVolume(volumeUuid: string): Promise<number> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **参数:** @@ -59,8 +58,7 @@ getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback<number>): **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **参数:** @@ -90,8 +88,7 @@ getFreeSizeOfVolume(volumeUuid: string): Promise<number> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **参数:** @@ -128,8 +125,7 @@ getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback<number>): **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **参数:** @@ -159,8 +155,7 @@ getBundleStats(packageName: string): Promise<BundleStats> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **参数:** @@ -196,8 +191,7 @@ getBundleStats(packageName: string, callback: AsyncCallback<BundleStats>) **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **参数:** @@ -263,12 +257,8 @@ getCurrentBundleStats(callback: AsyncCallback<BundleStats>): void ## BundleStats9+ -### 属性 - **系统能力**:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics - - | 名称 | 类型 | 可读 | 可写 | 说明 | | --------- | ------ | --- | ---- | -------------- | | appSize | number | 是 | 否 | app数据大小(单位为Byte) | @@ -286,9 +276,7 @@ getTotalSize(): Promise<number> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **返回值:** @@ -313,9 +301,7 @@ getTotalSize(callback: AsyncCallback<number>): void **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **参数:** @@ -343,9 +329,7 @@ getFreeSize(): Promise<number> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **返回值:** @@ -371,9 +355,7 @@ getFreeSize(callback: AsyncCallback<number>): void **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **参数:** @@ -400,8 +382,7 @@ getSystemSize(): Promise<number> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 **返回值:** @@ -430,9 +411,7 @@ getSystemSize(callback: AsyncCallback<number>): void **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **参数:** @@ -459,9 +438,7 @@ getUserStorageStats(): Promise<StorageStats> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **返回值:** @@ -489,9 +466,7 @@ getUserStorageStats(callback: AsyncCallback<StorageStats>): void **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **参数:** @@ -515,9 +490,7 @@ getUserStorageStats(userId: number): Promise<StorageStats> **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **参数:** @@ -552,9 +525,7 @@ getUserStorageStats(userId: number, callback: AsyncCallback<StorageStats>) **系统能力**:SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 - +**系统接口:** 该接口为系统接口。 **参数:** @@ -576,12 +547,9 @@ getUserStorageStats(userId: number, callback: AsyncCallback<StorageStats>) ## StorageStats9+ -### 属性 - **系统能力**:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics - -该接口为系统接口。 +**系统接口:** 该接口为系统接口。 | 名称 | 类型 | 可读 | 可写 | 说明 | | --------- | ------ | ---- | ----- | -------------- | -- GitLab