Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.bluetooth.access.d.ts48 declare namespace access { namespace
D@ohos.enterprise.bluetoothManager.d.ts23 import type access from './@ohos.bluetooth.access'; alias
D@ohos.file.fs.d.ts560 declare function access(path: string, mode?: AccessModeType): Promise<boolean>; function
D@ohos.file.fileAccess.d.ts1733 access(sourceFileUri: string): Promise<boolean>; method
1779 access(sourceFileUri: string, callback: AsyncCallback<boolean>): void; method
D@ohos.fileio.d.ts110 declare function access(path: string, mode?: number): Promise<void>; function