Lines Matching refs:DeviceInfo
15 …viceManager | **function** getTrustedDeviceListSync(): Array<DeviceInfo> | ohos.permi…
16 … | **function** getTrustedDeviceListSync(isRefresh: boolean): Array<DeviceInfo>; | ohos.perm…
17 …| **function** getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void |…
18 …ager | **function** getTrustedDeviceList(): Promise<Array<DeviceInfo>> | ohos.p…
19 … | deviceManager | **function** getLocalDeviceInfoSync(): DeviceInfo | ohos.permissio…
20 …ger | **function** getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void | oho…
21 …| deviceManager | **function** getLocalDeviceInfo(): Promise<DeviceInfo> | ohos.permi…
22 …*function** getDeviceInfo(networkId: string, callback:AsyncCallback<DeviceInfo>): void | oho…
23 …ger | **function** getDeviceInfo(networkId: string): Promise<DeviceInfo> | ohos.permi…
29 … | deviceManager | **function** authenticateDevice(deviceInfo: DeviceInfo, authParam: Auth…
30 …| deviceManager | **function** unAuthenticateDevice(deviceInfo: DeviceInfo): void | ohos.pe…
38 …ge', callback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void | o…
39 …ge', callback?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void | o…
40 …e: 'deviceFound', callback: Callback<{ subscribeId: number, device: DeviceInfo }>): void | o…
41 …: 'deviceFound', callback?: Callback<{ subscribeId: number, device: DeviceInfo }>): void | o…
72 | getTrustedDeviceListSync(): Array<DeviceInfo> …
73 | getTrustedDeviceListSync(isRefresh: boolean): Array<DeviceInfo>; …
74 | getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void …
75 | getTrustedDeviceList(): Promise<Array<DeviceInfo>> …
76 | getLocalDeviceInfoSync(): 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 | authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{devi…
87 | unAuthenticateDevice(deviceInfo: DeviceInfo): void …
95 …ge', callback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void …
96 …ge', callback?: 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 }>):…