Lines Matching refs:DeviceInfo
20 - getTrustedDeviceListSync(): Array<DeviceInfo>
21 - getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void;
22 - getTrustedDeviceList(): Promise<Array<DeviceInfo>>
23 - getLocalDeviceInfoSync(): DeviceInfo;
24 - getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void;
25 - getLocalDeviceInfo(): Promise<DeviceInfo>
31 …- authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{dev…
32 - unAuthenticateDevice(deviceInfo: DeviceInfo): void;
37 …Change', callback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
38 …Change', callback?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
39 …- on(type: 'deviceFound', callback: Callback<{ subscribeId: number, device: DeviceInfo }>): …
40 …- off(type: 'deviceFound', callback?: Callback<{ subscribeId: number, device: DeviceInfo }>)…