mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
文档告警处理
Signed-off-by: xuerunlong <xuerunlong1@huawei.com>
This commit is contained in:
parent
e425872e9e
commit
57b4958933
3
api/@ohos.file.cloudSyncManager.d.ts
vendored
3
api/@ohos.file.cloudSyncManager.d.ts
vendored
@ -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
|
||||
|
1
api/@ohos.file.securityLabel.d.ts
vendored
1
api/@ohos.file.securityLabel.d.ts
vendored
@ -31,6 +31,7 @@ declare namespace securityLabel {
|
||||
/**
|
||||
* The security level.
|
||||
*
|
||||
* @typedef { 's0' | 's1' | 's2' | 's3' | 's4' }
|
||||
* @syscap SystemCapability.FileManagement.File.FileIO
|
||||
* @since 9
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user