文档告警处理

Signed-off-by: xuerunlong <xuerunlong1@huawei.com>
This commit is contained in:
xuerunlong 2024-07-23 18:59:41 +08:00
parent e425872e9e
commit 57b4958933
2 changed files with 1 additions and 3 deletions

View File

@ -168,7 +168,6 @@ declare namespace cloudSyncManager {
/**
* Describes the clear action type.
*
* @permission ohos.permission.CLOUDFILE_SYNC_MANAGER
* @enum { number }
* @syscap SystemCapability.FileManagement.DistributedFileService.CloudSyncManager
* @systemapi
@ -178,7 +177,6 @@ declare namespace cloudSyncManager {
/**
* Indicates clearing cloud identification only, retaining local cached data.
*
* @permission ohos.permission.CLOUDFILE_SYNC_MANAGER
* @syscap SystemCapability.FileManagement.DistributedFileService.CloudSyncManager
* @systemapi
* @since 10
@ -188,7 +186,6 @@ declare namespace cloudSyncManager {
/**
* Indicates clearing all cloud-related file data, which synchronized with the cloud.
*
* @permission ohos.permission.CLOUDFILE_SYNC_MANAGER
* @syscap SystemCapability.FileManagement.DistributedFileService.CloudSyncManager
* @systemapi
* @since 10

View File

@ -31,6 +31,7 @@ declare namespace securityLabel {
/**
* The security level.
*
* @typedef { 's0' | 's1' | 's2' | 's3' | 's4' }
* @syscap SystemCapability.FileManagement.File.FileIO
* @since 9
*/