update for dts

Signed-off-by: zhangyaomaggie <zhangyao128@huawei.com>
This commit is contained in:
zhangyaomaggie 2024-07-11 16:48:55 +08:00
parent b47f2eb760
commit 53f466c6a9
3 changed files with 17 additions and 0 deletions

View File

@ -5998,6 +5998,7 @@ interface CopyOptions {
/**
* Listener of copy progress.
*
* @typedef { ProgressListener }
* @syscap SystemCapability.FileManagement.File.FileIO
* @since 11
*/

View File

@ -118,6 +118,7 @@ parameters are left unspecified;
/**
* The size of application installation data.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @since 9
*/
@ -126,6 +127,7 @@ parameters are left unspecified;
/**
* The size of application cache data.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @since 9
*/
@ -134,6 +136,7 @@ parameters are left unspecified;
/**
* The size of application local data, distributed data and database data.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @since 9
*/
@ -285,6 +288,7 @@ parameters are left unspecified;
/**
* The total size of device.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @systemapi
* @since 9
@ -294,6 +298,7 @@ parameters are left unspecified;
/**
* The size of audio file.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @systemapi
* @since 9
@ -303,6 +308,7 @@ parameters are left unspecified;
/**
* The size of video file.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @systemapi
* @since 9
@ -312,6 +318,7 @@ parameters are left unspecified;
/**
* The size of image file.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @systemapi
* @since 9
@ -321,6 +328,7 @@ parameters are left unspecified;
/**
* The size of other file.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @systemapi
* @since 9
@ -330,6 +338,7 @@ parameters are left unspecified;
/**
* The size of application.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.SpatialStatistics
* @systemapi
* @since 9

View File

@ -41,6 +41,7 @@ declare namespace volumeManager {
/**
* Volume ID.
*
* @type { string }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9
@ -50,6 +51,7 @@ declare namespace volumeManager {
/**
* Universally unique identifier of volume.
*
* @type { string }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9
@ -59,6 +61,7 @@ declare namespace volumeManager {
/**
* The ID of disk that volume belongs to.
*
* @type { string }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9
@ -68,6 +71,7 @@ declare namespace volumeManager {
/**
* The label of the volume.
*
* @type { string }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9
@ -77,6 +81,7 @@ declare namespace volumeManager {
/**
* The volume is removable or not.
*
* @type { boolean }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9
@ -86,6 +91,7 @@ declare namespace volumeManager {
/**
* The mount state of the volume.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9
@ -95,6 +101,7 @@ declare namespace volumeManager {
/**
* The mount path of the volume.
*
* @type { string }
* @syscap SystemCapability.FileManagement.StorageService.Volume
* @systemapi
* @since 9