1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:accountManager;<br>方法or属性:function disallowAddLocalAccount(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.accountManager.d.ts|
4|新增|NA|类名:accountManager;<br>方法or属性:function disallowAddLocalAccount(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.accountManager.d.ts|
5|新增|NA|类名:adminManager;<br>方法or属性:function authorizeAdmin(admin: Want, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
6|新增|NA|类名:adminManager;<br>方法or属性:function authorizeAdmin(admin: Want, bundleName: string): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
7|新增|NA|类名:ManagedEvent;<br>方法or属性:MANAGED_EVENT_APP_START = 2|@ohos.enterprise.adminManager.d.ts|
8|新增|NA|类名:ManagedEvent;<br>方法or属性:MANAGED_EVENT_APP_STOP = 3|@ohos.enterprise.adminManager.d.ts|
9|新增|NA|类名:applicationManager;<br>方法or属性:function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
10|新增|NA|类名:applicationManager;<br>方法or属性:function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
11|新增|NA|类名:applicationManager;<br>方法or属性:function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
12|新增|NA|类名:applicationManager;<br>方法or属性:function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
13|新增|NA|类名:applicationManager;<br>方法or属性:function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
14|新增|NA|类名:applicationManager;<br>方法or属性:function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
15|新增|NA|类名:applicationManager;<br>方法or属性:function getDisallowedRunningBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
16|新增|NA|类名:applicationManager;<br>方法or属性:function getDisallowedRunningBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
17|新增|NA|类名:applicationManager;<br>方法or属性:function getDisallowedRunningBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.applicationManager.d.ts|
18|新增|NA|类名:browser;<br>方法or属性:function setPolicies(admin: Want, appId: string, policies: string, callback: AsyncCallback\<void>): void;|@ohos.enterprise.browser.d.ts|
19|新增|NA|类名:browser;<br>方法or属性:function setPolicies(admin: Want, appId: string, policies: string): Promise\<void>;|@ohos.enterprise.browser.d.ts|
20|新增|NA|类名:browser;<br>方法or属性:function getPolicies(admin: Want, appId: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.browser.d.ts|
21|新增|NA|类名:browser;<br>方法or属性:function getPolicies(admin: Want, appId: string): Promise\<string>;|@ohos.enterprise.browser.d.ts|
22|新增|NA|类名:bundleManager;<br>方法or属性:function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
23|新增|NA|类名:bundleManager;<br>方法or属性:function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
24|新增|NA|类名:bundleManager;<br>方法or属性:function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
25|新增|NA|类名:bundleManager;<br>方法or属性:function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
26|新增|NA|类名:bundleManager;<br>方法or属性:function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
27|新增|NA|类名:bundleManager;<br>方法or属性:function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
28|新增|NA|类名:bundleManager;<br>方法or属性:function getAllowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
29|新增|NA|类名:bundleManager;<br>方法or属性:function getAllowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
30|新增|NA|类名:bundleManager;<br>方法or属性:function getAllowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
31|新增|NA|类名:bundleManager;<br>方法or属性:function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
32|新增|NA|类名:bundleManager;<br>方法or属性:function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
33|新增|NA|类名:bundleManager;<br>方法or属性:function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
34|新增|NA|类名:bundleManager;<br>方法or属性:function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
35|新增|NA|类名:bundleManager;<br>方法or属性:function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
36|新增|NA|类名:bundleManager;<br>方法or属性:function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
37|新增|NA|类名:bundleManager;<br>方法or属性:function getDisallowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
38|新增|NA|类名:bundleManager;<br>方法or属性:function getDisallowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
39|新增|NA|类名:bundleManager;<br>方法or属性:function getDisallowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
40|新增|NA|类名:bundleManager;<br>方法or属性:function addDisallowedUninstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
41|新增|NA|类名:bundleManager;<br>方法or属性:function addDisallowedUninstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
42|新增|NA|类名:bundleManager;<br>方法or属性:function addDisallowedUninstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
43|新增|NA|类名:bundleManager;<br>方法or属性:function removeDisallowedUninstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
44|新增|NA|类名:bundleManager;<br>方法or属性:function removeDisallowedUninstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
45|新增|NA|类名:bundleManager;<br>方法or属性:function removeDisallowedUninstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
46|新增|NA|类名:bundleManager;<br>方法or属性:function getDisallowedUninstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
47|新增|NA|类名:bundleManager;<br>方法or属性:function getDisallowedUninstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
48|新增|NA|类名:bundleManager;<br>方法or属性:function getDisallowedUninstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
49|新增|NA|类名:bundleManager;<br>方法or属性:function uninstall(admin: Want, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
50|新增|NA|类名:bundleManager;<br>方法or属性:function uninstall(admin: Want, bundleName: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
51|新增|NA|类名:bundleManager;<br>方法or属性:function uninstall(admin: Want, bundleName: string, isKeepData: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
52|新增|NA|类名:bundleManager;<br>方法or属性:function uninstall(admin: Want, bundleName: string, userId: number, isKeepData: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
53|新增|NA|类名:bundleManager;<br>方法or属性:function uninstall(admin: Want, bundleName: string, userId?: number, isKeepData?: boolean): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
54|新增|NA|类名:bundleManager;<br>方法or属性:function install(admin: Want, hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
55|新增|NA|类名:bundleManager;<br>方法or属性:function install(admin: Want, hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
56|新增|NA|类名:bundleManager;<br>方法or属性:function install(admin: Want, hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
57|新增|NA|类名:InstallParam;<br>方法or属性:userId?: number;|@ohos.enterprise.bundleManager.d.ts|
58|新增|NA|类名:InstallParam;<br>方法or属性:installFlag?: number;|@ohos.enterprise.bundleManager.d.ts|
59|新增|NA|类名:dateTimeManager;<br>方法or属性:function disallowModifyDateTime(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.dateTimeManager.d.ts|
60|新增|NA|类名:dateTimeManager;<br>方法or属性:function disallowModifyDateTime(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.dateTimeManager.d.ts|
61|新增|NA|类名:dateTimeManager;<br>方法or属性:function isModifyDateTimeDisallowed(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.dateTimeManager.d.ts|
62|新增|NA|类名:dateTimeManager;<br>方法or属性:function isModifyDateTimeDisallowed(admin: Want): Promise\<boolean>;|@ohos.enterprise.dateTimeManager.d.ts|
63|新增|NA|类名:deviceControl;<br>方法or属性:function resetFactory(admin: Want, callback: AsyncCallback\<void>): void;|@ohos.enterprise.deviceControl.d.ts|
64|新增|NA|类名:deviceControl;<br>方法or属性:function resetFactory(admin: Want): Promise\<void>;|@ohos.enterprise.deviceControl.d.ts|
65|新增|NA|类名:deviceInfo;<br>方法or属性:function getDeviceSerial(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
66|新增|NA|类名:deviceInfo;<br>方法or属性:function getDeviceSerial(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
67|新增|NA|类名:deviceInfo;<br>方法or属性:function getDisplayVersion(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
68|新增|NA|类名:deviceInfo;<br>方法or属性:function getDisplayVersion(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
69|新增|NA|类名:deviceInfo;<br>方法or属性:function getDeviceName(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
70|新增|NA|类名:deviceInfo;<br>方法or属性:function getDeviceName(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
71|新增|NA|类名:deviceSettings;<br>方法or属性:function getScreenOffTime(admin: Want, callback: AsyncCallback\<number>): void;|@ohos.enterprise.deviceSettings.d.ts|
72|新增|NA|类名:deviceSettings;<br>方法or属性:function getScreenOffTime(admin: Want): Promise\<number>;|@ohos.enterprise.deviceSettings.d.ts|
73|新增|NA|类名:deviceSettings;<br>方法or属性:function installUserCertificate(admin: Want, certificate: CertBlob, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceSettings.d.ts|
74|新增|NA|类名:deviceSettings;<br>方法or属性:function installUserCertificate(admin: Want, certificate: CertBlob): Promise\<string>;|@ohos.enterprise.deviceSettings.d.ts|
75|新增|NA|类名:deviceSettings;<br>方法or属性:function uninstallUserCertificate(admin: Want, certUri: string, callback: AsyncCallback\<void>): void;|@ohos.enterprise.deviceSettings.d.ts|
76|新增|NA|类名:deviceSettings;<br>方法or属性:function uninstallUserCertificate(admin: Want, certUri: string): Promise\<void>;|@ohos.enterprise.deviceSettings.d.ts|
77|新增|NA|类名:CertBlob;<br>方法or属性:inData: Uint8Array;|@ohos.enterprise.deviceSettings.d.ts|
78|新增|NA|类名:CertBlob;<br>方法or属性:alias: string;|@ohos.enterprise.deviceSettings.d.ts|
79|新增|NA|类名:EnterpriseAdminExtensionAbility;<br>方法or属性:onAppStart(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
80|新增|NA|类名:EnterpriseAdminExtensionAbility;<br>方法or属性:onAppStop(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
81|新增|NA|类名:networkManager;<br>方法or属性:function getAllNetworkInterfaces(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.networkManager.d.ts|
82|新增|NA|类名:networkManager;<br>方法or属性:function getAllNetworkInterfaces(admin: Want): Promise\<Array\<string>>;|@ohos.enterprise.networkManager.d.ts|
83|新增|NA|类名:networkManager;<br>方法or属性:function getIpAddress(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
84|新增|NA|类名:networkManager;<br>方法or属性:function getIpAddress(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
85|新增|NA|类名:networkManager;<br>方法or属性:function getMac(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
86|新增|NA|类名:networkManager;<br>方法or属性:function getMac(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
87|新增|NA|类名:networkManager;<br>方法or属性:function isNetworkInterfaceDisabled(admin: Want, networkInterface: string, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.networkManager.d.ts|
88|新增|NA|类名:networkManager;<br>方法or属性:function isNetworkInterfaceDisabled(admin: Want, networkInterface: string): Promise\<boolean>;|@ohos.enterprise.networkManager.d.ts|
89|新增|NA|类名:networkManager;<br>方法or属性:function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
90|新增|NA|类名:networkManager;<br>方法or属性:function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
91|新增|NA|类名:networkManager;<br>方法or属性:function setGlobalProxy(admin: Want, httpProxy: connection.HttpProxy, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
92|新增|NA|类名:networkManager;<br>方法or属性:function setGlobalProxy(admin: Want, httpProxy: connection.HttpProxy): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
93|新增|NA|类名:networkManager;<br>方法or属性:function getGlobalProxy(admin: Want, callback: AsyncCallback\<connection.HttpProxy>): void;|@ohos.enterprise.networkManager.d.ts|
94|新增|NA|类名:networkManager;<br>方法or属性:function getGlobalProxy(admin: Want): Promise\<connection.HttpProxy>;|@ohos.enterprise.networkManager.d.ts|
95|新增|NA|类名:networkManager;<br>方法or属性:function addIptablesFilterRule(admin: Want, filterRule: AddFilterRule, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
96|新增|NA|类名:networkManager;<br>方法or属性:function addIptablesFilterRule(admin: Want, filterRule: AddFilterRule): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
97|新增|NA|类名:networkManager;<br>方法or属性:function removeIptablesFilterRule(admin: Want, filterRule: RemoveFilterRule, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
98|新增|NA|类名:networkManager;<br>方法or属性:function removeIptablesFilterRule(admin: Want, filterRule: RemoveFilterRule): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
99|新增|NA|类名:networkManager;<br>方法or属性:function listIptablesFilterRules(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
100|新增|NA|类名:networkManager;<br>方法or属性:function listIptablesFilterRules(admin: Want): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
101|新增|NA|类名:AddMethod;<br>方法or属性:APPEND = 0|@ohos.enterprise.networkManager.d.ts|
102|新增|NA|类名:AddMethod;<br>方法or属性:INSERT = 1|@ohos.enterprise.networkManager.d.ts|
103|新增|NA|类名:Direction;<br>方法or属性:INPUT = 0|@ohos.enterprise.networkManager.d.ts|
104|新增|NA|类名:Direction;<br>方法or属性:OUTPUT = 1|@ohos.enterprise.networkManager.d.ts|
105|新增|NA|类名:Action;<br>方法or属性:ALLOW = 0|@ohos.enterprise.networkManager.d.ts|
106|新增|NA|类名:Action;<br>方法or属性:DENY = 1|@ohos.enterprise.networkManager.d.ts|
107|新增|NA|类名:Protocol;<br>方法or属性:ALL = 0|@ohos.enterprise.networkManager.d.ts|
108|新增|NA|类名:Protocol;<br>方法or属性:TCP = 1|@ohos.enterprise.networkManager.d.ts|
109|新增|NA|类名:Protocol;<br>方法or属性:UDP = 2|@ohos.enterprise.networkManager.d.ts|
110|新增|NA|类名:Protocol;<br>方法or属性:ICMP = 3|@ohos.enterprise.networkManager.d.ts|
111|新增|NA|类名:AddFilterRule;<br>方法or属性:ruleNo?: number;|@ohos.enterprise.networkManager.d.ts|
112|新增|NA|类名:AddFilterRule;<br>方法or属性:srcAddr?: string;|@ohos.enterprise.networkManager.d.ts|
113|新增|NA|类名:RemoveFilterRule;<br>方法or属性:srcAddr?: string;|@ohos.enterprise.networkManager.d.ts|
114|新增|NA|类名:AddFilterRule;<br>方法or属性:destAddr?: string;|@ohos.enterprise.networkManager.d.ts|
115|新增|NA|类名:RemoveFilterRule;<br>方法or属性:destAddr?: string;|@ohos.enterprise.networkManager.d.ts|
116|新增|NA|类名:AddFilterRule;<br>方法or属性:srcPort?: string;|@ohos.enterprise.networkManager.d.ts|
117|新增|NA|类名:RemoveFilterRule;<br>方法or属性:srcPort?: string;|@ohos.enterprise.networkManager.d.ts|
118|新增|NA|类名:AddFilterRule;<br>方法or属性:destPort?: string;|@ohos.enterprise.networkManager.d.ts|
119|新增|NA|类名:RemoveFilterRule;<br>方法or属性:destPort?: string;|@ohos.enterprise.networkManager.d.ts|
120|新增|NA|类名:AddFilterRule;<br>方法or属性:uid?: string;|@ohos.enterprise.networkManager.d.ts|
121|新增|NA|类名:RemoveFilterRule;<br>方法or属性:uid?: string;|@ohos.enterprise.networkManager.d.ts|
122|新增|NA|类名:AddFilterRule;<br>方法or属性:method: AddMethod;|@ohos.enterprise.networkManager.d.ts|
123|新增|NA|类名:AddFilterRule;<br>方法or属性:direction: Direction;|@ohos.enterprise.networkManager.d.ts|
124|新增|NA|类名:RemoveFilterRule;<br>方法or属性:direction: Direction;|@ohos.enterprise.networkManager.d.ts|
125|新增|NA|类名:AddFilterRule;<br>方法or属性:action: Action;|@ohos.enterprise.networkManager.d.ts|
126|新增|NA|类名:AddFilterRule;<br>方法or属性:protocol?: Protocol;|@ohos.enterprise.networkManager.d.ts|
127|新增|NA|类名:RemoveFilterRule;<br>方法or属性:protocol?: Protocol;|@ohos.enterprise.networkManager.d.ts|
128|新增|NA|类名:RemoveFilterRule;<br>方法or属性:action?: Action;|@ohos.enterprise.networkManager.d.ts|
129|新增|NA|类名:restrictions;<br>方法or属性:function setPrinterDisabled(admin: Want, disabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.restrictions.d.ts|
130|新增|NA|类名:restrictions;<br>方法or属性:function setPrinterDisabled(admin: Want, disabled: boolean): Promise\<void>;|@ohos.enterprise.restrictions.d.ts|
131|新增|NA|类名:restrictions;<br>方法or属性:function isPrinterDisabled(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.restrictions.d.ts|
132|新增|NA|类名:restrictions;<br>方法or属性:function isPrinterDisabled(admin: Want): Promise\<boolean>;|@ohos.enterprise.restrictions.d.ts|
133|新增|NA|类名:restrictions;<br>方法or属性:function setHdcDisabled(admin: Want, disabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.restrictions.d.ts|
134|新增|NA|类名:restrictions;<br>方法or属性:function setHdcDisabled(admin: Want, disabled: boolean): Promise\<void>;|@ohos.enterprise.restrictions.d.ts|
135|新增|NA|类名:restrictions;<br>方法or属性:function isHdcDisabled(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.restrictions.d.ts|
136|新增|NA|类名:restrictions;<br>方法or属性:function isHdcDisabled(admin: Want): Promise\<boolean>;|@ohos.enterprise.restrictions.d.ts|
137|新增|NA|类名:usbManager;<br>方法or属性:function setUsbPolicy(admin: Want, usbPolicy: UsbPolicy, callback: AsyncCallback\<void>): void;|@ohos.enterprise.usbManager.d.ts|
138|新增|NA|类名:usbManager;<br>方法or属性:function setUsbPolicy(admin: Want, usbPolicy: UsbPolicy): Promise\<void>;|@ohos.enterprise.usbManager.d.ts|
139|新增|NA|类名:UsbPolicy;<br>方法or属性:READ_WRITE = 0|@ohos.enterprise.usbManager.d.ts|
140|新增|NA|类名:UsbPolicy;<br>方法or属性:READ_ONLY = 1|@ohos.enterprise.usbManager.d.ts|
141|新增|NA|类名:wifiManager;<br>方法or属性:function isWifiActive(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.wifiManager.d.ts|
142|新增|NA|类名:wifiManager;<br>方法or属性:function isWifiActive(admin: Want): Promise\<boolean>;|@ohos.enterprise.wifiManager.d.ts|
143|新增|NA|类名:wifiManager;<br>方法or属性:function setWifiProfile(admin: Want, profile: WifiProfile, callback: AsyncCallback\<void>): void;|@ohos.enterprise.wifiManager.d.ts|
144|新增|NA|类名:wifiManager;<br>方法or属性:function setWifiProfile(admin: Want, profile: WifiProfile): Promise\<void>;|@ohos.enterprise.wifiManager.d.ts|
145|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_INVALID = 0|@ohos.enterprise.wifiManager.d.ts|
146|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_OPEN = 1|@ohos.enterprise.wifiManager.d.ts|
147|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_WEP = 2|@ohos.enterprise.wifiManager.d.ts|
148|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_PSK = 3|@ohos.enterprise.wifiManager.d.ts|
149|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_SAE = 4|@ohos.enterprise.wifiManager.d.ts|
150|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_EAP = 5|@ohos.enterprise.wifiManager.d.ts|
151|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.enterprise.wifiManager.d.ts|
152|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_OWE = 7|@ohos.enterprise.wifiManager.d.ts|
153|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.enterprise.wifiManager.d.ts|
154|新增|NA|类名:WifiSecurityType;<br>方法or属性:WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.enterprise.wifiManager.d.ts|
155|新增|NA|类名:IpType;<br>方法or属性:STATIC|@ohos.enterprise.wifiManager.d.ts|
156|新增|NA|类名:IpType;<br>方法or属性:DHCP|@ohos.enterprise.wifiManager.d.ts|
157|新增|NA|类名:IpType;<br>方法or属性:UNKNOWN|@ohos.enterprise.wifiManager.d.ts|
158|新增|NA|类名:IpProfile;<br>方法or属性:ipAddress: number;|@ohos.enterprise.wifiManager.d.ts|
159|新增|NA|类名:IpProfile;<br>方法or属性:gateway: number;|@ohos.enterprise.wifiManager.d.ts|
160|新增|NA|类名:IpProfile;<br>方法or属性:prefixLength: number;|@ohos.enterprise.wifiManager.d.ts|
161|新增|NA|类名:IpProfile;<br>方法or属性:dnsServers: number[];|@ohos.enterprise.wifiManager.d.ts|
162|新增|NA|类名:IpProfile;<br>方法or属性:domains: Array\<string>;|@ohos.enterprise.wifiManager.d.ts|
163|新增|NA|类名:EapMethod;<br>方法or属性:EAP_NONE|@ohos.enterprise.wifiManager.d.ts|
164|新增|NA|类名:EapMethod;<br>方法or属性:EAP_PEAP|@ohos.enterprise.wifiManager.d.ts|
165|新增|NA|类名:EapMethod;<br>方法or属性:EAP_TLS|@ohos.enterprise.wifiManager.d.ts|
166|新增|NA|类名:EapMethod;<br>方法or属性:EAP_TTLS|@ohos.enterprise.wifiManager.d.ts|
167|新增|NA|类名:EapMethod;<br>方法or属性:EAP_PWD|@ohos.enterprise.wifiManager.d.ts|
168|新增|NA|类名:EapMethod;<br>方法or属性:EAP_SIM|@ohos.enterprise.wifiManager.d.ts|
169|新增|NA|类名:EapMethod;<br>方法or属性:EAP_AKA|@ohos.enterprise.wifiManager.d.ts|
170|新增|NA|类名:EapMethod;<br>方法or属性:EAP_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
171|新增|NA|类名:EapMethod;<br>方法or属性:EAP_UNAUTH_TLS|@ohos.enterprise.wifiManager.d.ts|
172|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_NONE|@ohos.enterprise.wifiManager.d.ts|
173|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_PAP|@ohos.enterprise.wifiManager.d.ts|
174|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_MSCHAP|@ohos.enterprise.wifiManager.d.ts|
175|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_MSCHAPV2|@ohos.enterprise.wifiManager.d.ts|
176|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_GTC|@ohos.enterprise.wifiManager.d.ts|
177|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_SIM|@ohos.enterprise.wifiManager.d.ts|
178|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_AKA|@ohos.enterprise.wifiManager.d.ts|
179|新增|NA|类名:Phase2Method;<br>方法or属性:PHASE2_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
180|新增|NA|类名:WifiEapProfile;<br>方法or属性:eapMethod: EapMethod;|@ohos.enterprise.wifiManager.d.ts|
181|新增|NA|类名:WifiEapProfile;<br>方法or属性:phase2Method: Phase2Method;|@ohos.enterprise.wifiManager.d.ts|
182|新增|NA|类名:WifiEapProfile;<br>方法or属性:identity: string;|@ohos.enterprise.wifiManager.d.ts|
183|新增|NA|类名:WifiEapProfile;<br>方法or属性:anonymousIdentity: string;|@ohos.enterprise.wifiManager.d.ts|
184|新增|NA|类名:WifiEapProfile;<br>方法or属性:password: string;|@ohos.enterprise.wifiManager.d.ts|
185|新增|NA|类名:WifiEapProfile;<br>方法or属性:caCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
186|新增|NA|类名:WifiEapProfile;<br>方法or属性:caPath: string;|@ohos.enterprise.wifiManager.d.ts|
187|新增|NA|类名:WifiEapProfile;<br>方法or属性:clientCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
188|新增|NA|类名:WifiEapProfile;<br>方法or属性:certEntry: Uint8Array;|@ohos.enterprise.wifiManager.d.ts|
189|新增|NA|类名:WifiEapProfile;<br>方法or属性:certPassword: string;|@ohos.enterprise.wifiManager.d.ts|
190|新增|NA|类名:WifiEapProfile;<br>方法or属性:altSubjectMatch: string;|@ohos.enterprise.wifiManager.d.ts|
191|新增|NA|类名:WifiEapProfile;<br>方法or属性:domainSuffixMatch: string;|@ohos.enterprise.wifiManager.d.ts|
192|新增|NA|类名:WifiEapProfile;<br>方法or属性:realm: string;|@ohos.enterprise.wifiManager.d.ts|
193|新增|NA|类名:WifiEapProfile;<br>方法or属性:plmn: string;|@ohos.enterprise.wifiManager.d.ts|
194|新增|NA|类名:WifiEapProfile;<br>方法or属性:eapSubId: number;|@ohos.enterprise.wifiManager.d.ts|
195|新增|NA|类名:WifiProfile;<br>方法or属性:ssid: string;|@ohos.enterprise.wifiManager.d.ts|
196|新增|NA|类名:WifiProfile;<br>方法or属性:bssid?: string;|@ohos.enterprise.wifiManager.d.ts|
197|新增|NA|类名:WifiProfile;<br>方法or属性:preSharedKey: string;|@ohos.enterprise.wifiManager.d.ts|
198|新增|NA|类名:WifiProfile;<br>方法or属性:isHiddenSsid?: boolean;|@ohos.enterprise.wifiManager.d.ts|
199|新增|NA|类名:WifiProfile;<br>方法or属性:securityType: WifiSecurityType;|@ohos.enterprise.wifiManager.d.ts|
200|新增|NA|类名:WifiProfile;<br>方法or属性:creatorUid?: number;|@ohos.enterprise.wifiManager.d.ts|
201|新增|NA|类名:WifiProfile;<br>方法or属性:disableReason?: number;|@ohos.enterprise.wifiManager.d.ts|
202|新增|NA|类名:WifiProfile;<br>方法or属性:netId?: number;|@ohos.enterprise.wifiManager.d.ts|
203|新增|NA|类名:WifiProfile;<br>方法or属性:randomMacType?: number;|@ohos.enterprise.wifiManager.d.ts|
204|新增|NA|类名:WifiProfile;<br>方法or属性:randomMacAddr?: string;|@ohos.enterprise.wifiManager.d.ts|
205|新增|NA|类名:WifiProfile;<br>方法or属性:ipType?: IpType;|@ohos.enterprise.wifiManager.d.ts|
206|新增|NA|类名:WifiProfile;<br>方法or属性:staticIp?: IpProfile;|@ohos.enterprise.wifiManager.d.ts|
207|新增|NA|类名:WifiProfile;<br>方法or属性:eapProfile?: WifiEapProfile;|@ohos.enterprise.wifiManager.d.ts|
208|新增(错误码)|类名:configPolicy;<br>方法or属性:function getOneCfgFile(relPath: string): Promise\<string>;<br>旧版本信息:|类名:configPolicy;<br>方法or属性:function getOneCfgFile(relPath: string): Promise\<string>;<br>新版本信息:401|@ohos.configPolicy.d.ts|
209|新增(错误码)|类名:configPolicy;<br>方法or属性:function getCfgFiles(relPath: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:configPolicy;<br>方法or属性:function getCfgFiles(relPath: string): Promise\<Array\<string>>;<br>新版本信息:401|@ohos.configPolicy.d.ts|
210|新增(错误码)|类名:configPolicy;<br>方法or属性:function getCfgDirList(): Promise\<Array\<string>>;<br>旧版本信息:|类名:configPolicy;<br>方法or属性:function getCfgDirList(): Promise\<Array\<string>>;<br>新版本信息:401|@ohos.configPolicy.d.ts|
211|错误码有变化|类名:adminManager;<br>方法or属性:function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200003,9200004,9200007,201,401|类名:adminManager;<br>方法or属性:function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callback: AsyncCallback\<void>): void;<br>新版本信息:9200003,9200004,9200007,201,202,401|@ohos.enterprise.adminManager.d.ts|
212|错误码有变化|类名:adminManager;<br>方法or属性:function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200003,9200004,9200007,201,401|类名:adminManager;<br>方法or属性:function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:9200003,9200004,9200007,201,202,401|@ohos.enterprise.adminManager.d.ts|
213|错误码有变化|类名:adminManager;<br>方法or属性:function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId?: number): Promise\<void>;<br>旧版本信息:9200003,9200004,9200007,201,401|类名:adminManager;<br>方法or属性:function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId?: number): Promise\<void>;<br>新版本信息:9200003,9200004,9200007,201,202,401|@ohos.enterprise.adminManager.d.ts|
214|错误码有变化|类名:adminManager;<br>方法or属性:function disableAdmin(admin: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200005,201,401|类名:adminManager;<br>方法or属性:function disableAdmin(admin: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:9200005,201,202,401|@ohos.enterprise.adminManager.d.ts|
215|错误码有变化|类名:adminManager;<br>方法or属性:function disableAdmin(admin: Want, userId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200005,201,401|类名:adminManager;<br>方法or属性:function disableAdmin(admin: Want, userId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:9200005,201,202,401|@ohos.enterprise.adminManager.d.ts|
216|错误码有变化|类名:adminManager;<br>方法or属性:function disableAdmin(admin: Want, userId?: number): Promise\<void>;<br>旧版本信息:9200005,201,401|类名:adminManager;<br>方法or属性:function disableAdmin(admin: Want, userId?: number): Promise\<void>;<br>新版本信息:9200005,201,202,401|@ohos.enterprise.adminManager.d.ts|
217|错误码有变化|类名:adminManager;<br>方法or属性:function disableSuperAdmin(bundleName: String, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200005,201,401|类名:adminManager;<br>方法or属性:function disableSuperAdmin(bundleName: String, callback: AsyncCallback\<void>): void;<br>新版本信息:9200005,201,202,401|@ohos.enterprise.adminManager.d.ts|
218|错误码有变化|类名:adminManager;<br>方法or属性:function disableSuperAdmin(bundleName: String): Promise\<void>;<br>旧版本信息:9200005,201,401|类名:adminManager;<br>方法or属性:function disableSuperAdmin(bundleName: String): Promise\<void>;<br>新版本信息:9200005,201,202,401|@ohos.enterprise.adminManager.d.ts|
219|错误码有变化|类名:adminManager;<br>方法or属性:function isAdminEnabled(admin: Want, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401|类名:adminManager;<br>方法or属性:function isAdminEnabled(admin: Want, callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401|@ohos.enterprise.adminManager.d.ts|
220|错误码有变化|类名:adminManager;<br>方法or属性:function isAdminEnabled(admin: Want, userId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401|类名:adminManager;<br>方法or属性:function isAdminEnabled(admin: Want, userId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401|@ohos.enterprise.adminManager.d.ts|
221|错误码有变化|类名:adminManager;<br>方法or属性:function isAdminEnabled(admin: Want, userId?: number): Promise\<boolean>;<br>旧版本信息:401|类名:adminManager;<br>方法or属性:function isAdminEnabled(admin: Want, userId?: number): Promise\<boolean>;<br>新版本信息:202,401|@ohos.enterprise.adminManager.d.ts|
222|错误码有变化|类名:adminManager;<br>方法or属性:function getEnterpriseInfo(admin: Want, callback: AsyncCallback\<EnterpriseInfo>): void;<br>旧版本信息:9200001,401|类名:adminManager;<br>方法or属性:function getEnterpriseInfo(admin: Want, callback: AsyncCallback\<EnterpriseInfo>): void;<br>新版本信息:9200001,202,401|@ohos.enterprise.adminManager.d.ts|
223|错误码有变化|类名:adminManager;<br>方法or属性:function getEnterpriseInfo(admin: Want): Promise\<EnterpriseInfo>;<br>旧版本信息:9200001,401|类名:adminManager;<br>方法or属性:function getEnterpriseInfo(admin: Want): Promise\<EnterpriseInfo>;<br>新版本信息:9200001,202,401|@ohos.enterprise.adminManager.d.ts|
224|错误码有变化|类名:adminManager;<br>方法or属性:function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200001,201,401|类名:adminManager;<br>方法or属性:function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCallback\<void>): void;<br>新版本信息:9200001,201,202,401|@ohos.enterprise.adminManager.d.ts|
225|错误码有变化|类名:adminManager;<br>方法or属性:function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise\<void>;<br>旧版本信息:9200001,201,401|类名:adminManager;<br>方法or属性:function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise\<void>;<br>新版本信息:9200001,201,202,401|@ohos.enterprise.adminManager.d.ts|
226|错误码有变化|类名:adminManager;<br>方法or属性:function isSuperAdmin(bundleName: String, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401|类名:adminManager;<br>方法or属性:function isSuperAdmin(bundleName: String, callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401|@ohos.enterprise.adminManager.d.ts|
227|错误码有变化|类名:adminManager;<br>方法or属性:function isSuperAdmin(bundleName: String): Promise\<boolean>;<br>旧版本信息:401|类名:adminManager;<br>方法or属性:function isSuperAdmin(bundleName: String): Promise\<boolean>;<br>新版本信息:202,401|@ohos.enterprise.adminManager.d.ts|
228|错误码有变化|类名:adminManager;<br>方法or属性:function subscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200001,9200008,201,401|类名:adminManager;<br>方法or属性:function subscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>, callback: AsyncCallback\<void>): void;<br>新版本信息:9200001,9200008,201,202,401|@ohos.enterprise.adminManager.d.ts|
229|错误码有变化|类名:adminManager;<br>方法or属性:function subscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>): Promise\<void>;<br>旧版本信息:9200001,9200008,201,401|类名:adminManager;<br>方法or属性:function subscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>): Promise\<void>;<br>新版本信息:9200001,9200008,201,202,401|@ohos.enterprise.adminManager.d.ts|
230|错误码有变化|类名:adminManager;<br>方法or属性:function unsubscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200001,9200008,201,401|类名:adminManager;<br>方法or属性:function unsubscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>, callback: AsyncCallback\<void>): void;<br>新版本信息:9200001,9200008,201,202,401|@ohos.enterprise.adminManager.d.ts|
231|错误码有变化|类名:adminManager;<br>方法or属性:function unsubscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>): Promise\<void>;<br>旧版本信息:9200001,9200008,201,401|类名:adminManager;<br>方法or属性:function unsubscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>): Promise\<void>;<br>新版本信息:9200001,9200008,201,202,401|@ohos.enterprise.adminManager.d.ts|
232|错误码有变化|类名:dateTimeManager;<br>方法or属性:function setDateTime(admin: Want, time: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:9200001,9200002,201,401|类名:dateTimeManager;<br>方法or属性:function setDateTime(admin: Want, time: number, callback: AsyncCallback\<void>): void;<br>新版本信息:9200001,9200002,201,202,401|@ohos.enterprise.dateTimeManager.d.ts|
233|错误码有变化|类名:dateTimeManager;<br>方法or属性:function setDateTime(admin: Want, time: number): Promise\<void>;<br>旧版本信息:9200001,9200002,201,401|类名:dateTimeManager;<br>方法or属性:function setDateTime(admin: Want, time: number): Promise\<void>;<br>新版本信息:9200001,9200002,201,202,401|@ohos.enterprise.dateTimeManager.d.ts|
234|访问级别有变化|类名:configPolicy;<br>方法or属性:function getOneCfgFile(relPath: string): Promise\<string>;<br>旧版本信息:|类名:configPolicy;<br>方法or属性:function getOneCfgFile(relPath: string): Promise\<string>;<br>新版本信息:systemapi|@ohos.configPolicy.d.ts|
235|访问级别有变化|类名:configPolicy;<br>方法or属性:function getCfgFiles(relPath: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:configPolicy;<br>方法or属性:function getCfgFiles(relPath: string): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.configPolicy.d.ts|
236|访问级别有变化|类名:configPolicy;<br>方法or属性:function getCfgDirList(): Promise\<Array\<string>>;<br>旧版本信息:|类名:configPolicy;<br>方法or属性:function getCfgDirList(): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.configPolicy.d.ts|
237|访问级别有变化|类名:EnterpriseInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:EnterpriseInfo;<br>方法or属性:name: string;<br>新版本信息:systemapi|@ohos.enterprise.adminManager.d.ts|
238|访问级别有变化|类名:EnterpriseInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:EnterpriseInfo;<br>方法or属性:description: string;<br>新版本信息:systemapi|@ohos.enterprise.adminManager.d.ts|
239|访问级别有变化|类名:AdminType;<br>方法or属性:ADMIN_TYPE_NORMAL = 0x00<br>旧版本信息:|类名:AdminType;<br>方法or属性:ADMIN_TYPE_NORMAL = 0x00<br>新版本信息:systemapi|@ohos.enterprise.adminManager.d.ts|
240|访问级别有变化|类名:AdminType;<br>方法or属性:ADMIN_TYPE_SUPER = 0x01<br>旧版本信息:|类名:AdminType;<br>方法or属性:ADMIN_TYPE_SUPER = 0x01<br>新版本信息:systemapi|@ohos.enterprise.adminManager.d.ts|
241|访问级别有变化|类名:ManagedEvent;<br>方法or属性:MANAGED_EVENT_BUNDLE_ADDED = 0<br>旧版本信息:|类名:ManagedEvent;<br>方法or属性:MANAGED_EVENT_BUNDLE_ADDED = 0<br>新版本信息:systemapi|@ohos.enterprise.adminManager.d.ts|
242|访问级别有变化|类名:ManagedEvent;<br>方法or属性:MANAGED_EVENT_BUNDLE_REMOVED = 1<br>旧版本信息:|类名:ManagedEvent;<br>方法or属性:MANAGED_EVENT_BUNDLE_REMOVED = 1<br>新版本信息:systemapi|@ohos.enterprise.adminManager.d.ts|
243