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