Home
last modified time | relevance | path

Searched defs:access (Results 1 – 4 of 4) sorted by relevance

/interface/sdk-js/api/
D@ohos.bluetooth.access.d.ts25 declare namespace access { namespace
D@ohos.file.fileAccess.d.ts1540 access(sourceFileUri: string): Promise<boolean>; method
1586 access(sourceFileUri: string, callback: AsyncCallback<boolean>): void; method
D@ohos.fileio.d.ts106 declare function access(path: string, mode?: number): Promise<void>; function
D@ohos.file.fs.d.ts315 declare function access(path: string): Promise<boolean>; function