From a8130387da0735773a095d576ca62b0dd8d874e7 Mon Sep 17 00:00:00 2001 From: haonan_7 Date: Tue, 22 Mar 2022 14:35:33 +0800 Subject: [PATCH] add @systemapi and @since 9 Signed-off-by: haonan_7 --- api/@ohos.volumeManager.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/@ohos.volumeManager.d.ts b/api/@ohos.volumeManager.d.ts index d12b057ec4..e688a031be 100644 --- a/api/@ohos.volumeManager.d.ts +++ b/api/@ohos.volumeManager.d.ts @@ -38,6 +38,12 @@ declare namespace volumeManager { state: number; path: string; } +/** + * Get All Volumes + * + * @since 9 + * @systemapi + */ function getAllVolumes(callback: AsyncCallback>): void; function getAllVolumes(): Promise>; -- Gitee