1e41f4b71Sopenharmony_ci| Change Type | Old Version | New Version | d.ts File |
2e41f4b71Sopenharmony_ci| ---- | ------ | ------ | -------- |
3e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function getScanInfoList(): Array\<WifiScanInfo>;|NA|@ohos.wifiManager.d.ts|
4e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function updateDeviceConfig(config: WifiDeviceConfig): number;|NA|@ohos.wifiManager.d.ts|
5e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function disableDeviceConfig(networkId: number): void;|NA|@ohos.wifiManager.d.ts|
6e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function removeAllDeviceConfigs(): void;|NA|@ohos.wifiManager.d.ts|
7e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function removeDeviceConfig(networkId: number): void;|NA|@ohos.wifiManager.d.ts|
8e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function getHotspotStations(): Array\<StationInfo>;|NA|@ohos.wifiManager.d.ts|
9e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function createP2pGroup(config: WifiP2PConfig): void;|NA|@ohos.wifiManager.d.ts|
10e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function removeP2pGroup(): void;|NA|@ohos.wifiManager.d.ts|
11e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function startDiscoverP2pDevices(): void;|NA|@ohos.wifiManager.d.ts|
12e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function stopDiscoverP2pDevices(): void;|NA|@ohos.wifiManager.d.ts|
13e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function deletePersistentP2pGroup(netId: number): void;|NA|@ohos.wifiManager.d.ts|
14e41f4b71Sopenharmony_ci|Deleted|Class name: wifiManager;<br>Method or attribute name: function setP2pDeviceName(devName: string): void;|NA|@ohos.wifiManager.d.ts|
15e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
16e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
17e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
18e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
19e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;|@ohos.net.socket.d.ts|
20e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
21e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
22e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
23e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
24e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
25e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
26e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
27e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
28e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
29e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
30e41f4b71Sopenharmony_ci|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\<void>): void;|@ohos.bluetoothManager.d.ts|
31e41f4b71Sopenharmony_ci|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\<void>;|@ohos.bluetoothManager.d.ts|
32e41f4b71Sopenharmony_ci|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteProfileUuids(device: string, callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetoothManager.d.ts|
33e41f4b71Sopenharmony_ci|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteProfileUuids(device: string): Promise\<Array\<ProfileUuids>>;|@ohos.bluetoothManager.d.ts|
34e41f4b71Sopenharmony_ci|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getLocalProfileUuids(callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetoothManager.d.ts|
35e41f4b71Sopenharmony_ci|Added|NA|Class name: bluetoothManager;<br>Method or attribute name: function getLocalProfileUuids(): Promise\<Array\<ProfileUuids>>;|@ohos.bluetoothManager.d.ts|
36e41f4b71Sopenharmony_ci|Added|NA|Class name: BaseProfile;<br>Method or attribute name: setConnectionStrategy(device: string, strategy: ConnectionStrategy, callback: AsyncCallback\<void>): void;|@ohos.bluetoothManager.d.ts|
37e41f4b71Sopenharmony_ci|Added|NA|Class name: BaseProfile;<br>Method or attribute name: setConnectionStrategy(device: string, strategy: ConnectionStrategy): Promise\<void>;|@ohos.bluetoothManager.d.ts|
38e41f4b71Sopenharmony_ci|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionStrategy(device: string, callback: AsyncCallback\<ConnectionStrategy>): void;|@ohos.bluetoothManager.d.ts|
39e41f4b71Sopenharmony_ci|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionStrategy(device: string): Promise\<ConnectionStrategy>;|@ohos.bluetoothManager.d.ts|
40e41f4b71Sopenharmony_ci|Added|NA|Class name: AdvertiseData;<br>Method or attribute name: includeDeviceName?: boolean;|@ohos.bluetoothManager.d.ts|
41e41f4b71Sopenharmony_ci|Added|NA|Class name: BluetoothTransport;<br>Method or attribute name: TRANSPORT_BR_EDR = 0|@ohos.bluetoothManager.d.ts|
42e41f4b71Sopenharmony_ci|Added|NA|Class name: BluetoothTransport;<br>Method or attribute name: TRANSPORT_LE = 1|@ohos.bluetoothManager.d.ts|
43e41f4b71Sopenharmony_ci|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECT_STRATEGY_UNSUPPORTED = 0|@ohos.bluetoothManager.d.ts|
44e41f4b71Sopenharmony_ci|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECT_STRATEGY_ALLOWED = 1|@ohos.bluetoothManager.d.ts|
45e41f4b71Sopenharmony_ci|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECT_STRATEGY_FORBIDDEN = 2|@ohos.bluetoothManager.d.ts|
46e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
47e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
48e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
49e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
50e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
51e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
52e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
53e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
54e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
55e41f4b71Sopenharmony_ci|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|@ohos.bluetoothManager.d.ts|
56e41f4b71Sopenharmony_ci|Added|NA|Class name: connection;<br>Method or attribute name: function getDefaultHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts|
57e41f4b71Sopenharmony_ci|Added|NA|Class name: connection;<br>Method or attribute name: function getDefaultHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts|
58e41f4b71Sopenharmony_ci|Added|NA|Class name: ethernet;<br>Method or attribute name: type HttpProxy = connection.HttpProxy;|@ohos.net.ethernet.d.ts|
59e41f4b71Sopenharmony_ci|Added|NA|Class name: InterfaceConfiguration;<br>Method or attribute name: httpProxy?: HttpProxy;|@ohos.net.ethernet.d.ts|
60e41f4b71Sopenharmony_ci|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'discoveryStart', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
61e41f4b71Sopenharmony_ci|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'discoveryStop', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
62e41f4b71Sopenharmony_ci|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'serviceFound', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
63e41f4b71Sopenharmony_ci|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'serviceLost', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
64e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: type NetBearType = connection.NetBearType;|@ohos.net.policy.d.ts|
65e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setBackgroundAllowed(isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
66e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setBackgroundAllowed(isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
67e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function isBackgroundAllowed(callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
68e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function isBackgroundAllowed(): Promise\<boolean>;|@ohos.net.policy.d.ts|
69e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getBackgroundPolicyByUid(uid: number, callback: AsyncCallback\<NetBackgroundPolicy>): void;|@ohos.net.policy.d.ts|
70e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getBackgroundPolicyByUid(uid: number): Promise\<NetBackgroundPolicy>;|@ohos.net.policy.d.ts|
71e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
72e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy): Promise\<void>;|@ohos.net.policy.d.ts|
73e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getPolicyByUid(uid: number, callback: AsyncCallback\<NetUidPolicy>): void;|@ohos.net.policy.d.ts|
74e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getPolicyByUid(uid: number): Promise\<NetUidPolicy>;|@ohos.net.policy.d.ts|
75e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy, callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
76e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
77e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
78e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean): Promise\<boolean>;|@ohos.net.policy.d.ts|
79e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, iface: string, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
80e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, iface: string): Promise\<boolean>;|@ohos.net.policy.d.ts|
81e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
82e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>): Promise\<void>;|@ohos.net.policy.d.ts|
83e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getNetQuotaPolicies(callback: AsyncCallback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
84e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getNetQuotaPolicies(): Promise\<Array\<NetQuotaPolicy>>;|@ohos.net.policy.d.ts|
85e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
86e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType): Promise\<void>;|@ohos.net.policy.d.ts|
87e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
88e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
89e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getDeviceIdleTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
90e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getDeviceIdleTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
91e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
92e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
93e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getPowerSaveTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
94e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function getPowerSaveTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
95e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function resetPolicies(simId: string, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
96e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function resetPolicies(simId: string): Promise\<void>;|@ohos.net.policy.d.ts|
97e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netUidPolicyChange', callback: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
98e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netUidRuleChange', callback: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
99e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netMeteredIfacesChange', callback: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts|
100e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netQuotaPolicyChange', callback: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
101e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netBackgroundPolicyChange', callback: Callback\<boolean>): void;|@ohos.net.policy.d.ts|
102e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netUidPolicyChange', callback?: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
103e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netUidRuleChange', callback?: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
104e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netMeteredIfacesChange', callback?: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts|
105e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netQuotaPolicyChange', callback?: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
106e41f4b71Sopenharmony_ci|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netBackgroundPolicyChange', callback?: Callback\<boolean>): void;|@ohos.net.policy.d.ts|
107e41f4b71Sopenharmony_ci|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_NONE = 0|@ohos.net.policy.d.ts|
108e41f4b71Sopenharmony_ci|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_ENABLE = 1|@ohos.net.policy.d.ts|
109e41f4b71Sopenharmony_ci|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_DISABLE = 2|@ohos.net.policy.d.ts|
110e41f4b71Sopenharmony_ci|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_TRUSTLIST = 3|@ohos.net.policy.d.ts|
111e41f4b71Sopenharmony_ci|Added|NA|Class name: NetQuotaPolicy;<br>Method or attribute name: networkMatchRule: NetworkMatchRule;|@ohos.net.policy.d.ts|
112e41f4b71Sopenharmony_ci|Added|NA|Class name: NetQuotaPolicy;<br>Method or attribute name: quotaPolicy: QuotaPolicy;|@ohos.net.policy.d.ts|
113e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: periodDuration: string;|@ohos.net.policy.d.ts|
114e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: warningBytes: number;|@ohos.net.policy.d.ts|
115e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: limitBytes: number;|@ohos.net.policy.d.ts|
116e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: metered: boolean;|@ohos.net.policy.d.ts|
117e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: limitAction: LimitAction;|@ohos.net.policy.d.ts|
118e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: lastWarningRemind?: number;|@ohos.net.policy.d.ts|
119e41f4b71Sopenharmony_ci|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: lastLimitRemind?: number;|@ohos.net.policy.d.ts|
120e41f4b71Sopenharmony_ci|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: netType: NetBearType;|@ohos.net.policy.d.ts|
121e41f4b71Sopenharmony_ci|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: identity: string;|@ohos.net.policy.d.ts|
122e41f4b71Sopenharmony_ci|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: simId: string;|@ohos.net.policy.d.ts|
123e41f4b71Sopenharmony_ci|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_NONE = -1|@ohos.net.policy.d.ts|
124e41f4b71Sopenharmony_ci|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_ACCESS_DISABLED = 0|@ohos.net.policy.d.ts|
125e41f4b71Sopenharmony_ci|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_ALERT_ONLY = 1|@ohos.net.policy.d.ts|
126e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_NONE = 0|@ohos.net.policy.d.ts|
127e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_METERED_FOREGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
128e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_METERED = 1 \<\< 1|@ohos.net.policy.d.ts|
129e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_REJECT_METERED = 1 \<\< 2|@ohos.net.policy.d.ts|
130e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_ALL = 1 \<\< 5|@ohos.net.policy.d.ts|
131e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_REJECT_ALL = 1 \<\< 6|@ohos.net.policy.d.ts|
132e41f4b71Sopenharmony_ci|Added|NA|Class name: RemindType;<br>Method or attribute name: REMIND_TYPE_WARNING = 1|@ohos.net.policy.d.ts|
133e41f4b71Sopenharmony_ci|Added|NA|Class name: RemindType;<br>Method or attribute name: REMIND_TYPE_LIMIT = 2|@ohos.net.policy.d.ts|
134e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_NONE = 0|@ohos.net.policy.d.ts|
135e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_ALLOW_METERED_BACKGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
136e41f4b71Sopenharmony_ci|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_REJECT_METERED_BACKGROUND = 1 \<\< 1|@ohos.net.policy.d.ts|
137e41f4b71Sopenharmony_ci|Added|NA|Class name: socket;<br>Method or attribute name: function constructTCPSocketServerInstance(): TCPSocketServer;|@ohos.net.socket.d.ts|
138e41f4b71Sopenharmony_ci|Added|NA|Class name: socket;<br>Method or attribute name: function constructTLSSocketServerInstance(): TLSSocketServer;|@ohos.net.socket.d.ts|
139e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocket;<br>Method or attribute name: getSocketFd(callback: AsyncCallback\<number>): void;|@ohos.net.socket.d.ts|
140e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocket;<br>Method or attribute name: getSocketFd(): Promise\<number>;|@ohos.net.socket.d.ts|
141e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
142e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
143e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
144e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
145e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
146e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
147e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
148e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
149e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
150e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
151e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
152e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
153e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
154e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
155e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
156e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
157e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
158e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
159e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
160e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
161e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
162e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
163e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
164e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: listen(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
165e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: listen(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
166e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
167e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
168e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
169e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
170e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: on(type: 'connect', callback: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts|
171e41f4b71Sopenharmony_ci|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: off(type: 'connect', callback?: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts|
172e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
173e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
174e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
175e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
176e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: listen(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
177e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: listen(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
178e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
179e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
180e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: on(type: 'connect', callback: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts|
181e41f4b71Sopenharmony_ci|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: off(type: 'connect', callback?: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts|
182e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceRxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
183e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceRxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts|
184e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceTxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
185e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceTxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts|
186e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
187e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
188e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
189e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
190e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
191e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
192e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
193e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
194e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidRxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
195e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidRxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts|
196e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidTxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
197e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidTxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts|
198e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function on(type: 'netStatsChange', callback: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
199e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function off(type: 'netStatsChange', callback?: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
200e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts|
201e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts|
202e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts|
203e41f4b71Sopenharmony_ci|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts|
204e41f4b71Sopenharmony_ci|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: iface: string;|@ohos.net.statistics.d.ts|
205e41f4b71Sopenharmony_ci|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: startTime: number;|@ohos.net.statistics.d.ts|
206e41f4b71Sopenharmony_ci|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: endTime: number;|@ohos.net.statistics.d.ts|
207e41f4b71Sopenharmony_ci|Added|NA|Class name: UidInfo;<br>Method or attribute name: ifaceInfo: IfaceInfo;|@ohos.net.statistics.d.ts|
208e41f4b71Sopenharmony_ci|Added|NA|Class name: UidInfo;<br>Method or attribute name: uid: number;|@ohos.net.statistics.d.ts|
209e41f4b71Sopenharmony_ci|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: rxBytes: number;|@ohos.net.statistics.d.ts|
210e41f4b71Sopenharmony_ci|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: txBytes: number;|@ohos.net.statistics.d.ts|
211e41f4b71Sopenharmony_ci|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: rxPackets: number;|@ohos.net.statistics.d.ts|
212e41f4b71Sopenharmony_ci|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: txPackets: number;|@ohos.net.statistics.d.ts|
213e41f4b71Sopenharmony_ci|Added|NA|Class name: vpn;<br>Method or attribute name: export type LinkAddress = connection.LinkAddress;|@ohos.net.vpn.d.ts|
214e41f4b71Sopenharmony_ci|Added|NA|Class name: vpn;<br>Method or attribute name: export type RouteInfo = connection.RouteInfo;|@ohos.net.vpn.d.ts|
215e41f4b71Sopenharmony_ci|Added|NA|Class name: vpn;<br>Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;|@ohos.net.vpn.d.ts|
216e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConnection;<br>Method or attribute name: setUp(config: VpnConfig, callback: AsyncCallback\<number>): void;|@ohos.net.vpn.d.ts|
217e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConnection;<br>Method or attribute name: setUp(config: VpnConfig): Promise\<number>;|@ohos.net.vpn.d.ts|
218e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConnection;<br>Method or attribute name: protect(socketFd: number, callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts|
219e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConnection;<br>Method or attribute name: protect(socketFd: number): Promise\<void>;|@ohos.net.vpn.d.ts|
220e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConnection;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts|
221e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConnection;<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.net.vpn.d.ts|
222e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: addresses: Array\<LinkAddress>;|@ohos.net.vpn.d.ts|
223e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: routes?: Array\<RouteInfo>;|@ohos.net.vpn.d.ts|
224e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: dnsAddresses?: Array\<string>;|@ohos.net.vpn.d.ts|
225e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: searchDomains?: Array\<string>;|@ohos.net.vpn.d.ts|
226e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: mtu?: number;|@ohos.net.vpn.d.ts|
227e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isIPv4Accepted?: boolean;|@ohos.net.vpn.d.ts|
228e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isIPv6Accepted?: boolean;|@ohos.net.vpn.d.ts|
229e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isLegacy?: boolean;|@ohos.net.vpn.d.ts|
230e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isBlocking?: boolean;|@ohos.net.vpn.d.ts|
231e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: trustedApplications?: Array\<string>;|@ohos.net.vpn.d.ts|
232e41f4b71Sopenharmony_ci|Added|NA|Class name: VpnConfig;<br>Method or attribute name: blockedApplications?: Array\<string>;|@ohos.net.vpn.d.ts|
233e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;|@ohos.wifiManager.d.ts|
234e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;|@ohos.wifiManager.d.ts|
235e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
236e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function setScanAlwaysAllowed(isScanAlwaysAllowed: boolean): void;|@ohos.wifiManager.d.ts|
237e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanAlwaysAllowed(): boolean;|@ohos.wifiManager.d.ts|
238e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
239e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function disableNetwork(netId: number): void;|@ohos.wifiManager.d.ts|
240e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function removeAllNetwork(): void;|@ohos.wifiManager.d.ts|
241e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function removeDevice(id: number): void;|@ohos.wifiManager.d.ts|
242e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getDisconnectedReason(): DisconnectedReason;|@ohos.wifiManager.d.ts|
243e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getStations(): Array\<StationInfo>;|@ohos.wifiManager.d.ts|
244e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function createGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
245e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function removeGroup(): void;|@ohos.wifiManager.d.ts|
246e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function startDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
247e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function stopDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
248e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function deletePersistentGroup(netId: number): void;|@ohos.wifiManager.d.ts|
249e41f4b71Sopenharmony_ci|Added|NA|Class name: wifiManager;<br>Method or attribute name: function setDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
250e41f4b71Sopenharmony_ci|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_DEFAULT = 0|@ohos.wifiManager.d.ts|
251e41f4b71Sopenharmony_ci|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_WRONG_PWD = 1|@ohos.wifiManager.d.ts|
252e41f4b71Sopenharmony_ci|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_CONNECTION_FULL = 2|@ohos.wifiManager.d.ts|
253e41f4b71Sopenharmony_ci|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_NONE = 0|@ohos.wifiManager.d.ts|
254e41f4b71Sopenharmony_ci|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_AUTO = 1|@ohos.wifiManager.d.ts|
255e41f4b71Sopenharmony_ci|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_MANUAL = 2|@ohos.wifiManager.d.ts|
256e41f4b71Sopenharmony_ci|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: proxyMethod?: ProxyMethod;|@ohos.wifiManager.d.ts|
257e41f4b71Sopenharmony_ci|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: pacWebAddress?: string;|@ohos.wifiManager.d.ts|
258e41f4b71Sopenharmony_ci|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: serverHostName?: string;|@ohos.wifiManager.d.ts|
259e41f4b71Sopenharmony_ci|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: serverPort?: number;|@ohos.wifiManager.d.ts|
260e41f4b71Sopenharmony_ci|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: exclusionObjects?: string;|@ohos.wifiManager.d.ts|
261e41f4b71Sopenharmony_ci|Added|NA|Class name: WifiDeviceConfig;<br>Method or attribute name: proxyConfig?: WifiProxyConfig;|@ohos.wifiManager.d.ts|
262e41f4b71Sopenharmony_ci|Added|NA|Class name: HotspotConfig;<br>Method or attribute name: ipAddress?: string;|@ohos.wifiManager.d.ts|
263e41f4b71Sopenharmony_ci|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: 201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts|
264e41f4b71Sopenharmony_ci|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: 201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts|
265e41f4b71Sopenharmony_ci|Error code added|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: 201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts|
266e41f4b71Sopenharmony_ci|Error code added|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: 201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts|
267e41f4b71Sopenharmony_ci|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: 201,401,801,2900099|@ohos.bluetoothManager.d.ts|
268e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
269e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
270e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
271e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
272e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
273e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
274e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
275e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
276e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
277e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
278e41f4b71Sopenharmony_ci|Error code added|Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
279e41f4b71Sopenharmony_ci|Error code added|Class name: NetHandle;<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>New version information: 401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
280e41f4b71Sopenharmony_ci|Error code added|Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
281e41f4b71Sopenharmony_ci|Error code added|Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
282e41f4b71Sopenharmony_ci|Error code added|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
283e41f4b71Sopenharmony_ci|Error code added|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts|
284e41f4b71Sopenharmony_ci|Error code added|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
285e41f4b71Sopenharmony_ci|Error code added|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: 201,202,2200002,2200003|@ohos.net.ethernet.d.ts|
286e41f4b71Sopenharmony_ci|Error code added|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: 401,201,2300001,2300003,2300005,2300006,2300007,2300008,2300009,2300016,2300018,2300023,2300025,2300026,2300027,2300028,2300047,2300052,2300055,2300056,2300058,2300059,2300060,2300061,2300063,2300070,2300073,2300077,2300078,2300094,2300999|@ohos.net.http.d.ts|
287e41f4b71Sopenharmony_ci|Error code added|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: 401,201,2300001,2300003,2300005,2300006,2300007,2300008,2300009,2300016,2300018,2300023,2300025,2300026,2300027,2300028,2300047,2300052,2300055,2300056,2300058,2300059,2300060,2300061,2300063,2300070,2300073,2300077,2300078,2300094,2300999|@ohos.net.http.d.ts|
288e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
289e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
290e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts|
291e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts|
292e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
293e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
294e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
295e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
296e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
297e41f4b71Sopenharmony_ci|Error code added|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
298e41f4b71Sopenharmony_ci|Error code added|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
299e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
300e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201,2303198,2300002|@ohos.net.socket.d.ts|
301e41f4b71Sopenharmony_ci|Error code added|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
302e41f4b71Sopenharmony_ci|Error code added|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 201|@ohos.net.socket.d.ts|
303e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 201|@ohos.net.socket.d.ts|
304e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 401,2303501,2303505,2303506,2300002|@ohos.net.socket.d.ts|
305e41f4b71Sopenharmony_ci|Error code added|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 201|@ohos.net.socket.d.ts|
306e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 201|@ohos.net.socket.d.ts|
307e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 2303188,2300002|@ohos.net.socket.d.ts|
308e41f4b71Sopenharmony_ci|Error code added|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
309e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
310e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
311e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: 201|@ohos.net.socket.d.ts|
312e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: 2303188,2300002|@ohos.net.socket.d.ts|
313e41f4b71Sopenharmony_ci|Error code added|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
314e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: 401,2303188,2300002|@ohos.net.socket.d.ts|
315e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>New version information: 2303501,2303504,2300002|@ohos.net.socket.d.ts|
316e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>New version information: 2303501,2300002|@ohos.net.socket.d.ts|
317e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>New version information: 2303501,2303505,2300002|@ohos.net.socket.d.ts|
318e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>New version information: 2303501,2303502,2303505,2300002|@ohos.net.socket.d.ts|
319e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>New version information: 2303501,2300002|@ohos.net.socket.d.ts|
320e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>New version information: 401,2303104,2303109,2303111,2303188,2303191,2303198,2303199,2303210,2303501,2303502,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts|
321e41f4b71Sopenharmony_ci|Error code added|Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>New version information: 401,2303501,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts|
322e41f4b71Sopenharmony_ci|Error code added|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
323e41f4b71Sopenharmony_ci|Error code added|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
324e41f4b71Sopenharmony_ci|Error code added|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
325e41f4b71Sopenharmony_ci|Error code added|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
326e41f4b71Sopenharmony_ci|Error code added|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
327e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,801,2501000|@ohos.wifiManager.d.ts|
328e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 201,401,801,2501000|@ohos.wifiManager.d.ts|
329e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,801,2501000|@ohos.wifiManager.d.ts|
330e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: 201,202,801,2501000,2501001|@ohos.wifiManager.d.ts|
331e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
332e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
333e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
334e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
335e41f4b71Sopenharmony_ci|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: 201,202,801,2801000|@ohos.wifiManager.d.ts|
336e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
337e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getDefaultNetSync(): NetHandle;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getDefaultNetSync(): NetHandle;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
338e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
339e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
340e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
341e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
342e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
343e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>New version information: 401,2100002,2100003|@ohos.net.connection.d.ts|
344e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;<br>New version information: 401,2100002,2100003|@ohos.net.connection.d.ts|
345e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;<br>New version information: 401,202,2100002,2100003|@ohos.net.connection.d.ts|
346e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(): Promise\<HttpProxy>;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(): Promise\<HttpProxy>;<br>New version information: 401,202,2100002,2100003|@ohos.net.connection.d.ts|
347e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2100001,2100002,2100003|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,202,2100001,2100002,2100003|@ohos.net.connection.d.ts|
348e41f4b71Sopenharmony_ci|Error code changed|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;<br>Old version information: 201,401,2100001,2100002,2100003|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;<br>New version information: 201,401,202,2100001,2100002,2100003|@ohos.net.connection.d.ts|
349e41f4b71Sopenharmony_ci|Error code changed|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003,2101008,2101022|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,2100002,2100003,2101008,2101022|@ohos.net.connection.d.ts|
350e41f4b71Sopenharmony_ci|Error code changed|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>Old version information: 2100002,2100003,2101007|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,2100002,2100003,2101007|@ohos.net.connection.d.ts|
351e41f4b71Sopenharmony_ci|Error code changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201005|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
352e41f4b71Sopenharmony_ci|Error code changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts|
353e41f4b71Sopenharmony_ci|Error code changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201005|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
354e41f4b71Sopenharmony_ci|Error code changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,2200002,2200003|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,2200002,2200003|@ohos.net.ethernet.d.ts|
355e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2200002,2200003,2202011|Class name: sharing;<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
356e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2200002,2200003,2202011|Class name: sharing;<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
357e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts|
358e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts|
359e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
360e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
361e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
362e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
363e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
364e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
365e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
366e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
367e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
368e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
369e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
370e41f4b71Sopenharmony_ci|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
371e41f4b71Sopenharmony_ci|Access level changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: systemapi|@ohos.net.connection.d.ts|
372e41f4b71Sopenharmony_ci|Access level changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: systemapi|@ohos.net.connection.d.ts|
373e41f4b71Sopenharmony_ci|Access level changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
374e41f4b71Sopenharmony_ci|Access level changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
375e41f4b71Sopenharmony_ci|Access level changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
376e41f4b71Sopenharmony_ci|Access level changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
377e41f4b71Sopenharmony_ci|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
378e41f4b71Sopenharmony_ci|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
379e41f4b71Sopenharmony_ci|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
380e41f4b71Sopenharmony_ci|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
381e41f4b71Sopenharmony_ci|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
382e41f4b71Sopenharmony_ci|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
383e41f4b71Sopenharmony_ci|Access level changed|Class name: IPSetMode;<br>Method or attribute name: STATIC = 0<br>Old version information: |Class name: IPSetMode;<br>Method or attribute name: STATIC = 0<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
384e41f4b71Sopenharmony_ci|Access level changed|Class name: IPSetMode;<br>Method or attribute name: DHCP = 1<br>Old version information: |Class name: IPSetMode;<br>Method or attribute name: DHCP = 1<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
385e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
386e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
387e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
388e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
389e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
390e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
391e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
392e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
393e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
394e41f4b71Sopenharmony_ci|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
395e41f4b71Sopenharmony_ci|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_SERVING = 1<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_SERVING = 1<br>New version information: systemapi|@ohos.net.sharing.d.ts|
396e41f4b71Sopenharmony_ci|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2<br>New version information: systemapi|@ohos.net.sharing.d.ts|
397e41f4b71Sopenharmony_ci|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_ERROR = 3<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_ERROR = 3<br>New version information: systemapi|@ohos.net.sharing.d.ts|
398e41f4b71Sopenharmony_ci|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_WIFI = 0<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_WIFI = 0<br>New version information: systemapi|@ohos.net.sharing.d.ts|
399e41f4b71Sopenharmony_ci|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_USB = 1<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_USB = 1<br>New version information: systemapi|@ohos.net.sharing.d.ts|
400e41f4b71Sopenharmony_ci|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_BLUETOOTH = 2<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_BLUETOOTH = 2<br>New version information: systemapi|@ohos.net.sharing.d.ts|
401e41f4b71Sopenharmony_ci|Access level changed|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
402e41f4b71Sopenharmony_ci|Access level changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
403e41f4b71Sopenharmony_ci|Access level changed|Class name: EapMethod;<br>Method or attribute name: enum EapMethod<br>Old version information: systemapi|Class name: EapMethod;<br>Method or attribute name: enum EapMethod<br>New version information: |@ohos.wifiManager.d.ts|
404e41f4b71Sopenharmony_ci|Access level changed|Class name: Phase2Method;<br>Method or attribute name: enum Phase2Method<br>Old version information: systemapi|Class name: Phase2Method;<br>Method or attribute name: enum Phase2Method<br>New version information: |@ohos.wifiManager.d.ts|
405e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiEapConfig;<br>Method or attribute name: interface WifiEapConfig<br>Old version information: systemapi|Class name: WifiEapConfig;<br>Method or attribute name: interface WifiEapConfig<br>New version information: |@ohos.wifiManager.d.ts|
406e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: creatorUid?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: creatorUid?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
407e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: disableReason?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: disableReason?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
408e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: netId?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: netId?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
409e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacType?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacType?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
410e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacAddr?: string;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacAddr?: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
411e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: ipType?: IpType;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: ipType?: IpType;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
412e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: staticIp?: IpConfig;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: staticIp?: IpConfig;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
413e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>Old version information: systemapi|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>New version information: |@ohos.wifiManager.d.ts|
414e41f4b71Sopenharmony_ci|Access level changed|Class name: IpConfig;<br>Method or attribute name: ipAddress: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: ipAddress: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
415e41f4b71Sopenharmony_ci|Access level changed|Class name: IpConfig;<br>Method or attribute name: gateway: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: gateway: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
416e41f4b71Sopenharmony_ci|Access level changed|Class name: IpConfig;<br>Method or attribute name: prefixLength: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: prefixLength: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
417e41f4b71Sopenharmony_ci|Access level changed|Class name: IpConfig;<br>Method or attribute name: dnsServers: number[];<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: dnsServers: number[];<br>New version information: systemapi|@ohos.wifiManager.d.ts|
418e41f4b71Sopenharmony_ci|Access level changed|Class name: IpConfig;<br>Method or attribute name: domains: Array\<string>;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: domains: Array\<string>;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
419e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: networkId: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: networkId: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
420e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: chload: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: chload: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
421e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: snr: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: snr: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
422e41f4b71Sopenharmony_ci|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: suppState: SuppState;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: suppState: SuppState;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
423e41f4b71Sopenharmony_ci|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
424e41f4b71Sopenharmony_ci|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
425e41f4b71Sopenharmony_ci|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
426e41f4b71Sopenharmony_ci|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: channel?: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: channel?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
427e41f4b71Sopenharmony_ci|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
428e41f4b71Sopenharmony_ci|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
429e41f4b71Sopenharmony_ci|Access level changed|Class name: StationInfo;<br>Method or attribute name: name: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: name: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
430e41f4b71Sopenharmony_ci|Access level changed|Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
431e41f4b71Sopenharmony_ci|Access level changed|Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
432e41f4b71Sopenharmony_ci|Access level changed|Class name: IpType;<br>Method or attribute name: STATIC<br>Old version information: |Class name: IpType;<br>Method or attribute name: STATIC<br>New version information: systemapi|@ohos.wifiManager.d.ts|
433e41f4b71Sopenharmony_ci|Access level changed|Class name: IpType;<br>Method or attribute name: DHCP<br>Old version information: |Class name: IpType;<br>Method or attribute name: DHCP<br>New version information: systemapi|@ohos.wifiManager.d.ts|
434e41f4b71Sopenharmony_ci|Access level changed|Class name: IpType;<br>Method or attribute name: UNKNOWN<br>Old version information: |Class name: IpType;<br>Method or attribute name: UNKNOWN<br>New version information: systemapi|@ohos.wifiManager.d.ts|
435e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
436e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
437e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: INACTIVE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INACTIVE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
438e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: SCANNING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: SCANNING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
439e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
440e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
441e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
442e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
443e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
444e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: COMPLETED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: COMPLETED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
445e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
446e41f4b71Sopenharmony_ci|Access level changed|Class name: SuppState;<br>Method or attribute name: INVALID<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INVALID<br>New version information: systemapi|@ohos.wifiManager.d.ts|
447e41f4b71Sopenharmony_ci|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
448e41f4b71Sopenharmony_ci|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
449e41f4b71Sopenharmony_ci|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
450e41f4b71Sopenharmony_ci|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
451e41f4b71Sopenharmony_ci|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
452e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
453e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
454e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
455e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
456e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
457e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
458e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
459e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
460e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>New version information: ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts|
461e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>New version information: ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts|
462e41f4b71Sopenharmony_ci|Permission changed|Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
463e41f4b71Sopenharmony_ci|Permission changed|Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
464e41f4b71Sopenharmony_ci|Permission changed|Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
465e41f4b71Sopenharmony_ci|Permission changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
466e41f4b71Sopenharmony_ci|Permission changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.ethernet.d.ts|
467e41f4b71Sopenharmony_ci|Permission changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
468e41f4b71Sopenharmony_ci|Permission changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
469e41f4b71Sopenharmony_ci|Permission changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.http.d.ts|
470e41f4b71Sopenharmony_ci|Permission changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: ohos.permission.INTERNET|@ohos.net.http.d.ts|
471e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
472e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
473e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
474e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
475e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
476e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
477e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
478e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
479e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
480e41f4b71Sopenharmony_ci|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
481e41f4b71Sopenharmony_ci|Permission changed|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
482e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
483e41f4b71Sopenharmony_ci|Permission changed|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
484e41f4b71Sopenharmony_ci|Permission changed|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
485e41f4b71Sopenharmony_ci|Permission changed|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
486e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
487e41f4b71Sopenharmony_ci|Permission changed|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
488e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
489e41f4b71Sopenharmony_ci|Permission changed|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
490e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
491e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
492e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
493e41f4b71Sopenharmony_ci|Permission changed|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
494e41f4b71Sopenharmony_ci|Permission changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
495e41f4b71Sopenharmony_ci|Permission changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
496e41f4b71Sopenharmony_ci|Permission changed|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
497e41f4b71Sopenharmony_ci|Permission changed|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
498e41f4b71Sopenharmony_ci|Permission changed|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
499e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
500e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts|
501e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts|
502e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
503e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
504e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
505e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
506e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
507e41f4b71Sopenharmony_ci|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
508e41f4b71Sopenharmony_ci|Type changed|Class name: NetSpecifier;<br>Method or attribute name: netCapabilities: NetCapabilities;<br>Old version information: |Class name: NetSpecifier;<br>Method or attribute name: netCapabilities: NetCapabilities;<br>New version information: NetCapabilities|@ohos.net.connection.d.ts|
509e41f4b71Sopenharmony_ci|Type changed|Class name: NetSpecifier;<br>Method or attribute name: bearerPrivateIdentifier?: string;<br>Old version information: |Class name: NetSpecifier;<br>Method or attribute name: bearerPrivateIdentifier?: string;<br>New version information: ?string|@ohos.net.connection.d.ts|
510e41f4b71Sopenharmony_ci|Type changed|Class name: NetHandle;<br>Method or attribute name: netId: number;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: netId: number;<br>New version information: number|@ohos.net.connection.d.ts|
511e41f4b71Sopenharmony_ci|Type changed|Class name: NetCapabilities;<br>Method or attribute name: linkUpBandwidthKbps?: number;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: linkUpBandwidthKbps?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
512e41f4b71Sopenharmony_ci|Type changed|Class name: NetCapabilities;<br>Method or attribute name: linkDownBandwidthKbps?: number;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: linkDownBandwidthKbps?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
513e41f4b71Sopenharmony_ci|Type changed|Class name: NetCapabilities;<br>Method or attribute name: networkCap?: Array\<NetCap>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: networkCap?: Array\<NetCap>;<br>New version information: ?Array\<NetCap>|@ohos.net.connection.d.ts|
514e41f4b71Sopenharmony_ci|Type changed|Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>New version information: Array\<NetBearType>|@ohos.net.connection.d.ts|
515e41f4b71Sopenharmony_ci|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: interfaceName: string;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: interfaceName: string;<br>New version information: string|@ohos.net.connection.d.ts|
516e41f4b71Sopenharmony_ci|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: domains: string;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: domains: string;<br>New version information: string|@ohos.net.connection.d.ts|
517e41f4b71Sopenharmony_ci|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: linkAddresses: Array\<LinkAddress>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: linkAddresses: Array\<LinkAddress>;<br>New version information: Array\<LinkAddress>|@ohos.net.connection.d.ts|
518e41f4b71Sopenharmony_ci|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: dnses: Array\<NetAddress>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: dnses: Array\<NetAddress>;<br>New version information: Array\<NetAddress>|@ohos.net.connection.d.ts|
519e41f4b71Sopenharmony_ci|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: routes: Array\<RouteInfo>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: routes: Array\<RouteInfo>;<br>New version information: Array\<RouteInfo>|@ohos.net.connection.d.ts|
520e41f4b71Sopenharmony_ci|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: mtu: number;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: mtu: number;<br>New version information: number|@ohos.net.connection.d.ts|
521e41f4b71Sopenharmony_ci|Type changed|Class name: RouteInfo;<br>Method or attribute name: interface: string;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: interface: string;<br>New version information: string|@ohos.net.connection.d.ts|
522e41f4b71Sopenharmony_ci|Type changed|Class name: RouteInfo;<br>Method or attribute name: destination: LinkAddress;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: destination: LinkAddress;<br>New version information: LinkAddress|@ohos.net.connection.d.ts|
523e41f4b71Sopenharmony_ci|Type changed|Class name: RouteInfo;<br>Method or attribute name: gateway: NetAddress;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: gateway: NetAddress;<br>New version information: NetAddress|@ohos.net.connection.d.ts|
524e41f4b71Sopenharmony_ci|Type changed|Class name: RouteInfo;<br>Method or attribute name: hasGateway: boolean;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: hasGateway: boolean;<br>New version information: boolean|@ohos.net.connection.d.ts|
525e41f4b71Sopenharmony_ci|Type changed|Class name: RouteInfo;<br>Method or attribute name: isDefaultRoute: boolean;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: isDefaultRoute: boolean;<br>New version information: boolean|@ohos.net.connection.d.ts|
526e41f4b71Sopenharmony_ci|Type changed|Class name: LinkAddress;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: LinkAddress;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.connection.d.ts|
527e41f4b71Sopenharmony_ci|Type changed|Class name: LinkAddress;<br>Method or attribute name: prefixLength: number;<br>Old version information: |Class name: LinkAddress;<br>Method or attribute name: prefixLength: number;<br>New version information: number|@ohos.net.connection.d.ts|
528e41f4b71Sopenharmony_ci|Type changed|Class name: NetAddress;<br>Method or attribute name: address: string;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.net.connection.d.ts|
529e41f4b71Sopenharmony_ci|Type changed|Class name: NetAddress;<br>Method or attribute name: family?: number;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: family?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
530e41f4b71Sopenharmony_ci|Type changed|Class name: NetAddress;<br>Method or attribute name: port?: number;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: port?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
531e41f4b71Sopenharmony_ci|Type changed|Class name: HttpProxy;<br>Method or attribute name: host: string;<br>Old version information: |Class name: HttpProxy;<br>Method or attribute name: host: string;<br>New version information: string|@ohos.net.connection.d.ts|
532e41f4b71Sopenharmony_ci|Type changed|Class name: HttpProxy;<br>Method or attribute name: port: number;<br>Old version information: |Class name: HttpProxy;<br>Method or attribute name: port: number;<br>New version information: number|@ohos.net.connection.d.ts|
533e41f4b71Sopenharmony_ci|Type changed|Class name: HttpProxy;<br>Method or attribute name: exclusionList: Array\<string>;<br>Old version information: |Class name: HttpProxy;<br>Method or attribute name: exclusionList: Array\<string>;<br>New version information: Array\<string>|@ohos.net.connection.d.ts|
534e41f4b71Sopenharmony_ci|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>New version information: IPSetMode|@ohos.net.ethernet.d.ts|
535e41f4b71Sopenharmony_ci|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
536e41f4b71Sopenharmony_ci|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
537e41f4b71Sopenharmony_ci|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
538e41f4b71Sopenharmony_ci|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
539e41f4b71Sopenharmony_ci|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
540e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>New version information: ?RequestMethod|@ohos.net.http.d.ts|
541e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>New version information: ?string \| Object \| ArrayBuffer|@ohos.net.http.d.ts|
542e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>New version information: ?HttpDataType|@ohos.net.http.d.ts|
543e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>New version information: ?boolean|@ohos.net.http.d.ts|
544e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
545e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.net.http.d.ts|
546e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
547e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
548e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>New version information: ?HttpProtocol|@ohos.net.http.d.ts|
549e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingProxy?: boolean \| HttpProxy;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingProxy?: boolean \| HttpProxy;<br>New version information: ?boolean \| HttpProxy|@ohos.net.http.d.ts|
550e41f4b71Sopenharmony_ci|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: caPath?: string;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: caPath?: string;<br>New version information: ?string|@ohos.net.http.d.ts|
551e41f4b71Sopenharmony_ci|Type changed|Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>New version information: string \| Object \| ArrayBuffer|@ohos.net.http.d.ts|
552e41f4b71Sopenharmony_ci|Type changed|Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>New version information: HttpDataType|@ohos.net.http.d.ts|
553e41f4b71Sopenharmony_ci|Type changed|Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>New version information: ResponseCode \| number|@ohos.net.http.d.ts|
554e41f4b71Sopenharmony_ci|Type changed|Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>New version information: Object|@ohos.net.http.d.ts|
555e41f4b71Sopenharmony_ci|Type changed|Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>New version information: string|@ohos.net.http.d.ts|
556e41f4b71Sopenharmony_ci|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: serviceType: string;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: serviceType: string;<br>New version information: string|@ohos.net.mdns.d.ts|
557e41f4b71Sopenharmony_ci|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: serviceName: string;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: serviceName: string;<br>New version information: string|@ohos.net.mdns.d.ts|
558e41f4b71Sopenharmony_ci|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: port?: number;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: port?: number;<br>New version information: ?number|@ohos.net.mdns.d.ts|
559e41f4b71Sopenharmony_ci|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: host?: NetAddress;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: host?: NetAddress;<br>New version information: ?NetAddress|@ohos.net.mdns.d.ts|
560e41f4b71Sopenharmony_ci|Type changed|Class name: LocalServiceInfo;<br>Method or attribute name: serviceAttribute?: Array\<ServiceAttribute>;<br>Old version information: |Class name: LocalServiceInfo;<br>Method or attribute name: serviceAttribute?: Array\<ServiceAttribute>;<br>New version information: ?Array\<ServiceAttribute>|@ohos.net.mdns.d.ts|
561e41f4b71Sopenharmony_ci|Type changed|Class name: ServiceAttribute;<br>Method or attribute name: key: string;<br>Old version information: |Class name: ServiceAttribute;<br>Method or attribute name: key: string;<br>New version information: string|@ohos.net.mdns.d.ts|
562e41f4b71Sopenharmony_ci|Type changed|Class name: ServiceAttribute;<br>Method or attribute name: value: Array\<number>;<br>Old version information: |Class name: ServiceAttribute;<br>Method or attribute name: value: Array\<number>;<br>New version information: Array\<number>|@ohos.net.mdns.d.ts|
563e41f4b71Sopenharmony_ci|Type changed|Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: string \| ArrayBuffer|@ohos.net.socket.d.ts|
564e41f4b71Sopenharmony_ci|Type changed|Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: string \| ArrayBuffer|@ohos.net.socket.d.ts|
565e41f4b71Sopenharmony_ci|Type changed|Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
566e41f4b71Sopenharmony_ci|Type changed|Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
567e41f4b71Sopenharmony_ci|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
568e41f4b71Sopenharmony_ci|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
569e41f4b71Sopenharmony_ci|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
570e41f4b71Sopenharmony_ci|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
571e41f4b71Sopenharmony_ci|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
572e41f4b71Sopenharmony_ci|Type changed|Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>Old version information: |Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
573e41f4b71Sopenharmony_ci|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
574e41f4b71Sopenharmony_ci|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
575e41f4b71Sopenharmony_ci|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
576e41f4b71Sopenharmony_ci|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.net.socket.d.ts|
577e41f4b71Sopenharmony_ci|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>New version information: 'IPv4' \| 'IPv6'|@ohos.net.socket.d.ts|
578e41f4b71Sopenharmony_ci|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>New version information: number|@ohos.net.socket.d.ts|
579e41f4b71Sopenharmony_ci|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>New version information: number|@ohos.net.socket.d.ts|
580e41f4b71Sopenharmony_ci|Type changed|Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
581e41f4b71Sopenharmony_ci|Type changed|Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
582e41f4b71Sopenharmony_ci|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
583e41f4b71Sopenharmony_ci|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
584e41f4b71Sopenharmony_ci|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
585e41f4b71Sopenharmony_ci|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>New version information: ?object|@ohos.net.socket.d.ts|
586e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>New version information: string \| Array\<string>|@ohos.net.socket.d.ts|
587e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
588e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
589e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
590e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>New version information: ?Protocol \| Array\<Protocol>|@ohos.net.socket.d.ts|
591e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
592e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
593e41f4b71Sopenharmony_ci|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
594e41f4b71Sopenharmony_ci|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>New version information: TLSSecureOptions|@ohos.net.socket.d.ts|
595e41f4b71Sopenharmony_ci|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.net.socket.d.ts|
596e41f4b71Sopenharmony_ci|Type changed|Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.net.webSocket.d.ts|
597e41f4b71Sopenharmony_ci|Type changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>New version information: ?number|@ohos.net.webSocket.d.ts|
598e41f4b71Sopenharmony_ci|Type changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>New version information: ?string|@ohos.net.webSocket.d.ts|
599e41f4b71Sopenharmony_ci|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: caCertAliases: string;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: caCertAliases: string;<br>New version information: string|@ohos.wifiManager.d.ts|
600e41f4b71Sopenharmony_ci|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: clientCertAliases: string;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: clientCertAliases: string;<br>New version information: string|@ohos.wifiManager.d.ts|
601e41f4b71Sopenharmony_ci|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: eapSubId: number;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: eapSubId: number;<br>New version information: number|@ohos.wifiManager.d.ts|
602e41f4b71Sopenharmony_ci|Type changed|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>New version information: ?WifiEapConfig|@ohos.wifiManager.d.ts|
603e41f4b71Sopenharmony_ci|Type changed|Class name: NetworkResponse;<br>Method or attribute name: type: string;<br>Old version information: |Class name: NetworkResponse;<br>Method or attribute name: type: string;<br>New version information: string|@system.network.d.ts|
604e41f4b71Sopenharmony_ci|Type changed|Class name: NetworkResponse;<br>Method or attribute name: metered: boolean;<br>Old version information: |Class name: NetworkResponse;<br>Method or attribute name: metered: boolean;<br>New version information: boolean|@system.network.d.ts|
605e41f4b71Sopenharmony_ci|Function changed|Class name: HotspotConfig;<br>Method or attribute name: channel: number;|Class name: HotspotConfig;<br>Method or attribute name: channel?: number;|@ohos.wifiManager.d.ts|
606