1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: ohos.enterprise.accountManager<br>类名: accountManager|@ohos.enterprise.accountManager.d.ts|
4|新增|NA|模块名: ohos.enterprise.accountManager<br>类名: accountManager<br>方法 or 属性: function disallowAddLocalAccount(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.accountManager.d.ts|
5|新增|NA|模块名: ohos.enterprise.accountManager<br>类名: accountManager<br>方法 or 属性: function disallowAddLocalAccount(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.accountManager.d.ts|
6|新增|NA|类名:ManagedEvent<br>方法or属性:MANAGED_EVENT_APP_START = 2|@ohos.enterprise.adminManager.d.ts|
7|新增|NA|类名:ManagedEvent<br>方法or属性:MANAGED_EVENT_APP_STOP = 3|@ohos.enterprise.adminManager.d.ts|
8|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager|@ohos.enterprise.applicationManager.d.ts|
9|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
10|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
11|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
12|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
13|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
14|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
15|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function getDisallowedRunningBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
16|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function getDisallowedRunningBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
17|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function getDisallowedRunningBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.applicationManager.d.ts|
18|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager|@ohos.enterprise.bundleManager.d.ts|
19|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
20|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
21|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
22|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
23|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
24|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
25|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getAllowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
26|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getAllowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
27|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getAllowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
28|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
29|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
30|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
31|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
32|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
33|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
34|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getDisallowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
35|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getDisallowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
36|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getDisallowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
37|新增|NA|类名:dateTimeManager<br>方法or属性:function disallowModifyDateTime(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.dateTimeManager.d.ts|
38|新增|NA|类名:dateTimeManager<br>方法or属性:function disallowModifyDateTime(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.dateTimeManager.d.ts|
39|新增|NA|类名:dateTimeManager<br>方法or属性:function isModifyDateTimeDisallowed(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.dateTimeManager.d.ts|
40|新增|NA|类名:dateTimeManager<br>方法or属性:function isModifyDateTimeDisallowed(admin: Want): Promise\<boolean>;|@ohos.enterprise.dateTimeManager.d.ts|
41|新增|NA|模块名: ohos.enterprise.deviceControl<br>类名: deviceControl|@ohos.enterprise.deviceControl.d.ts|
42|新增|NA|模块名: ohos.enterprise.deviceControl<br>类名: deviceControl<br>方法 or 属性: function resetFactory(admin: Want, callback: AsyncCallback\<void>): void;|@ohos.enterprise.deviceControl.d.ts|
43|新增|NA|模块名: ohos.enterprise.deviceControl<br>类名: deviceControl<br>方法 or 属性: function resetFactory(admin: Want): Promise\<void>;|@ohos.enterprise.deviceControl.d.ts|
44|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo|@ohos.enterprise.deviceInfo.d.ts|
45|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceSerial(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
46|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceSerial(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
47|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDisplayVersion(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
48|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDisplayVersion(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
49|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceName(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
50|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceName(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
51|新增|NA|模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法 or 属性: onAppStart(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
52|新增|NA|模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法 or 属性: onAppStop(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
53|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager|@ohos.enterprise.networkManager.d.ts|
54|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getAllNetworkInterfaces(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.networkManager.d.ts|
55|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getAllNetworkInterfaces(admin: Want): Promise\<Array\<string>>;|@ohos.enterprise.networkManager.d.ts|
56|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getIpAddress(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
57|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getIpAddress(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
58|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getMac(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
59|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getMac(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
60|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.networkManager.d.ts|
61|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string): Promise\<boolean>;|@ohos.enterprise.networkManager.d.ts|
62|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
63|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
64|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager|@ohos.enterprise.wifiManager.d.ts|
65|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType|@ohos.enterprise.wifiManager.d.ts|
66|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_INVALID = 0|@ohos.enterprise.wifiManager.d.ts|
67|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_OPEN = 1|@ohos.enterprise.wifiManager.d.ts|
68|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WEP = 2|@ohos.enterprise.wifiManager.d.ts|
69|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_PSK = 3|@ohos.enterprise.wifiManager.d.ts|
70|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_SAE = 4|@ohos.enterprise.wifiManager.d.ts|
71|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_EAP = 5|@ohos.enterprise.wifiManager.d.ts|
72|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.enterprise.wifiManager.d.ts|
73|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_OWE = 7|@ohos.enterprise.wifiManager.d.ts|
74|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.enterprise.wifiManager.d.ts|
75|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.enterprise.wifiManager.d.ts|
76|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType|@ohos.enterprise.wifiManager.d.ts|
77|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType<br>方法 or 属性: STATIC|@ohos.enterprise.wifiManager.d.ts|
78|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType<br>方法 or 属性: DHCP|@ohos.enterprise.wifiManager.d.ts|
79|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType<br>方法 or 属性: UNKNOWN|@ohos.enterprise.wifiManager.d.ts|
80|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile|@ohos.enterprise.wifiManager.d.ts|
81|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: ipAddress: number;|@ohos.enterprise.wifiManager.d.ts|
82|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: gateway: number;|@ohos.enterprise.wifiManager.d.ts|
83|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: prefixLength: number;|@ohos.enterprise.wifiManager.d.ts|
84|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: dnsServers: number[];|@ohos.enterprise.wifiManager.d.ts|
85|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: domains: Array\<string>;|@ohos.enterprise.wifiManager.d.ts|
86|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod|@ohos.enterprise.wifiManager.d.ts|
87|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_NONE|@ohos.enterprise.wifiManager.d.ts|
88|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PEAP|@ohos.enterprise.wifiManager.d.ts|
89|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TLS|@ohos.enterprise.wifiManager.d.ts|
90|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TTLS|@ohos.enterprise.wifiManager.d.ts|
91|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PWD|@ohos.enterprise.wifiManager.d.ts|
92|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_SIM|@ohos.enterprise.wifiManager.d.ts|
93|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA|@ohos.enterprise.wifiManager.d.ts|
94|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
95|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_UNAUTH_TLS|@ohos.enterprise.wifiManager.d.ts|
96|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method|@ohos.enterprise.wifiManager.d.ts|
97|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_NONE|@ohos.enterprise.wifiManager.d.ts|
98|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_PAP|@ohos.enterprise.wifiManager.d.ts|
99|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_MSCHAP|@ohos.enterprise.wifiManager.d.ts|
100|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_MSCHAPV2|@ohos.enterprise.wifiManager.d.ts|
101|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_GTC|@ohos.enterprise.wifiManager.d.ts|
102|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_SIM|@ohos.enterprise.wifiManager.d.ts|
103|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_AKA|@ohos.enterprise.wifiManager.d.ts|
104|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
105|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile|@ohos.enterprise.wifiManager.d.ts|
106|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: eapMethod: EapMethod;|@ohos.enterprise.wifiManager.d.ts|
107|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: phase2Method: Phase2Method;|@ohos.enterprise.wifiManager.d.ts|
108|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: identity: string;|@ohos.enterprise.wifiManager.d.ts|
109|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: anonymousIdentity: string;|@ohos.enterprise.wifiManager.d.ts|
110|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: password: string;|@ohos.enterprise.wifiManager.d.ts|
111|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: caCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
112|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: caPath: string;|@ohos.enterprise.wifiManager.d.ts|
113|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: clientCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
114|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: certEntry: Uint8Array;|@ohos.enterprise.wifiManager.d.ts|
115|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: certPassword: string;|@ohos.enterprise.wifiManager.d.ts|
116|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: altSubjectMatch: string;|@ohos.enterprise.wifiManager.d.ts|
117|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: domainSuffixMatch: string;|@ohos.enterprise.wifiManager.d.ts|
118|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: realm: string;|@ohos.enterprise.wifiManager.d.ts|
119|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: plmn: string;|@ohos.enterprise.wifiManager.d.ts|
120|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: eapSubId: number;|@ohos.enterprise.wifiManager.d.ts|
121|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile|@ohos.enterprise.wifiManager.d.ts|
122|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: ssid: string;|@ohos.enterprise.wifiManager.d.ts|
123|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: bssid?: string;|@ohos.enterprise.wifiManager.d.ts|
124|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: preSharedKey: string;|@ohos.enterprise.wifiManager.d.ts|
125|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: isHiddenSsid?: boolean;|@ohos.enterprise.wifiManager.d.ts|
126|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: securityType: WifiSecurityType;|@ohos.enterprise.wifiManager.d.ts|
127|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: creatorUid?: number;|@ohos.enterprise.wifiManager.d.ts|
128|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: disableReason?: number;|@ohos.enterprise.wifiManager.d.ts|
129|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: netId?: number;|@ohos.enterprise.wifiManager.d.ts|
130|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: randomMacType?: number;|@ohos.enterprise.wifiManager.d.ts|
131|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: randomMacAddr?: string;|@ohos.enterprise.wifiManager.d.ts|
132|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: ipType?: IpType;|@ohos.enterprise.wifiManager.d.ts|
133|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: staticIp?: IpProfile;|@ohos.enterprise.wifiManager.d.ts|
134|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: eapProfile?: WifiEapProfile;|@ohos.enterprise.wifiManager.d.ts|
135|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isWifiActive(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.wifiManager.d.ts|
136|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isWifiActive(admin: Want): Promise\<boolean>;|@ohos.enterprise.wifiManager.d.ts|
137|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function setWifiProfile(admin: Want, profile: WifiProfile, callback: AsyncCallback\<void>): void;|@ohos.enterprise.wifiManager.d.ts|
138|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function setWifiProfile(admin: Want, profile: WifiProfile): Promise\<void>;|@ohos.enterprise.wifiManager.d.ts|
139