openharmony 鸿蒙 js-apidiff-file-management_api-9-canary

2022-12-22 浏览 (785)

文件管理子系统JS API变更

OpenHarmony 3.2 Canary1版本相较于OpenHarmony 3.1 Release版本,文件管理子系统的API变更如下:

接口变更

模块名类名方法/属性/枚举/常量变更类型
ohos.storageStatisticsstorageStatisticsgetBundleStats(packageName: string, callback: AsyncCallback<BundleStats>): void;
getBundleStats(packageName: string): Promise<BundleStats>;
新增
ohos.storageStatisticsBundleStatsdataSize: number;新增
ohos.storageStatisticsBundleStatscacheSize: number;新增
ohos.storageStatisticsBundleStatsappSize: number;新增
ohos.volumeManagervolumeManagerunmount(volumeId: string, callback: AsyncCallback<boolean>): void;
unmount(volumeId: string): Promise<boolean>;
新增
ohos.volumeManagervolumeManagermount(volumeId: string, callback: AsyncCallback<boolean>): void;
mount(volumeId: string): Promise<boolean>;
新增
ohos.volumeManagervolumeManagergetAllVolumes(callback: AsyncCallback<Array<Volume>>): void;
getAllVolumes(): Promise<Array<Volume>>;
新增
ohos.volumeManagerVolumepath: string;新增
ohos.volumeManagerVolumestate: number;新增
ohos.volumeManagerVolumeremovable: boolean;新增
ohos.volumeManagerVolumedescription: string;新增
ohos.volumeManagerVolumeuuid: string;新增
ohos.volumeManagerVolumeid: string;新增

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙元能力子系统JS API变更

harmony 鸿蒙元能力子系统JS API变更

harmony 鸿蒙无障碍子系统JS API变更

harmony 鸿蒙帐号子系统JS API变更

harmony 鸿蒙ArkUI子系统JS API变更

harmony 鸿蒙电源服务子系统JS API变更

harmony 鸿蒙包管理子系统JS API变更

harmony 鸿蒙包管理子系统JS API变更

harmony 鸿蒙基础通信子系统JS API变更

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/401ecedf05ad4781b096769d4a1b5044