| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| API跨平台权限变更 | 类名:global; API声明:declare function copyDir(src: string, dest: string, mode?: number): Promise<void>; 差异内容:NA |
类名:global; API声明:declare function copyDir(src: string, dest: string, mode?: number): Promise<void>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:global; API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:NA |
类名:global; API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:global; API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:NA |
类名:global; API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function copyDirSync(src: string, dest: string, mode?: number): void; 差异内容:NA |
类名:global; API声明:declare function copyDirSync(src: string, dest: string, mode?: number): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createStream(path: string, mode: string): Promise<Stream>; 差异内容:NA |
类名:global; API声明:declare function createStream(path: string, mode: string): Promise<Stream>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:NA |
类名:global; API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createStreamSync(path: string, mode: string): Stream; 差异内容:NA |
类名:global; API声明:declare function createStreamSync(path: string, mode: string): Stream; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createRandomAccessFile(file: string | File, mode?: number, options?: RandomAccessFileOptions): Promise<RandomAccessFile>; 差异内容:NA |
类名:global; API声明:declare function createRandomAccessFile(file: string | File, mode?: number, options?: RandomAccessFileOptions): Promise<RandomAccessFile>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createRandomAccessFile(file: string | File, callback: AsyncCallback<RandomAccessFile>): void; 差异内容:NA |
类名:global; API声明:declare function createRandomAccessFile(file: string | File, callback: AsyncCallback<RandomAccessFile>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createRandomAccessFile(file: string | File, mode: number, callback: AsyncCallback<RandomAccessFile>): void; 差异内容:NA |
类名:global; API声明:declare function createRandomAccessFile(file: string | File, mode: number, callback: AsyncCallback<RandomAccessFile>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createRandomAccessFileSync(file: string | File, mode?: number, options?: RandomAccessFileOptions): RandomAccessFile; 差异内容:NA |
类名:global; API声明:declare function createRandomAccessFileSync(file: string | File, mode?: number, options?: RandomAccessFileOptions): RandomAccessFile; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createReadStream(path: string, options?: ReadStreamOptions): ReadStream; 差异内容:NA |
类名:global; API声明:declare function createReadStream(path: string, options?: ReadStreamOptions): ReadStream; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createWriteStream(path: string, options?: WriteStreamOptions): WriteStream; 差异内容:NA |
类名:global; API声明:declare function createWriteStream(path: string, options?: WriteStreamOptions): WriteStream; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher; 差异内容:NA |
类名:global; API声明:declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>; 差异内容:NA |
类名:global; API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:NA |
类名:global; API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream; 差异内容:NA |
类名:global; API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function lstat(path: string): Promise<Stat>; 差异内容:NA |
类名:global; API声明:declare function lstat(path: string): Promise<Stat>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function lstat(path: string, callback: AsyncCallback<Stat>): void; 差异内容:NA |
类名:global; API声明:declare function lstat(path: string, callback: AsyncCallback<Stat>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function lstatSync(path: string): Stat; 差异内容:NA |
类名:global; API声明:declare function lstatSync(path: string): Stat; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function mkdir(path: string, recursion: boolean): Promise<void>; 差异内容:NA |
类名:global; API声明:declare function mkdir(path: string, recursion: boolean): Promise<void>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function mkdir(path: string, recursion: boolean, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:global; API声明:declare function mkdir(path: string, recursion: boolean, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function mkdirSync(path: string, recursion: boolean): void; 差异内容:NA |
类名:global; API声明:declare function mkdirSync(path: string, recursion: boolean): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function moveDir(src: string, dest: string, mode?: number): Promise<void>; 差异内容:NA |
类名:global; API声明:declare function moveDir(src: string, dest: string, mode?: number): Promise<void>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:global; API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:NA |
类名:global; API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:global; API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:NA |
类名:global; API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function moveDirSync(src: string, dest: string, mode?: number): void; 差异内容:NA |
类名:global; API声明:declare function moveDirSync(src: string, dest: string, mode?: number): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function readLines(filePath: string, options?: Options): Promise<ReaderIterator>; 差异内容:NA |
类名:global; API声明:declare function readLines(filePath: string, options?: Options): Promise<ReaderIterator>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function readLines(filePath: string, callback: AsyncCallback<ReaderIterator>): void; 差异内容:NA |
类名:global; API声明:declare function readLines(filePath: string, callback: AsyncCallback<ReaderIterator>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function readLines(filePath: string, options: Options, callback: AsyncCallback<ReaderIterator>): void; 差异内容:NA |
类名:global; API声明:declare function readLines(filePath: string, options: Options, callback: AsyncCallback<ReaderIterator>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function readLinesSync(filePath: string, options?: Options): ReaderIterator; 差异内容:NA |
类名:global; API声明:declare function readLinesSync(filePath: string, options?: Options): ReaderIterator; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function setxattr(path: string, key: string, value: string): Promise<void>; 差异内容:NA |
类名:global; API声明:declare function setxattr(path: string, key: string, value: string): Promise<void>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function setxattrSync(path: string, key: string, value: string): void; 差异内容:NA |
类名:global; API声明:declare function setxattrSync(path: string, key: string, value: string): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function getxattr(path: string, key: string): Promise<string>; 差异内容:NA |
类名:global; API声明:declare function getxattr(path: string, key: string): Promise<string>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare function getxattrSync(path: string, key: string): string; 差异内容:NA |
类名:global; API声明:declare function getxattrSync(path: string, key: string): string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:File; API声明:getParent(): string; 差异内容:NA |
类名:File; API声明:getParent(): string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface RandomAccessFile 差异内容:NA |
类名:global; API声明:declare interface RandomAccessFile 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:readonly fd: number; 差异内容:NA |
类名:RandomAccessFile; API声明:readonly fd: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:readonly filePointer: number; 差异内容:NA |
类名:RandomAccessFile; API声明:readonly filePointer: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:setFilePointer(filePointer: number): void; 差异内容:NA |
类名:RandomAccessFile; API声明:setFilePointer(filePointer: number): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:close(): void; 差异内容:NA |
类名:RandomAccessFile; API声明:close(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:write(buffer: ArrayBuffer | string, options?: WriteOptions): Promise<number>; 差异内容:NA |
类名:RandomAccessFile; API声明:write(buffer: ArrayBuffer | string, options?: WriteOptions): Promise<number>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:write(buffer: ArrayBuffer | string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:RandomAccessFile; API声明:write(buffer: ArrayBuffer | string, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:write(buffer: ArrayBuffer | string, options: WriteOptions, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:RandomAccessFile; API声明:write(buffer: ArrayBuffer | string, options: WriteOptions, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:writeSync(buffer: ArrayBuffer | string, options?: WriteOptions): number; 差异内容:NA |
类名:RandomAccessFile; API声明:writeSync(buffer: ArrayBuffer | string, options?: WriteOptions): number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; 差异内容:NA |
类名:RandomAccessFile; API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:RandomAccessFile; API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:RandomAccessFile; API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFile; API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number; 差异内容:NA |
类名:RandomAccessFile; API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class ReadStream 差异内容:NA |
类名:global; API声明:declare class ReadStream 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadStream; API声明:readonly bytesRead: number; 差异内容:NA |
类名:ReadStream; API声明:readonly bytesRead: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadStream; API声明:readonly path: string; 差异内容:NA |
类名:ReadStream; API声明:readonly path: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadStream; API声明:seek(offset: number, whence?: WhenceType): number; 差异内容:NA |
类名:ReadStream; API声明:seek(offset: number, whence?: WhenceType): number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadStream; API声明:close(): void; 差异内容:NA |
类名:ReadStream; API声明:close(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class WriteStream 差异内容:NA |
类名:global; API声明:declare class WriteStream 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteStream; API声明:readonly bytesWritten: number; 差异内容:NA |
类名:WriteStream; API声明:readonly bytesWritten: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteStream; API声明:readonly path: string; 差异内容:NA |
类名:WriteStream; API声明:readonly path: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteStream; API声明:seek(offset: number, whence?: WhenceType): number; 差异内容:NA |
类名:WriteStream; API声明:seek(offset: number, whence?: WhenceType): number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteStream; API声明:close(): void; 差异内容:NA |
类名:WriteStream; API声明:close(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface Stream 差异内容:NA |
类名:global; API声明:declare interface Stream 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:close(): Promise<void>; 差异内容:NA |
类名:Stream; API声明:close(): Promise<void>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:close(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:Stream; API声明:close(callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:closeSync(): void; 差异内容:NA |
类名:Stream; API声明:closeSync(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:flush(): Promise<void>; 差异内容:NA |
类名:Stream; API声明:flush(): Promise<void>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:flush(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:Stream; API声明:flush(callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:flushSync(): void; 差异内容:NA |
类名:Stream; API声明:flushSync(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:write(buffer: ArrayBuffer | string, options?: WriteOptions): Promise<number>; 差异内容:NA |
类名:Stream; API声明:write(buffer: ArrayBuffer | string, options?: WriteOptions): Promise<number>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:write(buffer: ArrayBuffer | string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:write(buffer: ArrayBuffer | string, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:write(buffer: ArrayBuffer | string, options: WriteOptions, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:write(buffer: ArrayBuffer | string, options: WriteOptions, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:writeSync(buffer: ArrayBuffer | string, options?: WriteOptions): number; 差异内容:NA |
类名:Stream; API声明:writeSync(buffer: ArrayBuffer | string, options?: WriteOptions): number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; 差异内容:NA |
类名:Stream; API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Stream; API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number; 差异内容:NA |
类名:Stream; API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface WatchEventListener 差异内容:NA |
类名:global; API声明:export interface WatchEventListener 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface WatchEvent 差异内容:NA |
类名:global; API声明:export interface WatchEvent 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WatchEvent; API声明:readonly fileName: string; 差异内容:NA |
类名:WatchEvent; API声明:readonly fileName: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WatchEvent; API声明:readonly event: number; 差异内容:NA |
类名:WatchEvent; API声明:readonly event: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WatchEvent; API声明:readonly cookie: number; 差异内容:NA |
类名:WatchEvent; API声明:readonly cookie: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface Watcher 差异内容:NA |
类名:global; API声明:export interface Watcher 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Watcher; API声明:start(): void; 差异内容:NA |
类名:Watcher; API声明:start(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Watcher; API声明:stop(): void; 差异内容:NA |
类名:Watcher; API声明:stop(): void; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface ReaderIteratorResult 差异内容:NA |
类名:global; API声明:export interface ReaderIteratorResult 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReaderIteratorResult; API声明:done: boolean; 差异内容:NA |
类名:ReaderIteratorResult; API声明:done: boolean; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReaderIteratorResult; API声明:value: string; 差异内容:NA |
类名:ReaderIteratorResult; API声明:value: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface ReaderIterator 差异内容:NA |
类名:global; API声明:declare interface ReaderIterator 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReaderIterator; API声明:next(): ReaderIteratorResult; 差异内容:NA |
类名:ReaderIterator; API声明:next(): ReaderIteratorResult; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface ConflictFiles 差异内容:NA |
类名:global; API声明:export interface ConflictFiles 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ConflictFiles; API声明:srcFile: string; 差异内容:NA |
类名:ConflictFiles; API声明:srcFile: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ConflictFiles; API声明:destFile: string; 差异内容:NA |
类名:ConflictFiles; API声明:destFile: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface Options 差异内容:NA |
类名:global; API声明:export interface Options 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:Options; API声明:encoding?: string; 差异内容:NA |
类名:Options; API声明:encoding?: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface ReadOptions 差异内容:NA |
类名:global; API声明:export interface ReadOptions 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadOptions; API声明:offset?: number; 差异内容:NA |
类名:ReadOptions; API声明:offset?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadOptions; API声明:length?: number; 差异内容:NA |
类名:ReadOptions; API声明:length?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface ReadTextOptions 差异内容:NA |
类名:global; API声明:export interface ReadTextOptions 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadTextOptions; API声明:encoding?: string; 差异内容:NA |
类名:ReadTextOptions; API声明:encoding?: string; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface WriteOptions 差异内容:NA |
类名:global; API声明:export interface WriteOptions 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteOptions; API声明:offset?: number; 差异内容:NA |
类名:WriteOptions; API声明:offset?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteOptions; API声明:length?: number; 差异内容:NA |
类名:WriteOptions; API声明:length?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface RandomAccessFileOptions 差异内容:NA |
类名:global; API声明:export interface RandomAccessFileOptions 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFileOptions; API声明:start?: number; 差异内容:NA |
类名:RandomAccessFileOptions; API声明:start?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:RandomAccessFileOptions; API声明:end?: number; 差异内容:NA |
类名:RandomAccessFileOptions; API声明:end?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface ReadStreamOptions 差异内容:NA |
类名:global; API声明:export interface ReadStreamOptions 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadStreamOptions; API声明:start?: number; 差异内容:NA |
类名:ReadStreamOptions; API声明:start?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:ReadStreamOptions; API声明:end?: number; 差异内容:NA |
类名:ReadStreamOptions; API声明:end?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface WriteStreamOptions 差异内容:NA |
类名:global; API声明:export interface WriteStreamOptions 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteStreamOptions; API声明:mode?: number; 差异内容:NA |
类名:WriteStreamOptions; API声明:mode?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WriteStreamOptions; API声明:start?: number; 差异内容:NA |
类名:WriteStreamOptions; API声明:start?: number; 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum WhenceType 差异内容:NA |
类名:global; API声明:declare enum WhenceType 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WhenceType; API声明:SEEK_SET = 0 差异内容:NA |
类名:WhenceType; API声明:SEEK_SET = 0 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WhenceType; API声明:SEEK_CUR = 1 差异内容:NA |
类名:WhenceType; API声明:SEEK_CUR = 1 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:WhenceType; API声明:SEEK_END = 2 差异内容:NA |
类名:WhenceType; API声明:SEEK_END = 2 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum AccessModeType 差异内容:NA |
类名:global; API声明:declare enum AccessModeType 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:AccessModeType; API声明:EXIST = 0 差异内容:NA |
类名:AccessModeType; API声明:EXIST = 0 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:AccessModeType; API声明:WRITE = 2 差异内容:NA |
类名:AccessModeType; API声明:WRITE = 2 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:AccessModeType; API声明:READ = 4 差异内容:NA |
类名:AccessModeType; API声明:READ = 4 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:AccessModeType; API声明:READ_WRITE = 6 差异内容:NA |
类名:AccessModeType; API声明:READ_WRITE = 6 差异内容:crossplatform |
api/@ohos.file.fs.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare namespace hash 差异内容:NA |
类名:global; API声明:declare namespace hash 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:hash; API声明:function hash(path: string, algorithm: string): Promise<string>; 差异内容:NA |
类名:hash; API声明:function hash(path: string, algorithm: string): Promise<string>; 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:hash; API声明:function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void; 差异内容:NA |
类名:hash; API声明:function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void; 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:hash; API声明:class HashStream 差异内容:NA |
类名:hash; API声明:class HashStream 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:HashStream; API声明:digest(): string; 差异内容:NA |
类名:HashStream; API声明:digest(): string; 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:HashStream; API声明:update(data: ArrayBuffer): void; 差异内容:NA |
类名:HashStream; API声明:update(data: ArrayBuffer): void; 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:hash; API声明:function createHash(algorithm: string): HashStream; 差异内容:NA |
类名:hash; API声明:function createHash(algorithm: string): HashStream; 差异内容:crossplatform |
api/@ohos.file.hash.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare namespace statfs 差异内容:NA |
类名:global; API声明:declare namespace statfs 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API跨平台权限变更 | 类名:statfs; API声明:function getFreeSize(path: string): Promise<number>; 差异内容:NA |
类名:statfs; API声明:function getFreeSize(path: string): Promise<number>; 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API跨平台权限变更 | 类名:statfs; API声明:function getFreeSize(path: string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:statfs; API声明:function getFreeSize(path: string, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API跨平台权限变更 | 类名:statfs; API声明:function getFreeSizeSync(path: string): number; 差异内容:NA |
类名:statfs; API声明:function getFreeSizeSync(path: string): number; 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API跨平台权限变更 | 类名:statfs; API声明:function getTotalSize(path: string): Promise<number>; 差异内容:NA |
类名:statfs; API声明:function getTotalSize(path: string): Promise<number>; 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API跨平台权限变更 | 类名:statfs; API声明:function getTotalSize(path: string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:statfs; API声明:function getTotalSize(path: string, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API跨平台权限变更 | 类名:statfs; API声明:function getTotalSizeSync(path: string): number; 差异内容:NA |
类名:statfs; API声明:function getTotalSizeSync(path: string): number; 差异内容:crossplatform |
api/@ohos.file.statvfs.d.ts |
| API废弃版本变更 | 类名:PhotoViewMIMETypes; API声明:IMAGE_TYPE = 'image/*' 差异内容:NA |
类名:PhotoViewMIMETypes; API声明:IMAGE_TYPE = 'image/*' 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoViewMIMETypes; API声明:VIDEO_TYPE = 'video/*' 差异内容:NA |
类名:PhotoViewMIMETypes; API声明:VIDEO_TYPE = 'video/*' 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoViewMIMETypes; API声明:IMAGE_VIDEO_TYPE = '/' 差异内容:NA |
类名:PhotoViewMIMETypes; API声明:IMAGE_VIDEO_TYPE = '/' 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoSelectOptions; API声明:MIMEType?: PhotoViewMIMETypes; 差异内容:NA |
类名:PhotoSelectOptions; API声明:MIMEType?: PhotoViewMIMETypes; 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoSelectOptions; API声明:maxSelectNumber?: number; 差异内容:NA |
类名:PhotoSelectOptions; API声明:maxSelectNumber?: number; 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoSelectResult; API声明:photoUris: Array<string>; 差异内容:NA |
类名:PhotoSelectResult; API声明:photoUris: Array<string>; 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoSelectResult; API声明:isOriginalPhoto: boolean; 差异内容:NA |
类名:PhotoSelectResult; API声明:isOriginalPhoto: boolean; 差异内容:18 |
api/@ohos.file.picker.d.ts |
| API废弃版本变更 | 类名:PhotoSaveOptions; API声明:newFileNames?: Array<string>; 差异内容:NA |
类名:PhotoSaveOptions; API声明:newFileNames?: Array<string>; 差异内容:18 |
api/@ohos.file.picker.d.ts |
| 删除错误码 | 类名:fileShare; API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>; 差异内容:201 |
类名:fileShare; API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>; 差异内容:NA |
api/@ohos.fileshare.d.ts |
| 权限变更 | 类名:fileShare; API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>; 差异内容:ohos.permission.FILE_ACCESS_PERSIST |
类名:fileShare; API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>; 差异内容:NA |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace keyManager 差异内容:declare namespace keyManager |
api/@ohos.file.keyManager.d.ts |
| 新增API | NA | 类名:global; API声明:export class AtomicFile 差异内容:export class AtomicFile |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:getBaseFile(): File; 差异内容:getBaseFile(): File; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:openRead(): ReadStream; 差异内容:openRead(): ReadStream; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:readFully(): ArrayBuffer; 差异内容:readFully(): ArrayBuffer; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:startWrite(): WriteStream; 差异内容:startWrite(): WriteStream; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:finishWrite(): void; 差异内容:finishWrite(): void; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:failWrite(): void; 差异内容:failWrite(): void; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:AtomicFile; API声明:delete(): void; 差异内容:delete(): void; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:Stat; API声明:readonly atimeNs?: bigint; 差异内容:readonly atimeNs?: bigint; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:Stat; API声明:readonly mtimeNs?: bigint; 差异内容:readonly mtimeNs?: bigint; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:Stat; API声明:readonly ctimeNs?: bigint; 差异内容:readonly ctimeNs?: bigint; |
api/@ohos.file.fs.d.ts |
| 新增API | NA | 类名:BackupExtensionAbility; API声明:onRelease(scenario: number): Promise<void>; 差异内容:onRelease(scenario: number): Promise<void>; |
api/@ohos.application.BackupExtensionAbility.d.ts |
| 新增API | NA | 类名:picker; API声明:export enum MergeTypeMode 差异内容:export enum MergeTypeMode |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:MergeTypeMode; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:MergeTypeMode; API声明:AUDIO = 1 差异内容:AUDIO = 1 |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:MergeTypeMode; API声明:VIDEO = 2 差异内容:VIDEO = 2 |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:MergeTypeMode; API声明:DOCUMENT = 3 差异内容:DOCUMENT = 3 |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:MergeTypeMode; API声明:PICTURE = 4 差异内容:PICTURE = 4 |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:DocumentSelectOptions; API声明:multiAuthMode?: boolean; 差异内容:multiAuthMode?: boolean; |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:DocumentSelectOptions; API声明:multiUriArray?: Array<string>; 差异内容:multiUriArray?: Array<string>; |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:DocumentSelectOptions; API声明:mergeMode?: MergeTypeMode; 差异内容:mergeMode?: MergeTypeMode; |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:DocumentSelectOptions; API声明:isEncryptionSupported?: boolean; 差异内容:isEncryptionSupported?: boolean; |
api/@ohos.file.picker.d.ts |
| 新增API | NA | 类名:OperationMode; API声明:CREATE_MODE = 0b100 差异内容:CREATE_MODE = 0b100 |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:OperationMode; API声明:DELETE_MODE = 0b1000 差异内容:DELETE_MODE = 0b1000 |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:OperationMode; API声明:RENAME_MODE = 0b10000 差异内容:RENAME_MODE = 0b10000 |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:fileShare; API声明:export interface PathPolicyInfo 差异内容:export interface PathPolicyInfo |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:PathPolicyInfo; API声明:path: string; 差异内容:path: string; |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:PathPolicyInfo; API声明:operationMode: OperationMode; 差异内容:operationMode: OperationMode; |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:fileShare; API声明:export enum PolicyType 差异内容:export enum PolicyType |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:PolicyType; API声明:TEMPORARY_TYPE = 0 差异内容:TEMPORARY_TYPE = 0 |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:PolicyType; API声明:PERSISTENT_TYPE = 1 差异内容:PERSISTENT_TYPE = 1 |
api/@ohos.fileshare.d.ts |
| 新增API | NA | 类名:ErrorType; API声明:REMOTE_SERVER_ABNORMAL = 8 差异内容:REMOTE_SERVER_ABNORMAL = 8 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:enum DownloadFileType 差异内容:enum DownloadFileType |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:DownloadFileType; API声明:CONTENT = 0 差异内容:CONTENT = 0 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:DownloadFileType; API声明:THUMBNAIL = 1 差异内容:THUMBNAIL = 1 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:DownloadFileType; API声明:LCD = 2 差异内容:LCD = 2 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:interface FailedFileInfo 差异内容:interface FailedFileInfo |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FailedFileInfo; API声明:uri: string; 差异内容:uri: string; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FailedFileInfo; API声明:error: DownloadErrorType; 差异内容:error: DownloadErrorType; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:class MultiDownloadProgress 差异内容:class MultiDownloadProgress |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:state: State; 差异内容:state: State; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:taskId: number; 差异内容:taskId: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:successfulCount: number; 差异内容:successfulCount: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:failedCount: number; 差异内容:failedCount: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:totalCount: number; 差异内容:totalCount: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:downloadedSize: number; 差异内容:downloadedSize: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:totalSize: number; 差异内容:totalSize: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:errType: DownloadErrorType; 差异内容:errType: DownloadErrorType; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:getFailedFiles(): Array<FailedFileInfo>; 差异内容:getFailedFiles(): Array<FailedFileInfo>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:MultiDownloadProgress; API声明:getSuccessfulFiles(): Array<string>; 差异内容:getSuccessfulFiles(): Array<string>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:CloudFileCache; API声明:on(event: 'batchDownload', callback: Callback<MultiDownloadProgress>): void; 差异内容:on(event: 'batchDownload', callback: Callback<MultiDownloadProgress>): void; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:CloudFileCache; API声明:off(event: 'batchDownload', callback?: Callback<MultiDownloadProgress>): void; 差异内容:off(event: 'batchDownload', callback?: Callback<MultiDownloadProgress>): void; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:CloudFileCache; API声明:startBatch(uris: Array<string>, fileType?: DownloadFileType): Promise<number>; 差异内容:startBatch(uris: Array<string>, fileType?: DownloadFileType): Promise<number>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:CloudFileCache; API声明:stopBatch(downloadId: number, needClean?: boolean): Promise<void>; 差异内容:stopBatch(downloadId: number, needClean?: boolean): Promise<void>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:CloudFileCache; API声明:cleanFileCache(uri: string): void; 差异内容:cleanFileCache(uri: string): void; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:enum FileState 差异内容:enum FileState |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileState; API声明:INITIAL_AFTER_DOWNLOAD = 0 差异内容:INITIAL_AFTER_DOWNLOAD = 0 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileState; API声明:UPLOADING = 1 差异内容:UPLOADING = 1 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileState; API声明:STOPPED = 2 差异内容:STOPPED = 2 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileState; API声明:TO_BE_UPLOADED = 3 差异内容:TO_BE_UPLOADED = 3 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileState; API声明:UPLOAD_SUCCESS = 4 差异内容:UPLOAD_SUCCESS = 4 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileState; API声明:UPLOAD_FAILURE = 5 差异内容:UPLOAD_FAILURE = 5 |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:function getCoreFileSyncState(uri: string): FileState; 差异内容:function getCoreFileSyncState(uri: string): FileState; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:interface HistoryVersion 差异内容:interface HistoryVersion |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:HistoryVersion; API声明:editedTime: number; 差异内容:editedTime: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:HistoryVersion; API声明:fileSize: number; 差异内容:fileSize: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:HistoryVersion; API声明:versionId: string; 差异内容:versionId: string; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:HistoryVersion; API声明:originalFileName: string; 差异内容:originalFileName: string; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:HistoryVersion; API声明:sha256: string; 差异内容:sha256: string; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:HistoryVersion; API声明:autoResolved: boolean; 差异内容:autoResolved: boolean; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:interface VersionDownloadProgress 差异内容:interface VersionDownloadProgress |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:VersionDownloadProgress; API声明:state: State; 差异内容:state: State; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:VersionDownloadProgress; API声明:progress: number; 差异内容:progress: number; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:VersionDownloadProgress; API声明:errType: DownloadErrorType; 差异内容:errType: DownloadErrorType; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSync; API声明:class FileVersion 差异内容:class FileVersion |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileVersion; API声明:getHistoryVersionList(uri: string, versionNumLimit: number): Promise<Array<HistoryVersion>>; 差异内容:getHistoryVersionList(uri: string, versionNumLimit: number): Promise<Array<HistoryVersion>>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileVersion; API声明:downloadHistoryVersion(uri: string, versionId: string, callback: Callback<VersionDownloadProgress>): Promise<string>; 差异内容:downloadHistoryVersion(uri: string, versionId: string, callback: Callback<VersionDownloadProgress>): Promise<string>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileVersion; API声明:replaceFileWithHistoryVersion(originalUri: string, versionUri: string): Promise<void>; 差异内容:replaceFileWithHistoryVersion(originalUri: string, versionUri: string): Promise<void>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileVersion; API声明:isFileConflict(uri: string): Promise<boolean>; 差异内容:isFileConflict(uri: string): Promise<boolean>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:FileVersion; API声明:clearFileConflict(uri: string): Promise<void>; 差异内容:clearFileConflict(uri: string): Promise<void>; |
api/@ohos.file.cloudSync.d.ts |
| 新增API | NA | 类名:cloudSyncManager; API声明:enum DownloadStopReason 差异内容:enum DownloadStopReason |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:NO_STOP = 0 差异内容:NO_STOP = 0 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:NETWORK_UNAVAILABLE = 1 差异内容:NETWORK_UNAVAILABLE = 1 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:LOCAL_STORAGE_FULL = 2 差异内容:LOCAL_STORAGE_FULL = 2 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:TEMPERATURE_LIMIT = 3 差异内容:TEMPERATURE_LIMIT = 3 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:USER_STOPPED = 4 差异内容:USER_STOPPED = 4 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:APP_UNLOAD = 5 差异内容:APP_UNLOAD = 5 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadStopReason; API声明:OTHER_REASON = 6 差异内容:OTHER_REASON = 6 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:cloudSyncManager; API声明:enum DownloadState 差异内容:enum DownloadState |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadState; API声明:RUNNING = 0 差异内容:RUNNING = 0 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadState; API声明:COMPLETED = 1 差异内容:COMPLETED = 1 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadState; API声明:STOPPED = 2 差异内容:STOPPED = 2 |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:cloudSyncManager; API声明:interface CloudFileInfo 差异内容:interface CloudFileInfo |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:CloudFileInfo; API声明:cloudFileCount: number; 差异内容:cloudFileCount: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:CloudFileInfo; API声明:cloudFileTotalSize: number; 差异内容:cloudFileTotalSize: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:CloudFileInfo; API声明:localFileCount: number; 差异内容:localFileCount: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:CloudFileInfo; API声明:localFileTotalSize: number; 差异内容:localFileTotalSize: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:CloudFileInfo; API声明:bothFileCount: number; 差异内容:bothFileCount: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:CloudFileInfo; API声明:bothFileTotalSize: number; 差异内容:bothFileTotalSize: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:cloudSyncManager; API声明:class DownloadProgress 差异内容:class DownloadProgress |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:state: DownloadState; 差异内容:state: DownloadState; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:successfulCount: number; 差异内容:successfulCount: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:failedCount: number; 差异内容:failedCount: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:totalCount: number; 差异内容:totalCount: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:downloadedSize: number; 差异内容:downloadedSize: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:totalSize: number; 差异内容:totalSize: number; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:DownloadProgress; API声明:stopReason: DownloadStopReason; 差异内容:stopReason: DownloadStopReason; |
api/@ohos.file.cloudSyncManager.d.ts |
| 新增API | NA | 类名:storageStatistics; API声明:function getTotalSize(callback: AsyncCallback<number>): void; 差异内容:function getTotalSize(callback: AsyncCallback<number>): void; |
api/@ohos.file.storageStatistics.d.ts |
| 新增API | NA | 类名:storageStatistics; API声明:function getTotalSize(): Promise<number>; 差异内容:function getTotalSize(): Promise<number>; |
api/@ohos.file.storageStatistics.d.ts |
| 新增API | NA | 类名:storageStatistics; API声明:function getTotalSizeSync(): number; 差异内容:function getTotalSizeSync(): number; |
api/@ohos.file.storageStatistics.d.ts |
| 新增API | NA | 类名:storageStatistics; API声明:function getFreeSize(callback: AsyncCallback<number>): void; 差异内容:function getFreeSize(callback: AsyncCallback<number>): void; |
api/@ohos.file.storageStatistics.d.ts |
| 新增API | NA | 类名:storageStatistics; API声明:function getFreeSize(): Promise<number>; 差异内容:function getFreeSize(): Promise<number>; |
api/@ohos.file.storageStatistics.d.ts |
| 新增API | NA | 类名:storageStatistics; API声明:function getFreeSizeSync(): number; 差异内容:function getFreeSizeSync(): number; |
api/@ohos.file.storageStatistics.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA |
类名:global; API声明:api@ohos.file.keyManager.d.ts 差异内容:CoreFileKit |
api/@ohos.file.keyManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare function createStream(path: string, mode: string): Promise<Stream>; 差异内容:NA |
类名:global; API声明:declare function createStream(path: string, mode: string): Promise<Stream>; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:NA |
类名:global; API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare function createStreamSync(path: string, mode: string): Stream; 差异内容:NA |
类名:global; API声明:declare function createStreamSync(path: string, mode: string): Stream; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>; 差异内容:NA |
类名:global; API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:NA |
类名:global; API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream; 差异内容:NA |
类名:global; API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare interface Stream 差异内容:NA |
类名:global; API声明:declare interface Stream 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:close(): Promise<void>; 差异内容:NA |
类名:Stream; API声明:close(): Promise<void>; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:close(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:Stream; API声明:close(callback: AsyncCallback<void>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:closeSync(): void; 差异内容:NA |
类名:Stream; API声明:closeSync(): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:flush(): Promise<void>; 差异内容:NA |
类名:Stream; API声明:flush(): Promise<void>; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:flush(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:Stream; API声明:flush(callback: AsyncCallback<void>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:flushSync(): void; 差异内容:NA |
类名:Stream; API声明:flushSync(): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:write(buffer: ArrayBuffer | string, options?: WriteOptions): Promise<number>; 差异内容:NA |
类名:Stream; API声明:write(buffer: ArrayBuffer | string, options?: WriteOptions): Promise<number>; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:write(buffer: ArrayBuffer | string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:write(buffer: ArrayBuffer | string, callback: AsyncCallback<number>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:write(buffer: ArrayBuffer | string, options: WriteOptions, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:write(buffer: ArrayBuffer | string, options: WriteOptions, callback: AsyncCallback<number>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:writeSync(buffer: ArrayBuffer | string, options?: WriteOptions): number; 差异内容:NA |
类名:Stream; API声明:writeSync(buffer: ArrayBuffer | string, options?: WriteOptions): number; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; 差异内容:NA |
类名:Stream; API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:Stream; API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:Stream; API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number; 差异内容:NA |
类名:Stream; API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number; 差异内容:atomicservice |
api/@ohos.file.fs.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare namespace fileUri 差异内容:NA |
类名:global; API声明:declare namespace fileUri 差异内容:atomicservice |
api/@ohos.file.fileuri.d.ts |
| API从不支持元服务到支持元服务 | 类名:fileUri; API声明:class FileUri 差异内容:NA |
类名:fileUri; API声明:class FileUri 差异内容:atomicservice |
api/@ohos.file.fileuri.d.ts |
| API从不支持元服务到支持元服务 | 类名:FileUri; API声明:readonly name: string; 差异内容:NA |
类名:FileUri; API声明:readonly name: string; 差异内容:atomicservice |
api/@ohos.file.fileuri.d.ts |
| API从不支持元服务到支持元服务 | 类名:FileUri; API声明:getFullDirectoryUri(): string; 差异内容:NA |
类名:FileUri; API声明:getFullDirectoryUri(): string; 差异内容:atomicservice |
api/@ohos.file.fileuri.d.ts |
| API从不支持元服务到支持元服务 | 类名:FileUri; API声明:isRemoteUri(): boolean; 差异内容:NA |
类名:FileUri; API声明:isRemoteUri(): boolean; 差异内容:atomicservice |
api/@ohos.file.fileuri.d.ts |
| API从不支持元服务到支持元服务 | 类名:fileUri; API声明:function getUriFromPath(path: string): string; 差异内容:NA |
类名:fileUri; API声明:function getUriFromPath(path: string): string; 差异内容:atomicservice |
api/@ohos.file.fileuri.d.ts |
| 新增导出符号 | 类名:global; API声明:export class AtomicFile 差异内容:NA |
类名:global; API声明: 差异内容:export class AtomicFile |
api/@ohos.file.fs.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export default class BackupExtensionAbility 差异内容:NA |
类名:global; API声明:declare class BackupExtensionAbility 差异内容:NA |
api/@ohos.application.BackupExtensionAbility.d.ts |