Searched defs:access (Results 1 – 5 of 5) sorted by relevance
47 declare namespace access { namespace
23 import type access from './@ohos.bluetooth.access'; alias
1733 access(sourceFileUri: string): Promise<boolean>; method1779 access(sourceFileUri: string, callback: AsyncCallback<boolean>): void; method
472 declare function access(path: string, mode?: AccessModeType): Promise<boolean>; function
110 declare function access(path: string, mode?: number): Promise<void>; function