Lines Matching refs:DeviceInfo
31 interface DeviceInfo {
401 getTrustedDeviceListSync(): Array<DeviceInfo>;
411 getTrustedDeviceListSync(isRefresh: boolean): Array<DeviceInfo>;
421 getTrustedDeviceList(callback: AsyncCallback<Array<DeviceInfo>>): void;
430 getTrustedDeviceList(): Promise<Array<DeviceInfo>>;
439 getLocalDeviceInfoSync(): DeviceInfo;
449 getLocalDeviceInfo(callback: AsyncCallback<DeviceInfo>): void;
458 getLocalDeviceInfo(): Promise<DeviceInfo>;
474 getDeviceInfo(networkId: string, callback: AsyncCallback<DeviceInfo>): void;
489 getDeviceInfo(networkId: string): Promise<DeviceInfo>;
587 …authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{ deviceI…
596 unAuthenticateDevice(deviceInfo: DeviceInfo): void;
665 …ceStateChange', callback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
674 …eStateChange', callback?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
682 on(type: 'deviceFound', callback: Callback<{ subscribeId: number, device: DeviceInfo }>): void;
690 … off(type: 'deviceFound', callback?: Callback<{ subscribeId: number, device: DeviceInfo }>): void;