openharmony 鸿蒙 js-apidiff-file-management

2022-12-22 浏览 (783)

文件管理子系统JS API变更

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

接口变更

模块名类名方法/属性/枚举/常量变更类型
ohos.securityLabelsecurityLabelgetSecurityLabelSync(path:string): string;新增
ohos.securityLabelsecurityLabelgetSecurityLabel(path:string, callback: AsyncCallback<string>): void;
getSecurityLabel(path:string): Promise<string>;
新增
ohos.securityLabelsecurityLabelsetSecurityLabelSync(path:string, type:dataLevel): void;新增
ohos.securityLabelsecurityLabelsetSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback<void>): void;
setSecurityLabel(path:string, type:dataLevel): Promise<void>;
新增
ohos.storageStatisticsstorageStatisticsgetFreeSize(callback: AsyncCallback<number>): void;
getFreeSize(): Promise<number>;
新增
ohos.storageStatisticsstorageStatisticsgetTotalSize(callback: AsyncCallback<number>): void;
getTotalSize(): Promise<number>;
新增
ohos.storageStatisticsstorageStatisticsgetUserStorageStats(userId?: number): Promise<StorageStats>;
getUserStorageStats(callback: AsyncCallback<StorageStats>): void;
getUserStorageStats(userId: number, callback: AsyncCallback<StorageStats>): void;
新增
ohos.storageStatisticsStorageStatsapp: number;新增
ohos.storageStatisticsStorageStatsfile: number;新增
ohos.storageStatisticsStorageStatsimage: number;新增
ohos.storageStatisticsStorageStatsvideo: number;新增
ohos.storageStatisticsStorageStatsaudio: number;新增
ohos.storageStatisticsStorageStatstotal: number;新增
ohos.storageStatisticsstorageStatisticsgetSystemSize(callback: AsyncCallback<number>): void;
getSystemSize(): Promise<number>;
新增
ohos.storageStatisticsstorageStatisticsgetCurrentBundleStats(callback: AsyncCallback<BundleStats>): void;
getCurrentBundleStats(): Promise<BundleStats>;
新增
ohos.storageStatisticsstorageStatisticsgetBundleStats(packageName: string, callback: AsyncCallback<BundleStats>): void;
getBundleStats(packageName: string): Promise<BundleStats>;
新增
ohos.storageStatisticsBundleStatsdataSize: number;新增
ohos.storageStatisticsBundleStatscacheSize: number;新增
ohos.storageStatisticsBundleStatsappSize: number;新增
ohos.volumeManagervolumeManagerpartition(volId: string, fstype: string, callback: AsyncCallback<void>): void;
partition(volId: string, fstype: string): Promise<void>;
新增
ohos.volumeManagervolumeManagerformat(volId: string, callback: AsyncCallback<void>): void;
format(volId: string): Promise<void>;
新增
ohos.volumeManagervolumeManagersetVolumeDescription(uuid: string, description: string, callback: AsyncCallback<void>): void;
setVolumeDescription(uuid: string, description: string): Promise<void>;
新增
ohos.volumeManagervolumeManagergetVolumeById(id: string, callback: AsyncCallback<Volume>): void;
getVolumeById(id: string): Promise<Volume>;
新增
ohos.volumeManagervolumeManagergetVolumeByUuid(uuid: string, callback: AsyncCallback<Volume>): void;
getVolumeByUuid(uuid: string): Promise<Volume>;
新增
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 鸿蒙ArkUI子系统JS API变更

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

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

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

harmony 鸿蒙DFX子系统JS API变更

harmony 鸿蒙分布式数据管理子系统JS API变更

harmony 鸿蒙事件通知子系统JS API变更

harmony 鸿蒙全球化子系统JS API变更

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