Lines Matching refs:gt

15 …ager        | **function** getTrustedDeviceListSync(): Array<DeviceInfo> | ohos.permission.A…
16 …nction** getTrustedDeviceListSync(isRefresh: boolean): Array<DeviceInfo>; | ohos.permission.…
17 …ion** getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void | ohos.per…
18 … | **function** getTrustedDeviceList(): Promise<Array<DeviceInfo>> | ohos.permission…
20 … | **function** getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void | ohos.permi…
21 …eManager | **function** getLocalDeviceInfo(): Promise<DeviceInfo> | ohos.permission.A…
22 …on** getDeviceInfo(networkId: string, callback:AsyncCallback<DeviceInfo>): void | ohos.permi…
23 … | **function** getDeviceInfo(networkId: string): Promise<DeviceInfo> | ohos.permission.A…
29 …thParam, callback: AsyncCallback<{deviceId: string, pinToken ?: number}>): void | ohos.permi…
31 …fo: AuthInfo, callback: AsyncCallback<{deviceId: string, level: number}>): void | ohos.permi…
33 …nfo(requestInfo: string, callback: AsyncCallback<{registerInfo: string}>): void; | ohos.perm…
34 …al(credentialInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; | ohos.perm…
35 …dential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; | ohos.perm…
36 …unction** on(type: 'uiStateChange', callback: Callback<{ param: string}>): void; | ohos.perm…
37 …ction** off(type: 'uiStateChange', callback?: Callback<{ param: string}>): void; | ohos.perm…
38 …lback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void | ohos.permi…
39 …back?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void | ohos.permi…
40 …eFound', callback: Callback<{ subscribeId: number, device: DeviceInfo }>): void | ohos.permi…
41 …Found', callback?: Callback<{ subscribeId: number, device: DeviceInfo }>): void | ohos.permi…
42 …scoverFail', callback: Callback<{ subscribeId: number, reason: number }>): void | ohos.permi…
43 …coverFail', callback?: Callback<{ subscribeId: number, reason: number }>): void | ohos.permi…
44 …n** on(type: 'publishSuccess', callback: Callback<{ publishId: number }>): void | ohos.permi…
45 …* off(type: 'publishSuccess', callback?: Callback<{ publishId: number }>): void | ohos.permi…
46 …'publishFail', callback: Callback<{ publishId: number, reason: number }>): void | ohos.permi…
47 …publishFail', callback?: Callback<{ publishId: number, reason: number }>): void | ohos.permi…
48 … deviceManager | **function** on(type: 'serviceDie', callback: () => void): void | ohos.…
49 …eviceManager | **function** off(type: 'serviceDie', callback?: () => void): void | ohos.…
70 | createDeviceManager(bundleName: string, callback: AsyncCallback<DeviceManager>): void; …
72 | getTrustedDeviceListSync(): Array<DeviceInfo> …
73 | getTrustedDeviceListSync(isRefresh: boolean): Array<DeviceInfo>; …
74 | getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void …
75 | getTrustedDeviceList(): Promise<Array<DeviceInfo>> …
77 | getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void …
78 | getLocalDeviceInfo(): Promise<DeviceInfo> …
79 | getDeviceInfo(networkId: string, callback:AsyncCallback<DeviceInfo>): void …
80 | getDeviceInfo(networkId: string): Promise<DeviceInfo> …
86 …thParam, callback: AsyncCallback<{deviceId: string, pinToken ?: number}>): void |interface…
88 …fo: AuthInfo, callback: AsyncCallback<{deviceId: string, level: number}>): void | i…
90 …nfo(requestInfo: string, callback: AsyncCallback<{registerInfo: string}>): void; | interf…
91 | importCredential(credentialInfo: string, callback: AsyncCallback<{resultInfo: string}>): vo…
92 | deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; …
93 | on(type: 'uiStateChange', callback: Callback<{ param: string}>): void; …
94 | off(type: 'uiStateChange', callback?: Callback<{ param: string}>): void; …
95 …lback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void …
96 …back?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void …
97 | on(type: 'deviceFound', callback: Callback<{ subscribeId: number, device: DeviceInfo }>): v…
98 | off(type: 'deviceFound', callback?: Callback<{ subscribeId: number, device: DeviceInfo }>):…
99 | on(type: 'discoverFail', callback: Callback<{ subscribeId: number, reason: number }>): void…
100 | off(type: 'discoverFail', callback?: Callback<{ subscribeId: number, reason: number }>): vo…
101 | on(type: 'publishSuccess', callback: Callback<{ publishId: number }>): void …
102 | off(type: 'publishSuccess', callback?: Callback<{ publishId: number }>): void …
103 | on(type: 'publishFail', callback: Callback<{ publishId: number, reason: number }>): void …
104 | off(type: 'publishFail', callback?: Callback<{ publishId: number, reason: number }>): void …
105 | on(type: 'serviceDie', callback: () => void): void …
106 | off(type: 'serviceDie', callback?: () => void): void …