1 | Change Type | Old Version | New Version | d.ts File | 2 | ---- | ------ | ------ | -------- | 3 |Added|NA|Class name: distributedDeviceManager;<br>Method or attribute name: function createDeviceManager(bundleName: string): DeviceManager;|@ohos.distributedDeviceManager.d.ts| 4 |Added|NA|Class name: distributedDeviceManager;<br>Method or attribute name: function releaseDeviceManager(deviceManager: DeviceManager): void;|@ohos.distributedDeviceManager.d.ts| 5 |Added|NA|Class name: DeviceBasicInfo;<br>Method or attribute name: deviceId: string;|@ohos.distributedDeviceManager.d.ts| 6 |Added|NA|Class name: DeviceBasicInfo;<br>Method or attribute name: deviceName: string;|@ohos.distributedDeviceManager.d.ts| 7 |Added|NA|Class name: DeviceBasicInfo;<br>Method or attribute name: deviceType: number;|@ohos.distributedDeviceManager.d.ts| 8 |Added|NA|Class name: DeviceBasicInfo;<br>Method or attribute name: networkId?: string;|@ohos.distributedDeviceManager.d.ts| 9 |Added|NA|Class name: DeviceStateChange;<br>Method or attribute name: UNKNOWN = 0|@ohos.distributedDeviceManager.d.ts| 10 |Added|NA|Class name: DeviceStateChange;<br>Method or attribute name: AVAILABLE = 1|@ohos.distributedDeviceManager.d.ts| 11 |Added|NA|Class name: DeviceStateChange;<br>Method or attribute name: UNAVAILABLE = 2|@ohos.distributedDeviceManager.d.ts| 12 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getAvailableDeviceListSync(): Array\<DeviceBasicInfo>;|@ohos.distributedDeviceManager.d.ts| 13 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getAvailableDeviceList(callback: AsyncCallback\<Array\<DeviceBasicInfo>>): void;|@ohos.distributedDeviceManager.d.ts| 14 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getAvailableDeviceList(): Promise\<Array\<DeviceBasicInfo>>;|@ohos.distributedDeviceManager.d.ts| 15 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceNetworkId(): string;|@ohos.distributedDeviceManager.d.ts| 16 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceName(): string;|@ohos.distributedDeviceManager.d.ts| 17 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceType(): number;|@ohos.distributedDeviceManager.d.ts| 18 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceId(): string;|@ohos.distributedDeviceManager.d.ts| 19 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getDeviceName(networkId: string): string;|@ohos.distributedDeviceManager.d.ts| 20 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getDeviceType(networkId: string): number;|@ohos.distributedDeviceManager.d.ts| 21 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: startDiscovering(discoverParam: { [key: string]: Object }, filterOptions?: { [key: string]: Object }): void;|@ohos.distributedDeviceManager.d.ts| 22 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: stopDiscovering(): void;|@ohos.distributedDeviceManager.d.ts| 23 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: bindTarget(deviceId: string, bindParam: { [key: string]: Object }, callback: AsyncCallback\<{deviceId: string}>): void;|@ohos.distributedDeviceManager.d.ts| 24 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: unbindTarget(deviceId: string): void;|@ohos.distributedDeviceManager.d.ts| 25 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: replyUiAction(action: number, actionResult: string): void;|@ohos.distributedDeviceManager.d.ts| 26 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChange, device: DeviceBasicInfo }>): void;|@ohos.distributedDeviceManager.d.ts| 27 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: on(type: 'discoverSuccess', callback: Callback\<{ device: DeviceBasicInfo }>): void;|@ohos.distributedDeviceManager.d.ts| 28 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceNameChange', callback: Callback\<{ deviceName: string }>): void;|@ohos.distributedDeviceManager.d.ts| 29 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: on(type: 'discoverFailure', callback: Callback\<{ reason: number }>): void;|@ohos.distributedDeviceManager.d.ts| 30 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: on(type: 'serviceDie', callback?: Callback\<{}>): void;|@ohos.distributedDeviceManager.d.ts| 31 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: on(type: 'replyResult', callback: Callback\<{ param: string }>): void;|@ohos.distributedDeviceManager.d.ts| 32 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChange, device: DeviceBasicInfo }>): void;|@ohos.distributedDeviceManager.d.ts| 33 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: off(type: 'discoverSuccess', callback?: Callback\<{ device: DeviceBasicInfo }>): void;|@ohos.distributedDeviceManager.d.ts| 34 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceNameChange', callback?: Callback\<{ deviceName: string }>): void;|@ohos.distributedDeviceManager.d.ts| 35 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: off(type: 'discoverFailure', callback?: Callback\<{ reason: number }>): void;|@ohos.distributedDeviceManager.d.ts| 36 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: off(type: 'serviceDie', callback?: Callback\<{}>): void;|@ohos.distributedDeviceManager.d.ts| 37 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: off(type: 'replyResult', callback?: Callback\<{ param: string }>): void;|@ohos.distributedDeviceManager.d.ts| 38 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceListSync(isRefresh: boolean): Array\<DeviceInfo>;|@ohos.distributedHardware.deviceManager.d.ts| 39 |Error code added|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(): Promise\<Array\<DeviceInfo>>;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(): Promise\<Array\<DeviceInfo>>;<br>New version information: 202|@ohos.distributedHardware.deviceManager.d.ts| 40 |Error code added|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(): Promise\<DeviceInfo>;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(): Promise\<DeviceInfo>;<br>New version information: 202|@ohos.distributedHardware.deviceManager.d.ts| 41 |Error code changed|Class name: deviceManager;<br>Method or attribute name: function createDeviceManager(bundleName: string, callback: AsyncCallback\<DeviceManager>): void;<br>Old version information: 401|Class name: deviceManager;<br>Method or attribute name: function createDeviceManager(bundleName: string, callback: AsyncCallback\<DeviceManager>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 42 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: release(): void;<br>Old version information: 11600101|Class name: DeviceManager;<br>Method or attribute name: release(): void;<br>New version information: 202,201,11600101|@ohos.distributedHardware.deviceManager.d.ts| 43 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceListSync(): Array\<DeviceInfo>;<br>Old version information: 11600101|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceListSync(): Array\<DeviceInfo>;<br>New version information: 202,201,11600101|@ohos.distributedHardware.deviceManager.d.ts| 44 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(callback: AsyncCallback\<Array\<DeviceInfo>>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(callback: AsyncCallback\<Array\<DeviceInfo>>): void;<br>New version information: 202,401|@ohos.distributedHardware.deviceManager.d.ts| 45 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfoSync(): DeviceInfo;<br>Old version information: 11600101|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfoSync(): DeviceInfo;<br>New version information: 202,201,11600101|@ohos.distributedHardware.deviceManager.d.ts| 46 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(callback: AsyncCallback\<DeviceInfo>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(callback: AsyncCallback\<DeviceInfo>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 47 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string, callback: AsyncCallback\<DeviceInfo>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string, callback: AsyncCallback\<DeviceInfo>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 48 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string): Promise\<DeviceInfo>;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string): Promise\<DeviceInfo>;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 49 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>Old version information: 401,201,11600104,11600101|Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>New version information: 401,202,201,11600104,11600101|@ohos.distributedHardware.deviceManager.d.ts| 50 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;<br>Old version information: 401,201,11600104,11600101|Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;<br>New version information: 401,202,201,11600104,11600101|@ohos.distributedHardware.deviceManager.d.ts| 51 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: stopDeviceDiscovery(subscribeId: number): void;<br>Old version information: 401,201,11600101|Class name: DeviceManager;<br>Method or attribute name: stopDeviceDiscovery(subscribeId: number): void;<br>New version information: 401,202,201,11600101|@ohos.distributedHardware.deviceManager.d.ts| 52 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: publishDeviceDiscovery(publishInfo: PublishInfo): void;<br>Old version information: 401,201,11600105,11600101|Class name: DeviceManager;<br>Method or attribute name: publishDeviceDiscovery(publishInfo: PublishInfo): void;<br>New version information: 401,202,201,11600105,11600101|@ohos.distributedHardware.deviceManager.d.ts| 53 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: unPublishDeviceDiscovery(publishId: number): void;<br>Old version information: 401,201,11600101|Class name: DeviceManager;<br>Method or attribute name: unPublishDeviceDiscovery(publishId: number): void;<br>New version information: 401,202,201,11600101|@ohos.distributedHardware.deviceManager.d.ts| 54 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: authenticateDevice(<br> deviceInfo: DeviceInfo,<br> authParam: AuthParam,<br> callback: AsyncCallback\<{ deviceId: string, pinToken?: number }><br> ): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: authenticateDevice(<br> deviceInfo: DeviceInfo,<br> authParam: AuthParam,<br> callback: AsyncCallback\<{ deviceId: string, pinToken?: number }><br> ): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 55 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: unAuthenticateDevice(deviceInfo: DeviceInfo): void;<br>Old version information: 401,201,11600101|Class name: DeviceManager;<br>Method or attribute name: unAuthenticateDevice(deviceInfo: DeviceInfo): void;<br>New version information: 401,202,201,11600101|@ohos.distributedHardware.deviceManager.d.ts| 56 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback\<{ deviceId: string, level: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback\<{ deviceId: string, level: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 57 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: setUserOperation(operateAction: number, params: string): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: setUserOperation(operateAction: number, params: string): void;<br>New version information: 401,202,201|@ohos.distributedHardware.deviceManager.d.ts| 58 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 59 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 60 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 61 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'uiStateChange', callback: Callback\<{ param: string }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'uiStateChange', callback: Callback\<{ param: string }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 62 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 63 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceFound', callback: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceFound', callback: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 64 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'discoverFail', callback: Callback\<{ subscribeId: number, reason: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'discoverFail', callback: Callback\<{ subscribeId: number, reason: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 65 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishSuccess', callback: Callback\<{ publishId: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishSuccess', callback: Callback\<{ publishId: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 66 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishFail', callback: Callback\<{ publishId: number, reason: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishFail', callback: Callback\<{ publishId: number, reason: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 67 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'serviceDie', callback: () => void): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: on(type: 'serviceDie', callback: () => void): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 68 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'uiStateChange', callback?: Callback\<{ param: string }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'uiStateChange', callback?: Callback\<{ param: string }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 69 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 70 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceFound', callback?: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceFound', callback?: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 71 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'discoverFail', callback?: Callback\<{ subscribeId: number, reason: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'discoverFail', callback?: Callback\<{ subscribeId: number, reason: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 72 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishSuccess', callback?: Callback\<{ publishId: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishSuccess', callback?: Callback\<{ publishId: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 73 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishFail', callback?: Callback\<{ publishId: number, reason: number }>): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishFail', callback?: Callback\<{ publishId: number, reason: number }>): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 74 |Error code changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'serviceDie', callback?: () => void): void;<br>Old version information: 401|Class name: DeviceManager;<br>Method or attribute name: off(type: 'serviceDie', callback?: () => void): void;<br>New version information: 401,202|@ohos.distributedHardware.deviceManager.d.ts| 75 |Access level changed|Class name: DeviceInfo;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: DeviceInfo;<br>Method or attribute name: deviceId: string;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 76 |Access level changed|Class name: DeviceInfo;<br>Method or attribute name: deviceName: string;<br>Old version information: |Class name: DeviceInfo;<br>Method or attribute name: deviceName: string;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 77 |Access level changed|Class name: DeviceInfo;<br>Method or attribute name: deviceType: DeviceType;<br>Old version information: |Class name: DeviceInfo;<br>Method or attribute name: deviceType: DeviceType;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 78 |Access level changed|Class name: DeviceInfo;<br>Method or attribute name: networkId: string;<br>Old version information: |Class name: DeviceInfo;<br>Method or attribute name: networkId: string;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 79 |Access level changed|Class name: DeviceInfo;<br>Method or attribute name: range: number;<br>Old version information: |Class name: DeviceInfo;<br>Method or attribute name: range: number;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 80 |Access level changed|Class name: DeviceInfo;<br>Method or attribute name: authForm: AuthForm;<br>Old version information: |Class name: DeviceInfo;<br>Method or attribute name: authForm: AuthForm;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 81 |Access level changed|Class name: AuthForm;<br>Method or attribute name: INVALID_TYPE = -1<br>Old version information: |Class name: AuthForm;<br>Method or attribute name: INVALID_TYPE = -1<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 82 |Access level changed|Class name: AuthForm;<br>Method or attribute name: PEER_TO_PEER = 0<br>Old version information: |Class name: AuthForm;<br>Method or attribute name: PEER_TO_PEER = 0<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 83 |Access level changed|Class name: AuthForm;<br>Method or attribute name: IDENTICAL_ACCOUNT = 1<br>Old version information: |Class name: AuthForm;<br>Method or attribute name: IDENTICAL_ACCOUNT = 1<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 84 |Access level changed|Class name: AuthForm;<br>Method or attribute name: ACROSS_ACCOUNT = 2<br>Old version information: |Class name: AuthForm;<br>Method or attribute name: ACROSS_ACCOUNT = 2<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 85 |Access level changed|Class name: DeviceType;<br>Method or attribute name: UNKNOWN_TYPE = 0<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: UNKNOWN_TYPE = 0<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 86 |Access level changed|Class name: DeviceType;<br>Method or attribute name: SPEAKER = 0x0A<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: SPEAKER = 0x0A<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 87 |Access level changed|Class name: DeviceType;<br>Method or attribute name: PHONE = 0x0E<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: PHONE = 0x0E<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 88 |Access level changed|Class name: DeviceType;<br>Method or attribute name: TABLET = 0x11<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: TABLET = 0x11<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 89 |Access level changed|Class name: DeviceType;<br>Method or attribute name: WEARABLE = 0x6D<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: WEARABLE = 0x6D<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 90 |Access level changed|Class name: DeviceType;<br>Method or attribute name: CAR = 0x83<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: CAR = 0x83<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 91 |Access level changed|Class name: DeviceType;<br>Method or attribute name: TV = 0x9C<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: TV = 0x9C<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 92 |Access level changed|Class name: DeviceStateChangeAction;<br>Method or attribute name: ONLINE = 0<br>Old version information: |Class name: DeviceStateChangeAction;<br>Method or attribute name: ONLINE = 0<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 93 |Access level changed|Class name: DeviceStateChangeAction;<br>Method or attribute name: READY = 1<br>Old version information: |Class name: DeviceStateChangeAction;<br>Method or attribute name: READY = 1<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 94 |Access level changed|Class name: DeviceStateChangeAction;<br>Method or attribute name: OFFLINE = 2<br>Old version information: |Class name: DeviceStateChangeAction;<br>Method or attribute name: OFFLINE = 2<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 95 |Access level changed|Class name: DeviceStateChangeAction;<br>Method or attribute name: CHANGE = 3<br>Old version information: |Class name: DeviceStateChangeAction;<br>Method or attribute name: CHANGE = 3<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 96 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: subscribeId: number;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: subscribeId: number;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 97 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: mode: DiscoverMode;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: mode: DiscoverMode;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 98 |Access level changed|Class name: PublishInfo;<br>Method or attribute name: mode: DiscoverMode;<br>Old version information: |Class name: PublishInfo;<br>Method or attribute name: mode: DiscoverMode;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 99 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: medium: ExchangeMedium;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: medium: ExchangeMedium;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 100 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: freq: ExchangeFreq;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: freq: ExchangeFreq;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 101 |Access level changed|Class name: PublishInfo;<br>Method or attribute name: freq: ExchangeFreq;<br>Old version information: |Class name: PublishInfo;<br>Method or attribute name: freq: ExchangeFreq;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 102 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: isSameAccount: boolean;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: isSameAccount: boolean;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 103 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: isWakeRemote: boolean;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: isWakeRemote: boolean;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 104 |Access level changed|Class name: SubscribeInfo;<br>Method or attribute name: capability: SubscribeCap;<br>Old version information: |Class name: SubscribeInfo;<br>Method or attribute name: capability: SubscribeCap;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 105 |Access level changed|Class name: PublishInfo;<br>Method or attribute name: publishId: number;<br>Old version information: |Class name: PublishInfo;<br>Method or attribute name: publishId: number;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 106 |Access level changed|Class name: PublishInfo;<br>Method or attribute name: ranging: boolean;<br>Old version information: |Class name: PublishInfo;<br>Method or attribute name: ranging: boolean;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 107 |Access level changed|Class name: DiscoverMode;<br>Method or attribute name: DISCOVER_MODE_PASSIVE = 0x55<br>Old version information: |Class name: DiscoverMode;<br>Method or attribute name: DISCOVER_MODE_PASSIVE = 0x55<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 108 |Access level changed|Class name: DiscoverMode;<br>Method or attribute name: DISCOVER_MODE_ACTIVE = 0xAA<br>Old version information: |Class name: DiscoverMode;<br>Method or attribute name: DISCOVER_MODE_ACTIVE = 0xAA<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 109 |Access level changed|Class name: ExchangeMedium;<br>Method or attribute name: AUTO = 0<br>Old version information: |Class name: ExchangeMedium;<br>Method or attribute name: AUTO = 0<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 110 |Access level changed|Class name: ExchangeMedium;<br>Method or attribute name: BLE = 1<br>Old version information: |Class name: ExchangeMedium;<br>Method or attribute name: BLE = 1<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 111 |Access level changed|Class name: ExchangeMedium;<br>Method or attribute name: COAP = 2<br>Old version information: |Class name: ExchangeMedium;<br>Method or attribute name: COAP = 2<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 112 |Access level changed|Class name: ExchangeMedium;<br>Method or attribute name: USB = 3<br>Old version information: |Class name: ExchangeMedium;<br>Method or attribute name: USB = 3<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 113 |Access level changed|Class name: ExchangeFreq;<br>Method or attribute name: LOW = 0<br>Old version information: |Class name: ExchangeFreq;<br>Method or attribute name: LOW = 0<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 114 |Access level changed|Class name: ExchangeFreq;<br>Method or attribute name: MID = 1<br>Old version information: |Class name: ExchangeFreq;<br>Method or attribute name: MID = 1<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 115 |Access level changed|Class name: ExchangeFreq;<br>Method or attribute name: HIGH = 2<br>Old version information: |Class name: ExchangeFreq;<br>Method or attribute name: HIGH = 2<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 116 |Access level changed|Class name: ExchangeFreq;<br>Method or attribute name: SUPER_HIGH = 3<br>Old version information: |Class name: ExchangeFreq;<br>Method or attribute name: SUPER_HIGH = 3<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 117 |Access level changed|Class name: SubscribeCap;<br>Method or attribute name: SUBSCRIBE_CAPABILITY_DDMP = 0<br>Old version information: |Class name: SubscribeCap;<br>Method or attribute name: SUBSCRIBE_CAPABILITY_DDMP = 0<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 118 |Access level changed|Class name: SubscribeCap;<br>Method or attribute name: SUBSCRIBE_CAPABILITY_OSD = 1<br>Old version information: |Class name: SubscribeCap;<br>Method or attribute name: SUBSCRIBE_CAPABILITY_OSD = 1<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 119 |Access level changed|Class name: AuthParam;<br>Method or attribute name: authType: number;<br>Old version information: |Class name: AuthParam;<br>Method or attribute name: authType: number;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 120 |Access level changed|Class name: AuthInfo;<br>Method or attribute name: authType: number;<br>Old version information: |Class name: AuthInfo;<br>Method or attribute name: authType: number;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 121 |Access level changed|Class name: AuthParam;<br>Method or attribute name: extraInfo: { [key: string]: any };<br>Old version information: |Class name: AuthParam;<br>Method or attribute name: extraInfo: { [key: string]: any };<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 122 |Access level changed|Class name: AuthInfo;<br>Method or attribute name: extraInfo: { [key: string]: any };<br>Old version information: |Class name: AuthInfo;<br>Method or attribute name: extraInfo: { [key: string]: any };<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 123 |Access level changed|Class name: AuthInfo;<br>Method or attribute name: token: number;<br>Old version information: |Class name: AuthInfo;<br>Method or attribute name: token: number;<br>New version information: systemapi|@ohos.distributedHardware.deviceManager.d.ts| 124 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: release(): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: release(): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 125 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceListSync(): Array\<DeviceInfo>;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceListSync(): Array\<DeviceInfo>;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 126 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(callback: AsyncCallback\<Array\<DeviceInfo>>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(callback: AsyncCallback\<Array\<DeviceInfo>>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 127 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(): Promise\<Array\<DeviceInfo>>;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getTrustedDeviceList(): Promise\<Array\<DeviceInfo>>;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 128 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfoSync(): DeviceInfo;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfoSync(): DeviceInfo;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 129 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(callback: AsyncCallback\<DeviceInfo>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(callback: AsyncCallback\<DeviceInfo>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 130 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(): Promise\<DeviceInfo>;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getLocalDeviceInfo(): Promise\<DeviceInfo>;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 131 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string, callback: AsyncCallback\<DeviceInfo>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string, callback: AsyncCallback\<DeviceInfo>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 132 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string): Promise\<DeviceInfo>;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: getDeviceInfo(networkId: string): Promise\<DeviceInfo>;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 133 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 134 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 135 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: stopDeviceDiscovery(subscribeId: number): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: stopDeviceDiscovery(subscribeId: number): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 136 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: publishDeviceDiscovery(publishInfo: PublishInfo): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: publishDeviceDiscovery(publishInfo: PublishInfo): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 137 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: unPublishDeviceDiscovery(publishId: number): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: unPublishDeviceDiscovery(publishId: number): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 138 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: authenticateDevice(<br> deviceInfo: DeviceInfo,<br> authParam: AuthParam,<br> callback: AsyncCallback\<{ deviceId: string, pinToken?: number }><br> ): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: authenticateDevice(<br> deviceInfo: DeviceInfo,<br> authParam: AuthParam,<br> callback: AsyncCallback\<{ deviceId: string, pinToken?: number }><br> ): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 139 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: unAuthenticateDevice(deviceInfo: DeviceInfo): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: unAuthenticateDevice(deviceInfo: DeviceInfo): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 140 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback\<{ deviceId: string, level: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback\<{ deviceId: string, level: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 141 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: setUserOperation(operateAction: number, params: string): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: setUserOperation(operateAction: number, params: string): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 142 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 143 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 144 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 145 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'uiStateChange', callback: Callback\<{ param: string }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'uiStateChange', callback: Callback\<{ param: string }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 146 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 147 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceFound', callback: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'deviceFound', callback: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 148 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'discoverFail', callback: Callback\<{ subscribeId: number, reason: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'discoverFail', callback: Callback\<{ subscribeId: number, reason: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 149 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishSuccess', callback: Callback\<{ publishId: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishSuccess', callback: Callback\<{ publishId: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 150 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishFail', callback: Callback\<{ publishId: number, reason: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'publishFail', callback: Callback\<{ publishId: number, reason: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 151 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: on(type: 'serviceDie', callback: () => void): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: on(type: 'serviceDie', callback: () => void): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 152 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'uiStateChange', callback?: Callback\<{ param: string }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'uiStateChange', callback?: Callback\<{ param: string }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 153 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 154 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceFound', callback?: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'deviceFound', callback?: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 155 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'discoverFail', callback?: Callback\<{ subscribeId: number, reason: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'discoverFail', callback?: Callback\<{ subscribeId: number, reason: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 156 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishSuccess', callback?: Callback\<{ publishId: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishSuccess', callback?: Callback\<{ publishId: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 157 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishFail', callback?: Callback\<{ publishId: number, reason: number }>): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'publishFail', callback?: Callback\<{ publishId: number, reason: number }>): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 158 |Permission changed|Class name: DeviceManager;<br>Method or attribute name: off(type: 'serviceDie', callback?: () => void): void;<br>Old version information: |Class name: DeviceManager;<br>Method or attribute name: off(type: 'serviceDie', callback?: () => void): void;<br>New version information: ohos.permission.ACCESS_SERVICE_DM|@ohos.distributedHardware.deviceManager.d.ts| 159