1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: FileKey;<br>Method or attribute name: WIDTH = 'width'|NA|@ohos.file.fileAccess.d.ts|
4|Deleted|Class name: FileKey;<br>Method or attribute name: HEIGHT = 'height'|NA|@ohos.file.fileAccess.d.ts|
5|Deleted|Class name: FileKey;<br>Method or attribute name: DURATION = 'duration'|NA|@ohos.file.fileAccess.d.ts|
6|Deleted|Class name: FileAccessHelper;<br>Method or attribute name: getThumbnail(uri: string, size: image.Size): Promise\<image.PixelMap>;|NA|@ohos.file.fileAccess.d.ts|
7|Deleted|Class name: FileAccessHelper;<br>Method or attribute name: getThumbnail(uri: string, size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;|NA|@ohos.file.fileAccess.d.ts|
8|Added|NA|Class name: BundleVersion;<br>Method or attribute name: code: number;|@ohos.application.BackupExtensionAbility.d.ts|
9|Added|NA|Class name: BundleVersion;<br>Method or attribute name: name: string;|@ohos.application.BackupExtensionAbility.d.ts|
10|Added|NA|Class name: BackupExtensionAbility;<br>Method or attribute name: onBackup(): void;|@ohos.application.BackupExtensionAbility.d.ts|
11|Added|NA|Class name: BackupExtensionAbility;<br>Method or attribute name: onRestore(bundleVersion: BundleVersion): void;|@ohos.application.BackupExtensionAbility.d.ts|
12|Added|NA|Class name: GallerySync;<br>Method or attribute name: off(evt: 'progress', callback: (pg: SyncProgress) => void): void;|@ohos.file.cloudSync.d.ts|
13|Added|NA|Class name: Download;<br>Method or attribute name: off(evt: 'progress', callback: (pg: DownloadProgress) => void): void;|@ohos.file.cloudSync.d.ts|
14|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ADD|@ohos.file.fileAccess.d.ts|
15|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_DELETE|@ohos.file.fileAccess.d.ts|
16|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_MOVED_TO|@ohos.file.fileAccess.d.ts|
17|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_MOVED_FROM|@ohos.file.fileAccess.d.ts|
18|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_MOVE_SELF|@ohos.file.fileAccess.d.ts|
19|Added|NA|Class name: NotifyMessage;<br>Method or attribute name: type: NotifyType;|@ohos.file.fileAccess.d.ts|
20|Added|NA|Class name: NotifyMessage;<br>Method or attribute name: uris: Array\<string>;|@ohos.file.fileAccess.d.ts|
21|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: registerObserver(uri: string, notifyForDescendants: boolean, callback: Callback\<NotifyMessage>): void;|@ohos.file.fileAccess.d.ts|
22|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: unregisterObserver(uri: string, callback?: Callback\<NotifyMessage>): void;|@ohos.file.fileAccess.d.ts|
23|Added|NA|Class name: FileUri;<br>Method or attribute name: constructor(uriOrPath: string);|@ohos.file.fileuri.d.ts|
24|Added|NA|Class name: FileUri;<br>Method or attribute name: readonly name: string;|@ohos.file.fileuri.d.ts|
25|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts|
26|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts|
27|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDirSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
28|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function dup(fd: number): File;|@ohos.file.fs.d.ts|
29|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts|
30|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts|
31|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDirSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
32|Added|NA|Class name: File;<br>Method or attribute name: readonly path: string;|@ohos.file.fs.d.ts|
33|Added|NA|Class name: File;<br>Method or attribute name: readonly name: string;|@ohos.file.fs.d.ts|
34|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setUserComment(userComment: string, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts|
35|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setUserComment(userComment: string): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts|
36|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getExif(callback: AsyncCallback\<string>): void;|@ohos.file.photoAccessHelper.d.ts|
37|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getExif(): Promise\<string>;|@ohos.file.photoAccessHelper.d.ts|
38|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: USER_COMMENT = 'user_comment'|@ohos.file.photoAccessHelper.d.ts|
39|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: CAMERA_SHOT_KEY = 'camera_shot_key'|@ohos.file.photoAccessHelper.d.ts|
40|Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@ohos.file.photoAccessHelper.d.ts|
41|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createDeleteRequest(uriList: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts|
42|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createDeleteRequest(uriList: Array\<string>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts|
43|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback\<number>): void;|@ohos.file.photoAccessHelper.d.ts|
44|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise\<number>;|@ohos.file.photoAccessHelper.d.ts|
45|Added|NA|Class name: PhotoViewMIMETypes;<br>Method or attribute name: IMAGE_TYPE = 'image/*'|@ohos.file.photoAccessHelper.d.ts|
46|Added|NA|Class name: PhotoViewMIMETypes;<br>Method or attribute name: VIDEO_TYPE = 'video/*'|@ohos.file.photoAccessHelper.d.ts|
47|Added|NA|Class name: PhotoViewMIMETypes;<br>Method or attribute name: IMAGE_VIDEO_TYPE = '\*\/\*'|@ohos.file.photoAccessHelper.d.ts|
48|Added|NA|Class name: PhotoSelectOptions;<br>Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.photoAccessHelper.d.ts|
49|Added|NA|Class name: PhotoSelectOptions;<br>Method or attribute name: maxSelectNumber?: number;|@ohos.file.photoAccessHelper.d.ts|
50|Added|NA|Class name: PhotoSelectResult;<br>Method or attribute name: photoUris: Array\<string>;|@ohos.file.photoAccessHelper.d.ts|
51|Added|NA|Class name: PhotoSelectResult;<br>Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.photoAccessHelper.d.ts|
52|Added|NA|Class name: PhotoViewPicker;<br>Method or attribute name: select(option?: PhotoSelectOptions): Promise\<PhotoSelectResult>;|@ohos.file.photoAccessHelper.d.ts|
53|Added|NA|Class name: PhotoViewPicker;<br>Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\<PhotoSelectResult>): void;|@ohos.file.photoAccessHelper.d.ts|
54|Added|NA|Class name: PhotoViewPicker;<br>Method or attribute name: select(callback: AsyncCallback\<PhotoSelectResult>): void;|@ohos.file.photoAccessHelper.d.ts|
55|Added|NA|Class name: DocumentSelectOptions;<br>Method or attribute name: defaultFilePathUri?: string;|@ohos.file.picker.d.ts|
56|Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: defaultFilePathUri?: string;|@ohos.file.picker.d.ts|
57|Added|NA|Class name: DocumentSelectOptions;<br>Method or attribute name: fileSuffixFilters?: Array\<string>;|@ohos.file.picker.d.ts|
58|Added|NA|Class name: DocumentSelectOptions;<br>Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts|
59|Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: fileSuffixChoices?: Array\<string>;|@ohos.file.picker.d.ts|
60|Added|NA|Class name: recent;<br>Method or attribute name: function listFile(): Array\<FileInfo>;|@ohos.file.recent.d.ts|
61|Added|NA|Class name: recent;<br>Method or attribute name: function add(uri: string): void;|@ohos.file.recent.d.ts|
62|Added|NA|Class name: recent;<br>Method or attribute name: function remove(uri: string): void;|@ohos.file.recent.d.ts|
63|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly uri: string;|@ohos.file.recent.d.ts|
64|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly srcPath: string;|@ohos.file.recent.d.ts|
65|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly fileName: string;|@ohos.file.recent.d.ts|
66|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mode: number;|@ohos.file.recent.d.ts|
67|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly size: number;|@ohos.file.recent.d.ts|
68|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mtime: number;|@ohos.file.recent.d.ts|
69|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly ctime: number;|@ohos.file.recent.d.ts|
70|Added|NA|Class name: statfs;<br>Method or attribute name: function getFreeSizeSync(path: string): number;|@ohos.file.statvfs.d.ts|
71|Added|NA|Class name: statfs;<br>Method or attribute name: function getTotalSizeSync(path: string): number;|@ohos.file.statvfs.d.ts|
72|Added|NA|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeSync(): number;|@ohos.file.storageStatistics.d.ts|
73|Added|NA|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeSync(): number;|@ohos.file.storageStatistics.d.ts|
74|Added|NA|Class name: trash;<br>Method or attribute name: function listFile(): Array\<FileInfo>;|@ohos.file.trash.d.ts|
75|Added|NA|Class name: trash;<br>Method or attribute name: function recover(uri: string): void;|@ohos.file.trash.d.ts|
76|Added|NA|Class name: trash;<br>Method or attribute name: function completelyDelete(uri: string): void;|@ohos.file.trash.d.ts|
77|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly uri: string;|@ohos.file.trash.d.ts|
78|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly srcPath: string;|@ohos.file.trash.d.ts|
79|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly fileName: string;|@ohos.file.trash.d.ts|
80|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mode: number;|@ohos.file.trash.d.ts|
81|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly size: number;|@ohos.file.trash.d.ts|
82|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mtime: number;|@ohos.file.trash.d.ts|
83|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly ctime: number;|@ohos.file.trash.d.ts|
84|Added|NA|Class name: FileAsset;<br>Method or attribute name: setUserComment(userComment: string, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
85|Added|NA|Class name: FileAsset;<br>Method or attribute name: setUserComment(userComment: string): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
86|Added|NA|Class name: FileAsset;<br>Method or attribute name: getExif(callback: AsyncCallback\<string>): void;|@ohos.filemanagement.userFileManager.d.ts|
87|Added|NA|Class name: FileAsset;<br>Method or attribute name: getExif(): Promise\<string>;|@ohos.filemanagement.userFileManager.d.ts|
88|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: USER_COMMENT|@ohos.filemanagement.userFileManager.d.ts|
89|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: CAMERA_SHOT_KEY|@ohos.filemanagement.userFileManager.d.ts|
90|Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@ohos.filemanagement.userFileManager.d.ts|
91|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback\<number>): void;|@ohos.filemanagement.userFileManager.d.ts|
92|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise\<number>;|@ohos.filemanagement.userFileManager.d.ts|
93|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts|
94|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts|
95|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: get(member: string): MemberType;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: get(member: string): MemberType;<br>New version information: 401, 13900020, 14000014|@ohos.file.photoAccessHelper.d.ts|
96|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: set(member: string, value: string): void;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: set(member: string, value: string): void;<br>New version information: 401, 13900020, 14000014|@ohos.file.photoAccessHelper.d.ts|
97|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>New version information: 401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
98|Error code changed|Class name: Album;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: Album;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
99|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: commitModify(): Promise\<void>;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: commitModify(): Promise\<void>;<br>New version information: 401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
100|Error code changed|Class name: Album;<br>Method or attribute name: commitModify(): Promise\<void>;<br>Old version information: 401|Class name: Album;<br>Method or attribute name: commitModify(): Promise\<void>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
101|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;<br>Old version information: 202,401|Class name: PhotoAsset;<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
102|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: open(mode: string): Promise\<number>;<br>Old version information: 202,401|Class name: PhotoAsset;<br>Method or attribute name: open(mode: string): Promise\<number>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
103|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: getReadOnlyFd(callback: AsyncCallback\<number>): void;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: getReadOnlyFd(callback: AsyncCallback\<number>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
104|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: getReadOnlyFd(): Promise\<number>;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: getReadOnlyFd(): Promise\<number>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
105|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
106|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: close(fd: number): Promise\<void>;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: close(fd: number): Promise\<void>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
107|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
108|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
109|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(size?: image.Size): Promise\<image.PixelMap>;<br>Old version information: 401|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(size?: image.Size): Promise\<image.PixelMap>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
110|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: setFavorite(favoriteState: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: PhotoAsset;<br>Method or attribute name: setFavorite(favoriteState: boolean, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
111|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: setFavorite(favoriteState: boolean): Promise\<void>;<br>Old version information: 202,401|Class name: PhotoAsset;<br>Method or attribute name: setFavorite(favoriteState: boolean): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
112|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: PhotoAsset;<br>Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
113|Error code changed|Class name: PhotoAsset;<br>Method or attribute name: setHidden(hiddenState: boolean): Promise\<void>;<br>Old version information: 202,401|Class name: PhotoAsset;<br>Method or attribute name: setHidden(hiddenState: boolean): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
114|Error code changed|Class name: FetchResult;<br>Method or attribute name: getCount(): number;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getCount(): number;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
115|Error code changed|Class name: FetchResult;<br>Method or attribute name: isAfterLast(): boolean;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: isAfterLast(): boolean;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
116|Error code changed|Class name: FetchResult;<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<T>): void;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<T>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
117|Error code changed|Class name: FetchResult;<br>Method or attribute name: getFirstObject(): Promise\<T>;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getFirstObject(): Promise\<T>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
118|Error code changed|Class name: FetchResult;<br>Method or attribute name: getNextObject(callback: AsyncCallback\<T>): void;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getNextObject(callback: AsyncCallback\<T>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
119|Error code changed|Class name: FetchResult;<br>Method or attribute name: getNextObject(): Promise\<T>;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getNextObject(): Promise\<T>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
120|Error code changed|Class name: FetchResult;<br>Method or attribute name: getLastObject(callback: AsyncCallback\<T>): void;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getLastObject(callback: AsyncCallback\<T>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
121|Error code changed|Class name: FetchResult;<br>Method or attribute name: getLastObject(): Promise\<T>;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getLastObject(): Promise\<T>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
122|Error code changed|Class name: FetchResult;<br>Method or attribute name: getObjectByPosition(index: number, callback: AsyncCallback\<T>): void;<br>Old version information: 401|Class name: FetchResult;<br>Method or attribute name: getObjectByPosition(index: number, callback: AsyncCallback\<T>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
123|Error code changed|Class name: FetchResult;<br>Method or attribute name: getObjectByPosition(index: number): Promise\<T>;<br>Old version information: 401|Class name: FetchResult;<br>Method or attribute name: getObjectByPosition(index: number): Promise\<T>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
124|Error code changed|Class name: FetchResult;<br>Method or attribute name: getAllObjects(callback: AsyncCallback\<Array\<T>>): void;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getAllObjects(callback: AsyncCallback\<Array\<T>>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
125|Error code changed|Class name: FetchResult;<br>Method or attribute name: getAllObjects(): Promise\<Array\<T>>;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: getAllObjects(): Promise\<Array\<T>>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
126|Error code changed|Class name: FetchResult;<br>Method or attribute name: close(): void;<br>Old version information: 13900042|Class name: FetchResult;<br>Method or attribute name: close(): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
127|Error code changed|Class name: AbsAlbum;<br>Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<PhotoAsset>>): void;<br>Old version information: 401|Class name: AbsAlbum;<br>Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<PhotoAsset>>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
128|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<PhotoAsset>>): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<PhotoAsset>>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
129|Error code changed|Class name: AbsAlbum;<br>Method or attribute name: getAssets(options: FetchOptions): Promise\<FetchResult\<PhotoAsset>>;<br>Old version information: 401|Class name: AbsAlbum;<br>Method or attribute name: getAssets(options: FetchOptions): Promise\<FetchResult\<PhotoAsset>>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
130|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: getAssets(options: FetchOptions): Promise\<FetchResult\<PhotoAsset>>;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: getAssets(options: FetchOptions): Promise\<FetchResult\<PhotoAsset>>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
131|Error code changed|Class name: Album;<br>Method or attribute name: addAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: Album;<br>Method or attribute name: addAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
132|Error code changed|Class name: Album;<br>Method or attribute name: addAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>Old version information: 401|Class name: Album;<br>Method or attribute name: addAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
133|Error code changed|Class name: Album;<br>Method or attribute name: removeAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: Album;<br>Method or attribute name: removeAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
134|Error code changed|Class name: Album;<br>Method or attribute name: removeAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>Old version information: 401|Class name: Album;<br>Method or attribute name: removeAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
135|Error code changed|Class name: Album;<br>Method or attribute name: recoverAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: Album;<br>Method or attribute name: recoverAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
136|Error code changed|Class name: Album;<br>Method or attribute name: recoverAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>Old version information: 202,401|Class name: Album;<br>Method or attribute name: recoverAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
137|Error code changed|Class name: Album;<br>Method or attribute name: deleteAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: Album;<br>Method or attribute name: deleteAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
138|Error code changed|Class name: Album;<br>Method or attribute name: deleteAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>Old version information: 202,401|Class name: Album;<br>Method or attribute name: deleteAssets(assets: Array\<PhotoAsset>): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
139|Error code changed|Class name: Album;<br>Method or attribute name: setCoverUri(uri: string, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: Album;<br>Method or attribute name: setCoverUri(uri: string, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
140|Error code changed|Class name: Album;<br>Method or attribute name: setCoverUri(uri: string): Promise\<void>;<br>Old version information: 202,401|Class name: Album;<br>Method or attribute name: setCoverUri(uri: string): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
141|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, callback: AsyncCallback\<PhotoAsset>): void;<br>Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, callback: AsyncCallback\<PhotoAsset>): void;<br>New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
142|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string): Promise\<PhotoAsset>;<br>Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string): Promise\<PhotoAsset>;<br>New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
143|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions): Promise\<PhotoAsset>;<br>Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions): Promise\<PhotoAsset>;<br>New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
144|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions, callback: AsyncCallback\<PhotoAsset>): void;<br>Old version information: 202,401, 14000001|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions, callback: AsyncCallback\<PhotoAsset>): void;<br>New version information: 202,401, 13900012, 13900020, 14000001, 14000011|@ohos.file.photoAccessHelper.d.ts|
145|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, options: CreateOptions, callback: AsyncCallback\<string>): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, options: CreateOptions, callback: AsyncCallback\<string>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
146|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, callback: AsyncCallback\<string>): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, callback: AsyncCallback\<string>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
147|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, options?: CreateOptions): Promise\<string>;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, options?: CreateOptions): Promise\<string>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
148|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAlbum(name: string, callback: AsyncCallback\<Album>): void;<br>Old version information: 202,401|Class name: PhotoAccessHelper;<br>Method or attribute name: createAlbum(name: string, callback: AsyncCallback\<Album>): void;<br>New version information: 202,401, 13900012, 13900015, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
149|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: createAlbum(name: string): Promise\<Album>;<br>Old version information: 202,401|Class name: PhotoAccessHelper;<br>Method or attribute name: createAlbum(name: string): Promise\<Album>;<br>New version information: 202,401, 13900012, 13900015, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
150|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
151|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>): Promise\<void>;<br>Old version information: 202,401|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
152|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(<br>      type: AlbumType,<br>      subtype: AlbumSubtype,<br>      options: FetchOptions,<br>      callback: AsyncCallback\<FetchResult\<Album>><br>    ): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(<br>      type: AlbumType,<br>      subtype: AlbumSubtype,<br>      options: FetchOptions,<br>      callback: AsyncCallback\<FetchResult\<Album>><br>    ): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
153|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback\<FetchResult\<Album>>): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback\<FetchResult\<Album>>): void;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
154|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise\<FetchResult\<Album>>;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise\<FetchResult\<Album>>;<br>New version information: 401, 13900012, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
155|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAssets(uriList: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAssets(uriList: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version information: 202,401, 13900012, 13900020, 14000002, 14000011|@ohos.file.photoAccessHelper.d.ts|
156|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAssets(uriList: Array\<string>): Promise\<void>;<br>Old version information: 202,401|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAssets(uriList: Array\<string>): Promise\<void>;<br>New version information: 202,401, 13900012, 13900020, 14000002, 14000011|@ohos.file.photoAccessHelper.d.ts|
157|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\<ChangeData>): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\<ChangeData>): void;<br>New version information: 401, 13900012, 13900020|@ohos.file.photoAccessHelper.d.ts|
158|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: unRegisterChange(uri: string, callback?: Callback\<ChangeData>): void;<br>Old version information: 401|Class name: PhotoAccessHelper;<br>Method or attribute name: unRegisterChange(uri: string, callback?: Callback\<ChangeData>): void;<br>New version information: 401, 13900012, 13900020|@ohos.file.photoAccessHelper.d.ts|
159|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Old version information: 13900042|Class name: PhotoAccessHelper;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
160|Error code changed|Class name: PhotoAccessHelper;<br>Method or attribute name: release(): Promise\<void>;<br>Old version information: 13900042|Class name: PhotoAccessHelper;<br>Method or attribute name: release(): Promise\<void>;<br>New version information: 401, 13900020, 14000011|@ohos.file.photoAccessHelper.d.ts|
161|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
162|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
163|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
164|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
165|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
166|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
167|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;<br>Old version information: 13600001, 13900032,401|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;<br>New version information: 13600001, 13900042,401|@ohos.file.storageStatistics.d.ts|
168|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;<br>Old version information: 13600001, 13900032,401|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;<br>New version information: 13600001, 13900042,401|@ohos.file.storageStatistics.d.ts|
169|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
170|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
171|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(): Promise\<StorageStats>;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(): Promise\<StorageStats>;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
172|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
173|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number): Promise\<StorageStats>;<br>Old version information: 13600001, 13600009, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number): Promise\<StorageStats>;<br>New version information: 13600001, 13600009, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
174|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>Old version information: 13600001, 13600009, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>New version information: 13600001, 13600009, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
175|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
176|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
177|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
178|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts|
179|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
180|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>Old version information: 13600001, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
181|Error code changed|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
182|Error code changed|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>Old version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>New version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
183|Error code changed|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
184|Error code changed|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>Old version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>New version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
185|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
186|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
187|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
188|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
189|Error code changed|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
190|Error code changed|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
191|Error code changed|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
192|Error code changed|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
193|Error code changed|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
194|Error code changed|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts|
195|Access level changed|Class name: sourcefile;<br>Method or attribute name: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;<br>Old version information: systemapi|Class name: sourcefile;<br>Method or attribute name: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;<br>New version information: |@ohos.file.fs.d.ts|
196|Access level changed|Class name: WatchEventListener;<br>Method or attribute name: export interface WatchEventListener<br>Old version information: systemapi|Class name: WatchEventListener;<br>Method or attribute name: export interface WatchEventListener<br>New version information: |@ohos.file.fs.d.ts|
197|Access level changed|Class name: WatchEventListener;<br>Method or attribute name: (event: WatchEvent): void;<br>Old version information: systemapi|Class name: WatchEventListener;<br>Method or attribute name: (event: WatchEvent): void;<br>New version information: |@ohos.file.fs.d.ts|
198|Access level changed|Class name: WatchEvent;<br>Method or attribute name: export interface WatchEvent<br>Old version information: systemapi|Class name: WatchEvent;<br>Method or attribute name: export interface WatchEvent<br>New version information: |@ohos.file.fs.d.ts|
199|Access level changed|Class name: WatchEvent;<br>Method or attribute name: readonly fileName: string;<br>Old version information: systemapi|Class name: WatchEvent;<br>Method or attribute name: readonly fileName: string;<br>New version information: |@ohos.file.fs.d.ts|
200|Access level changed|Class name: WatchEvent;<br>Method or attribute name: readonly event: number;<br>Old version information: systemapi|Class name: WatchEvent;<br>Method or attribute name: readonly event: number;<br>New version information: |@ohos.file.fs.d.ts|
201|Access level changed|Class name: WatchEvent;<br>Method or attribute name: readonly cookie: number;<br>Old version information: systemapi|Class name: WatchEvent;<br>Method or attribute name: readonly cookie: number;<br>New version information: |@ohos.file.fs.d.ts|
202|Access level changed|Class name: Watcher;<br>Method or attribute name: export interface Watcher<br>Old version information: systemapi|Class name: Watcher;<br>Method or attribute name: export interface Watcher<br>New version information: |@ohos.file.fs.d.ts|
203|Access level changed|Class name: Watcher;<br>Method or attribute name: start(): void;<br>Old version information: systemapi|Class name: Watcher;<br>Method or attribute name: start(): void;<br>New version information: |@ohos.file.fs.d.ts|
204|Access level changed|Class name: Watcher;<br>Method or attribute name: stop(): void;<br>Old version information: systemapi|Class name: Watcher;<br>Method or attribute name: stop(): void;<br>New version information: |@ohos.file.fs.d.ts|
205|Permission changed|Class name: photoAccessHelper;<br>Method or attribute name: function getPhotoAccessHelper(context: Context): PhotoAccessHelper;<br>Old version information: ohos.permission.READ_IMAGEVIDEO|Class name: photoAccessHelper;<br>Method or attribute name: function getPhotoAccessHelper(context: Context): PhotoAccessHelper;<br>New version information: |@ohos.file.photoAccessHelper.d.ts|
206|Permission changed|Class name: PhotoAccessHelper;<br>Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\<ChangeData>): void;<br>Old version information: ohos.permission.READ_IMAGEVIDEO|Class name: PhotoAccessHelper;<br>Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\<ChangeData>): void;<br>New version information: |@ohos.file.photoAccessHelper.d.ts|
207|Permission changed|Class name: PhotoAccessHelper;<br>Method or attribute name: unRegisterChange(uri: string, callback?: Callback\<ChangeData>): void;<br>Old version information: ohos.permission.READ_IMAGEVIDEO|Class name: PhotoAccessHelper;<br>Method or attribute name: unRegisterChange(uri: string, callback?: Callback\<ChangeData>): void;<br>New version information: |@ohos.file.photoAccessHelper.d.ts|
208|Model changed|Class name: FileInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: uri: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
209|Model changed|Class name: RootInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: uri: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
210|Model changed|Class name: FileInfo;<br>Method or attribute name: relativePath: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: relativePath: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
211|Model changed|Class name: RootInfo;<br>Method or attribute name: relativePath: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: relativePath: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
212|Model changed|Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
213|Model changed|Class name: FileInfo;<br>Method or attribute name: mode: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mode: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
214|Model changed|Class name: FileInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: size: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
215|Model changed|Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
216|Model changed|Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
217|Model changed|Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
218|Model changed|Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
219|Model changed|Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
220|Model changed|Class name: OPENFLAGS;<br>Method or attribute name: READ = 0o0<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: READ = 0o0<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
221|Model changed|Class name: OPENFLAGS;<br>Method or attribute name: WRITE = 0o1<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: WRITE = 0o1<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
222|Model changed|Class name: OPENFLAGS;<br>Method or attribute name: WRITE_READ = 0o2<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: WRITE_READ = 0o2<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
223|Model changed|Class name: FileKey;<br>Method or attribute name: DISPLAY_NAME = 'display_name'<br>Old version information: |Class name: FileKey;<br>Method or attribute name: DISPLAY_NAME = 'display_name'<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
224|Model changed|Class name: FileKey;<br>Method or attribute name: DATE_ADDED = 'date_added'<br>Old version information: |Class name: FileKey;<br>Method or attribute name: DATE_ADDED = 'date_added'<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
225|Model changed|Class name: FileKey;<br>Method or attribute name: DATE_MODIFIED = 'date_modified'<br>Old version information: |Class name: FileKey;<br>Method or attribute name: DATE_MODIFIED = 'date_modified'<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
226|Model changed|Class name: FileKey;<br>Method or attribute name: RELATIVE_PATH = 'relative_path'<br>Old version information: |Class name: FileKey;<br>Method or attribute name: RELATIVE_PATH = 'relative_path'<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
227|Model changed|Class name: FileKey;<br>Method or attribute name: FILE_SIZE = 'size'<br>Old version information: |Class name: FileKey;<br>Method or attribute name: FILE_SIZE = 'size'<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts|
228