openharmony 鸿蒙 js-apidiff-file-management

2022-12-22 浏览 (726)

文件管理子系统JS API变更

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

接口变更

模块名类名方法/属性/枚举/常量变更类型
ohos.volumeManagerVolumediskId: string;新增
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.volumeManagervolumeManagerold :
getVolumeById(id: string, callback: AsyncCallback<Volume>): void;
getVolumeById(id: string): Promise<Volume>;
new :
getVolumeById(volumeId: string, callback: AsyncCallback<Volume>): void;
getVolumeById(volumeId: string): Promise<Volume>
变更
ohos.volumeManagervolumeManagerold :
format(volId: string, callback: AsyncCallback<void>): void;
format(volId: string): Promise<void>;
new :
format(volumeId: string, fsType: string, callback: AsyncCallback<void>): void;
format(volumeId: string, fsType: string): Promise<void>;
变更
ohos.volumeManagervolumeManagerold :
partition(volId: string, fstype: string, callback: AsyncCallback<void>): void;
partition(volId: string, fstype: string): Promise<void>;
new :
partition(diskId: string, type: number, callback: AsyncCallback<void>): void;
partition(diskId: string, type: number): Promise<void>;
变更

你可能感兴趣的鸿蒙文章

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

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

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变更

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