未验证 提交 f341883e 编写于 作者: O openharmony_ci 提交者: Gitee

!12089 更新3.2-beta4版本API差异

Merge pull request !12089 from 王青/master
# Readme
本目录记录了OpenHarmony 3.2 Beta2版本相较于OpenHarmony 3.2 Beta1版本的API变化,包括新增、变更、废弃、删除。
- JS API差异报告
- [元能力](js-apidiff-ability.md)
- [无障碍](js-apidiff-accessibility.md)
- [帐号](js-apidiff-account.md)
- [ArkUI](js-apidiff-arkui.md)
- [包管理](js-apidiff-bundle.md)
- [基础通信](js-apidiff-communicate.md)
- [公共基础库](js-apidiff-compiler-and-runtime.md)
- [DFX](js-apidiff-dfx.md)
- [分布式数据管理](js-apidiff-distributed-data.md)
- [事件通知](js-apidiff-event-and-notification.md)
- [文件管理](js-apidiff-file-management.md)
- [位置服务](js-apidiff-geolocation.md)
- [全球化](js-apidiff-global.md)
- [图形图像](js-apidiff-graphic.md)
- [Misc](js-apidiff-misc.md)
- [多模输入](js-apidiff-multi-modal-input.md)
- [多媒体](js-apidiff-multimedia.md)
- [资源调度](js-apidiff-resource-scheduler.md)
- [安全](js-apidiff-security.md)
- [泛Sensor](js-apidiff-sensor.md)
- [分布式软总线](js-apidiff-soft-bus.md)
- [测试框架](js-apidiff-unitest.md)
- [升级服务](js-apidiff-update.md)
- [USB服务](js-apidiff-usb.md)
- [用户身份认证](js-apidiff-user-authentication.md)
- [Web](js-apidiff-web.md)
- [窗口管理](js-apidiff-window.md)
- 变更说明
- [3.2 beta2相对3.2 beta1变更详细说明](changelog-v3.2-beta2.md)
- [OpenHarmony启用应用沙箱机制-适配指导](application-sandbox-adaptation-guide.md)
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名:ohos.accessibility.config<br>类名:config<br>方法名 or 属性名:on_enabledAccessibilityExtensionListChange|@ohos.accessibility.config.d.ts|
|新增||模块名:ohos.accessibility.config<br>类名:config<br>方法名 or 属性名:off_enabledAccessibilityExtensionListChange|@ohos.accessibility.config.d.ts|
|新增||模块名:ohos.accessibility<br>类名:accessibility<br>方法名 or 属性名:getAccessibilityExtensionList|@ohos.accessibility.d.ts|
|新增||模块名:ohos.accessibility<br>类名:accessibility<br>方法名 or 属性名:getAccessibilityExtensionList|@ohos.accessibility.d.ts|
|新增||模块名:ohos.accessibility<br>类名:accessibility<br>方法名 or 属性名:sendAccessibilityEvent|@ohos.accessibility.d.ts|
|新增||模块名:ohos.accessibility<br>类名:accessibility<br>方法名 or 属性名:sendAccessibilityEvent|@ohos.accessibility.d.ts|
|新增||模块名: ohos.accessibility.GesturePath<br>类名: GesturePath|@ohos.accessibility.GesturePath.d.ts|
|新增||模块名: ohos.accessibility.GesturePath<br>类名: GesturePath<br>方法名 or 属性名: ructor(durationTime|@ohos.accessibility.GesturePath.d.ts|
|新增||模块名: ohos.accessibility.GesturePath<br>类名: GesturePath<br>方法名 or 属性名: points|@ohos.accessibility.GesturePath.d.ts|
|新增||模块名: ohos.accessibility.GesturePath<br>类名: GesturePath<br>方法名 or 属性名: durationTime|@ohos.accessibility.GesturePath.d.ts|
|新增||模块名: ohos.accessibility.GesturePoint<br>类名: GesturePoint|@ohos.accessibility.GesturePoint.d.ts|
|新增||模块名: ohos.accessibility.GesturePoint<br>类名: GesturePoint<br>方法名 or 属性名: ructor(positionX|@ohos.accessibility.GesturePoint.d.ts|
|新增||模块名: ohos.accessibility.GesturePoint<br>类名: GesturePoint<br>方法名 or 属性名: positionX|@ohos.accessibility.GesturePoint.d.ts|
|新增||模块名: ohos.accessibility.GesturePoint<br>类名: GesturePoint<br>方法名 or 属性名: positionY|@ohos.accessibility.GesturePoint.d.ts|
|新增||方法名 or 属性名:performAction<br>函数:performAction(actionName: string, parameters?: object): Promise<void>;|AccessibilityExtensionContext.d.ts|
|新增||方法名 or 属性名:performAction<br>函数:performAction(actionName: string, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts|
|新增||方法名 or 属性名:performAction<br>函数:performAction(actionName: string, parameters: object, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts|
|删除|模块名:ohos.accessibility.config<br>类名:config<br>方法名 or 属性名:on_enableAbilityListsStateChanged||@ohos.accessibility.config.d.ts|
|删除|模块名:ohos.accessibility.config<br>类名:config<br>方法名 or 属性名:off_enableAbilityListsStateChanged||@ohos.accessibility.config.d.ts|
|删除|模块名: ohos.application.AccessibilityExtensionAbility<br>类名: GesturePath||@ohos.application.AccessibilityExtensionAbility.d.ts|
|删除|模块名: ohos.application.AccessibilityExtensionAbility<br>类名: GesturePath<br>方法名 or 属性名: points||@ohos.application.AccessibilityExtensionAbility.d.ts|
|删除|模块名: ohos.application.AccessibilityExtensionAbility<br>类名: GesturePath<br>方法名 or 属性名: durationTime||@ohos.application.AccessibilityExtensionAbility.d.ts|
|删除|模块名: ohos.application.AccessibilityExtensionAbility<br>类名: GesturePoint||@ohos.application.AccessibilityExtensionAbility.d.ts|
|删除|模块名: ohos.application.AccessibilityExtensionAbility<br>类名: GesturePoint<br>方法名 or 属性名: positionX||@ohos.application.AccessibilityExtensionAbility.d.ts|
|删除|模块名: ohos.application.AccessibilityExtensionAbility<br>类名: GesturePoint<br>方法名 or 属性名: positionY||@ohos.application.AccessibilityExtensionAbility.d.ts|
|废弃版本有变化|方法名 or 属性名:getAbilityLists<br>废弃版本:|方法名 or 属性名:getAbilityLists<br>废弃版本:9<br>代替接口:ohos.accessibility|@ohos.accessibility.d.ts|
|废弃版本有变化|方法名 or 属性名:sendEvent<br>废弃版本:|方法名 or 属性名:sendEvent<br>废弃版本:9<br>代替接口:ohos.accessibility|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:enableAbility<br>错误码内容:201,401,9300001,9300002|@ohos.accessibility.config.d.ts|
|新增(错误码)||方法名 or 属性名:disableAbility<br>错误码内容:201,401,9300001|@ohos.accessibility.config.d.ts|
|新增(错误码)||方法名 or 属性名:set<br>错误码内容:201,401|@ohos.accessibility.config.d.ts|
|新增(错误码)||方法名 or 属性名:on<br>错误码内容:401|@ohos.accessibility.config.d.ts|
|新增(错误码)||方法名 or 属性名:on_accessibilityStateChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:on_touchGuideStateChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:off_accessibilityStateChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:off_touchGuideStateChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:on_enableChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:on_styleChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:off_enableChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:off_styleChange<br>错误码内容:401|@ohos.accessibility.d.ts|
|新增(错误码)||方法名 or 属性名:setTargetBundleName<br>错误码内容:401|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:getFocusElement<br>错误码内容:9300003|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:getWindowRootElement<br>错误码内容:9300003|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:getWindows<br>错误码内容:9300003|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:injectGesture<br>错误码内容:401,9300003|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:attributeValue<br>错误码内容:401,9300004|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:findElement<br>错误码内容:401|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:findElement<br>错误码内容:401|AccessibilityExtensionContext.d.ts|
|新增(错误码)||方法名 or 属性名:findElement<br>错误码内容:401|AccessibilityExtensionContext.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名:ohos.power<br>类名:power<br>方法名 or 属性名:shutdown|@ohos.power.d.ts|
|新增||模块名:ohos.power<br>类名:power<br>方法名 or 属性名:reboot|@ohos.power.d.ts|
|新增||模块名:ohos.power<br>类名:power<br>方法名 or 属性名:isActive|@ohos.power.d.ts|
|新增||模块名:ohos.power<br>类名:power<br>方法名 or 属性名:wakeup|@ohos.power.d.ts|
|新增||模块名:ohos.power<br>类名:power<br>方法名 or 属性名:suspend|@ohos.power.d.ts|
|新增||方法名 or 属性名:getPowerMode<br>函数:function getPowerMode(): DevicePowerMode;|@ohos.power.d.ts|
|新增||模块名:ohos.runningLock<br>类名:RunningLock<br>方法名 or 属性名:hold|@ohos.runningLock.d.ts|
|新增||模块名:ohos.runningLock<br>类名:RunningLock<br>方法名 or 属性名:isHolding|@ohos.runningLock.d.ts|
|新增||模块名:ohos.runningLock<br>类名:RunningLock<br>方法名 or 属性名:unhold|@ohos.runningLock.d.ts|
|新增||模块名:ohos.runningLock<br>类名:runningLock<br>方法名 or 属性名:isSupported|@ohos.runningLock.d.ts|
|新增||模块名:ohos.runningLock<br>类名:runningLock<br>方法名 or 属性名:create|@ohos.runningLock.d.ts|
|新增||模块名:ohos.runningLock<br>类名:runningLock<br>方法名 or 属性名:create|@ohos.runningLock.d.ts|
|新增||模块名:ohos.thermal<br>类名:thermal<br>方法名 or 属性名:registerThermalLevelCallback|@ohos.thermal.d.ts|
|新增||模块名:ohos.thermal<br>类名:thermal<br>方法名 or 属性名:unregisterThermalLevelCallback|@ohos.thermal.d.ts|
|新增||模块名:ohos.thermal<br>类名:thermal<br>方法名 or 属性名:getLevel|@ohos.thermal.d.ts|
|删除|模块名:ohos.power<br>类名:power<br>方法名 or 属性名:shutdownDevice||@ohos.power.d.ts|
|删除|模块名:ohos.power<br>类名:power<br>方法名 or 属性名:wakeupDevice||@ohos.power.d.ts|
|删除|模块名:ohos.power<br>类名:power<br>方法名 or 属性名:suspendDevice||@ohos.power.d.ts|
|废弃版本有变化|方法名 or 属性名:rebootDevice<br>废弃版本:|方法名 or 属性名:rebootDevice<br>废弃版本:9<br>代替接口:{@link power|@ohos.power.d.ts|
|废弃版本有变化|方法名 or 属性名:isScreenOn<br>废弃版本:|方法名 or 属性名:isScreenOn<br>废弃版本:9<br>代替接口:{@link power|@ohos.power.d.ts|
|废弃版本有变化|方法名 or 属性名:lock<br>废弃版本:|方法名 or 属性名:lock<br>废弃版本:9<br>代替接口:{@link RunningLock|@ohos.runningLock.d.ts|
|废弃版本有变化|方法名 or 属性名:isUsed<br>废弃版本:|方法名 or 属性名:isUsed<br>废弃版本:9<br>代替接口:{@link RunningLock|@ohos.runningLock.d.ts|
|废弃版本有变化|方法名 or 属性名:unlock<br>废弃版本:|方法名 or 属性名:unlock<br>废弃版本:9<br>代替接口:{@link RunningLock|@ohos.runningLock.d.ts|
|废弃版本有变化|方法名 or 属性名:isRunningLockTypeSupported<br>废弃版本:|方法名 or 属性名:isRunningLockTypeSupported<br>废弃版本:9<br>代替接口:{@link RunningLock|@ohos.runningLock.d.ts|
|废弃版本有变化|方法名 or 属性名:createRunningLock<br>废弃版本:|方法名 or 属性名:createRunningLock<br>废弃版本:9<br>代替接口:{@link RunningLock|@ohos.runningLock.d.ts|
|废弃版本有变化|方法名 or 属性名:subscribeThermalLevel<br>废弃版本:|方法名 or 属性名:subscribeThermalLevel<br>废弃版本:9<br>代替接口:{@link thermal|@ohos.thermal.d.ts|
|废弃版本有变化|方法名 or 属性名:unsubscribeThermalLevel<br>废弃版本:|方法名 or 属性名:unsubscribeThermalLevel<br>废弃版本:9<br>代替接口:{@link thermal|@ohos.thermal.d.ts|
|废弃版本有变化|方法名 or 属性名:getThermalLevel<br>废弃版本:|方法名 or 属性名:getThermalLevel<br>废弃版本:9<br>代替接口:{@link thermal|@ohos.thermal.d.ts|
|废弃版本有变化|类名:BatteryResponse<br>废弃版本:9|类名:BatteryResponse<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|方法名 or 属性名:charging<br>废弃版本:9|方法名 or 属性名:charging<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|方法名 or 属性名:level<br>废弃版本:9|方法名 or 属性名:level<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|类名:GetStatusOptions<br>废弃版本:9|类名:GetStatusOptions<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|方法名 or 属性名:success<br>废弃版本:9|方法名 or 属性名:success<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|方法名 or 属性名:complete<br>废弃版本:9|方法名 or 属性名:complete<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|类名:Battery<br>废弃版本:9|类名:Battery<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|方法名 or 属性名:getStatus<br>废弃版本:9|方法名 or 属性名:getStatus<br>废弃版本:6|@system.battery.d.ts|
|废弃版本有变化|类名:BrightnessResponse<br>废弃版本:9|类名:BrightnessResponse<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:value<br>废弃版本:9|方法名 or 属性名:value<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:GetBrightnessOptions<br>废弃版本:9|类名:GetBrightnessOptions<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:success<br>废弃版本:9|方法名 or 属性名:success<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:complete<br>废弃版本:9|方法名 or 属性名:complete<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:SetBrightnessOptions<br>废弃版本:9|类名:SetBrightnessOptions<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:value<br>废弃版本:9|方法名 or 属性名:value<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:success<br>废弃版本:9|方法名 or 属性名:success<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:complete<br>废弃版本:9|方法名 or 属性名:complete<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:BrightnessModeResponse<br>废弃版本:9|类名:BrightnessModeResponse<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:mode<br>废弃版本:9|方法名 or 属性名:mode<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:GetBrightnessModeOptions<br>废弃版本:9|类名:GetBrightnessModeOptions<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:success<br>废弃版本:9|方法名 or 属性名:success<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:complete<br>废弃版本:9|方法名 or 属性名:complete<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:SetBrightnessModeOptions<br>废弃版本:9|类名:SetBrightnessModeOptions<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:mode<br>废弃版本:9|方法名 or 属性名:mode<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:success<br>废弃版本:9|方法名 or 属性名:success<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:complete<br>废弃版本:9|方法名 or 属性名:complete<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:SetKeepScreenOnOptions<br>废弃版本:9|类名:SetKeepScreenOnOptions<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:keepScreenOn<br>废弃版本:9|方法名 or 属性名:keepScreenOn<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:success<br>废弃版本:9|方法名 or 属性名:success<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:complete<br>废弃版本:9|方法名 or 属性名:complete<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|类名:Brightness<br>废弃版本:9|类名:Brightness<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:getValue<br>废弃版本:9|方法名 or 属性名:getValue<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:setValue<br>废弃版本:9|方法名 or 属性名:setValue<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:getMode<br>废弃版本:9|方法名 or 属性名:getMode<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:setMode<br>废弃版本:9|方法名 or 属性名:setMode<br>废弃版本:7|@system.brightness.d.ts|
|废弃版本有变化|方法名 or 属性名:setKeepScreenOn<br>废弃版本:9|方法名 or 属性名:setKeepScreenOn<br>废弃版本:7|@system.brightness.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: EnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: EnterpriseInfo<br>方法名 or 属性名: name|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: EnterpriseInfo<br>方法名 or 属性名: description|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: AdminType|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: AdminType<br>方法名 or 属性名: ADMIN_TYPE_NORMAL|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: AdminType<br>方法名 or 属性名: ADMIN_TYPE_SUPER|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: ManagedEvent|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: ManagedEvent<br>方法名 or 属性名: MANAGED_EVENT_BUNDLE_ADDED|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: ManagedEvent<br>方法名 or 属性名: MANAGED_EVENT_BUNDLE_REMOVED|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: enableAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: enableAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: enableAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: disableAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: disableAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: disableAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: disableSuperAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: disableSuperAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: isAdminEnabled|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: isAdminEnabled|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: isAdminEnabled|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: getEnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: getEnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: setEnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: setEnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: isSuperAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: isSuperAdmin|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: subscribeManagedEvent|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: subscribeManagedEvent|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: unsubscribeManagedEvent|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.adminManager<br>类名: adminManager<br>方法名 or 属性名: unsubscribeManagedEvent|@ohos.enterprise.adminManager.d.ts|
|新增||模块名: ohos.enterprise.dateTimeManager<br>类名: dateTimeManager|@ohos.enterprise.dateTimeManager.d.ts|
|新增||模块名: ohos.enterprise.dateTimeManager<br>类名: dateTimeManager<br>方法名 or 属性名: setDateTime|@ohos.enterprise.dateTimeManager.d.ts|
|新增||模块名: ohos.enterprise.dateTimeManager<br>类名: dateTimeManager<br>方法名 or 属性名: setDateTime|@ohos.enterprise.dateTimeManager.d.ts|
|新增||模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|新增||模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法名 or 属性名: onAdminEnabled|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|新增||模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法名 or 属性名: onAdminDisabled|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|新增||模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法名 or 属性名: onBundleAdded|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|新增||模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法名 or 属性名: onBundleRemoved|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|删除|模块名: ohos.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility||@ohos.EnterpriseAdminExtensionAbility.d.ts|
|删除|模块名: ohos.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法名 or 属性名: onAdminEnabled||@ohos.EnterpriseAdminExtensionAbility.d.ts|
|删除|模块名: ohos.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法名 or 属性名: onAdminDisabled||@ohos.EnterpriseAdminExtensionAbility.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: EnterpriseInfo||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: EnterpriseInfo<br>方法名 or 属性名: name||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: EnterpriseInfo<br>方法名 or 属性名: description||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: AdminType||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: AdminType<br>方法名 or 属性名: ADMIN_TYPE_NORMAL||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: AdminType<br>方法名 or 属性名: ADMIN_TYPE_SUPER||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: enableAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: enableAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: enableAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: disableAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: disableAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: disableAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: disableSuperAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: disableSuperAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: isAdminEnabled||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: isAdminEnabled||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: isAdminEnabled||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: getEnterpriseInfo||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: getEnterpriseInfo||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: setEnterpriseInfo||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: setEnterpriseInfo||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: isSuperAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: isSuperAdmin||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: getDeviceSettingsManager||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: ohos.enterpriseDeviceManager<br>类名: enterpriseDeviceManager<br>方法名 or 属性名: getDeviceSettingsManager||@ohos.enterpriseDeviceManager.d.ts|
|删除|模块名: DeviceSettingsManager<br>类名: DeviceSettingsManager||DeviceSettingsManager.d.ts|
|删除|模块名: DeviceSettingsManager<br>类名: DeviceSettingsManager<br>方法名 or 属性名: setDateTime||DeviceSettingsManager.d.ts|
|删除|模块名: DeviceSettingsManager<br>类名: DeviceSettingsManager<br>方法名 or 属性名: setDateTime||DeviceSettingsManager.d.ts|
|新增(错误码)||方法名 or 属性名:getOneCfgFile<br>错误码内容:401|@ohos.configPolicy.d.ts|
|新增(错误码)||方法名 or 属性名:getCfgFiles<br>错误码内容:401|@ohos.configPolicy.d.ts|
|新增(错误码)||方法名 or 属性名:getCfgDirList<br>错误码内容:401|@ohos.configPolicy.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名:ohos.faultLogger<br>类名:FaultLogger<br>方法名 or 属性名:query|@ohos.faultLogger.d.ts|
|新增||模块名:ohos.faultLogger<br>类名:FaultLogger<br>方法名 or 属性名:query|@ohos.faultLogger.d.ts|
|新增||模块名:ohos.hichecker<br>类名:hichecker<br>方法名 or 属性名:addCheckRule|@ohos.hichecker.d.ts|
|新增||模块名:ohos.hichecker<br>类名:hichecker<br>方法名 or 属性名:removeCheckRule|@ohos.hichecker.d.ts|
|新增||模块名:ohos.hichecker<br>类名:hichecker<br>方法名 or 属性名:containsCheckRule|@ohos.hichecker.d.ts|
|新增||模块名:ohos.hidebug<br>类名:hidebug<br>方法名 or 属性名:startJsCpuProfiling|@ohos.hidebug.d.ts|
|新增||模块名:ohos.hidebug<br>类名:hidebug<br>方法名 or 属性名:stopJsCpuProfiling|@ohos.hidebug.d.ts|
|新增||模块名:ohos.hidebug<br>类名:hidebug<br>方法名 or 属性名:dumpJsHeapData|@ohos.hidebug.d.ts|
|新增||方法名 or 属性名:getServiceDump<br>函数:function getServiceDump(serviceid : number, fd : number, args : Array<string>) : void;|@ohos.hidebug.d.ts|
|新增||方法名 or 属性名:onQuery<br>函数:onQuery: (infos: SysEventInfo[]) => void;|@ohos.hiSysEvent.d.ts|
|新增||方法名 or 属性名:addWatcher<br>函数:function addWatcher(watcher: Watcher): void;|@ohos.hiSysEvent.d.ts|
|新增||方法名 or 属性名:removeWatcher<br>函数:function removeWatcher(watcher: Watcher): void;|@ohos.hiSysEvent.d.ts|
|新增||方法名 or 属性名:query<br>函数:function query(queryArg: QueryArg, rules: QueryRule[], querier: Querier): void;|@ohos.hiSysEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: EventType|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: EventType<br>方法名 or 属性名: FAULT|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: EventType<br>方法名 or 属性名: STATISTIC|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: EventType<br>方法名 or 属性名: SECURITY|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: EventType<br>方法名 or 属性名: BEHAVIOR|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event<br>方法名 or 属性名: USER_LOGIN|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event<br>方法名 or 属性名: USER_LOGOUT|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event<br>方法名 or 属性名: DISTRIBUTED_SERVICE_START|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Param|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Param<br>方法名 or 属性名: USER_ID|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Param<br>方法名 or 属性名: DISTRIBUTED_SERVICE_NAME|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Param<br>方法名 or 属性名: DISTRIBUTED_SERVICE_INSTANCE_ID|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent<br>方法名 or 属性名: configure|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: ConfigOption|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: ConfigOption<br>方法名 or 属性名: disable|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: ConfigOption<br>方法名 or 属性名: maxStorage|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventInfo|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名: domain|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名: name|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名: eventType|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名: params|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent<br>方法名 or 属性名: write|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent<br>方法名 or 属性名: write|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackage|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名: packageId|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名: row|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名: size|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名: data|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackageHolder|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackageHolder<br>方法名 or 属性名: ructor(watcherName|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackageHolder<br>方法名 or 属性名: setSize|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventPackageHolder<br>方法名 or 属性名: takeNext|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: row|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: size|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: timeOut|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventFilter|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventFilter<br>方法名 or 属性名: domain|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: AppEventFilter<br>方法名 or 属性名: eventTypes|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Watcher|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名: name|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名: triggerCondition|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名: appEventFilters|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名: onTrigger|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent<br>方法名 or 属性名: addWatcher|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent<br>方法名 or 属性名: removeWatcher|@ohos.hiviewdfx.hiAppEvent.d.ts|
|新增||模块名: ohos.hiviewdfx.hiAppEvent<br>类名: hiAppEvent<br>方法名 or 属性名: clearData|@ohos.hiviewdfx.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventInfo||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名:domain||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名:name||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名:eventType||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventInfo<br>方法名 or 属性名:params||@ohos.hiAppEvent.d.ts|
|删除|模块名:ohos.hiAppEvent<br>类名:hiAppEvent<br>方法名 or 属性名:write||@ohos.hiAppEvent.d.ts|
|删除|模块名:ohos.hiAppEvent<br>类名:hiAppEvent<br>方法名 or 属性名:write||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackage||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名:packageId||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名:row||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名:size||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackage<br>方法名 or 属性名:data||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackageHolder||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackageHolder<br>方法名 or 属性名:ructor(watcherName||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackageHolder<br>方法名 or 属性名:setSize||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventPackageHolder<br>方法名 or 属性名:takeNext||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:row||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:size||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:timeOut||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventFilter||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventFilter<br>方法名 or 属性名:domain||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: AppEventFilter<br>方法名 or 属性名:eventTypes||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: Watcher||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名:name||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名:triggerCondition||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名:appEventFilters||@ohos.hiAppEvent.d.ts|
|删除|模块名: ohos.hiAppEvent<br>类名: Watcher<br>方法名 or 属性名:onTrigger||@ohos.hiAppEvent.d.ts|
|删除|模块名:ohos.hiAppEvent<br>类名:hiAppEvent<br>方法名 or 属性名:addWatcher||@ohos.hiAppEvent.d.ts|
|删除|模块名:ohos.hiAppEvent<br>类名:hiAppEvent<br>方法名 or 属性名:removeWatcher||@ohos.hiAppEvent.d.ts|
|删除|模块名:ohos.hiAppEvent<br>类名:hiAppEvent<br>方法名 or 属性名:clearData||@ohos.hiAppEvent.d.ts|
|废弃版本有变化|类名:bytrace<br>废弃版本:|类名:bytrace<br>废弃版本:8<br>代替接口:ohos.hiTraceMeter |@ohos.bytrace.d.ts|
|废弃版本有变化|方法名 or 属性名:startTrace<br>废弃版本:|方法名 or 属性名:startTrace<br>废弃版本:8<br>代替接口:ohos.hiTraceMeter.startTrace |@ohos.bytrace.d.ts|
|废弃版本有变化|方法名 or 属性名:finishTrace<br>废弃版本:|方法名 or 属性名:finishTrace<br>废弃版本:8<br>代替接口:ohos.hiTraceMeter.finishTrace |@ohos.bytrace.d.ts|
|废弃版本有变化|方法名 or 属性名:traceByValue<br>废弃版本:|方法名 or 属性名:traceByValue<br>废弃版本:8<br>代替接口:ohos.hiTraceMeter.traceByValue |@ohos.bytrace.d.ts|
|废弃版本有变化|方法名 or 属性名:querySelfFaultLog<br>废弃版本:|方法名 or 属性名:querySelfFaultLog<br>废弃版本:9<br>代替接口:ohos.faultlogger/FaultLogger|@ohos.faultLogger.d.ts|
|废弃版本有变化|方法名 or 属性名:querySelfFaultLog<br>废弃版本:|方法名 or 属性名:querySelfFaultLog<br>废弃版本:9<br>代替接口:ohos.faultlogger/FaultLogger|@ohos.faultLogger.d.ts|
|废弃版本有变化|类名:hiAppEvent<br>废弃版本:|类名:hiAppEvent<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|类名:EventType<br>废弃版本:|类名:EventType<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:FAULT<br>废弃版本:|方法名 or 属性名:FAULT<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:STATISTIC<br>废弃版本:|方法名 or 属性名:STATISTIC<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:SECURITY<br>废弃版本:|方法名 or 属性名:SECURITY<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:BEHAVIOR<br>废弃版本:|方法名 or 属性名:BEHAVIOR<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|类名:Event<br>废弃版本:|类名:Event<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:USER_LOGIN<br>废弃版本:|方法名 or 属性名:USER_LOGIN<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:USER_LOGOUT<br>废弃版本:|方法名 or 属性名:USER_LOGOUT<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:DISTRIBUTED_SERVICE_START<br>废弃版本:|方法名 or 属性名:DISTRIBUTED_SERVICE_START<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|类名:Param<br>废弃版本:|类名:Param<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:USER_ID<br>废弃版本:|方法名 or 属性名:USER_ID<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:DISTRIBUTED_SERVICE_NAME<br>废弃版本:|方法名 or 属性名:DISTRIBUTED_SERVICE_NAME<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:DISTRIBUTED_SERVICE_INSTANCE_ID<br>废弃版本:|方法名 or 属性名:DISTRIBUTED_SERVICE_INSTANCE_ID<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:configure<br>废弃版本:|方法名 or 属性名:configure<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|类名:ConfigOption<br>废弃版本:|类名:ConfigOption<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:disable<br>废弃版本:|方法名 or 属性名:disable<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:maxStorage<br>废弃版本:|方法名 or 属性名:maxStorage<br>废弃版本:9<br>代替接口:ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|废弃版本有变化|方法名 or 属性名:addRule<br>废弃版本:|方法名 or 属性名:addRule<br>废弃版本:9<br>代替接口:ohos.hichecker/hichecker|@ohos.hichecker.d.ts|
|废弃版本有变化|方法名 or 属性名:removeRule<br>废弃版本:|方法名 or 属性名:removeRule<br>废弃版本:9<br>代替接口:ohos.hichecker/hichecker|@ohos.hichecker.d.ts|
|废弃版本有变化|方法名 or 属性名:contains<br>废弃版本:|方法名 or 属性名:contains<br>废弃版本:9<br>代替接口:ohos.hichecker/hichecker|@ohos.hichecker.d.ts|
|废弃版本有变化|方法名 or 属性名:startProfiling<br>废弃版本:|方法名 or 属性名:startProfiling<br>废弃版本:9<br>代替接口:ohos.hidebug/hidebug.startJsCpuProfiling |@ohos.hidebug.d.ts|
|废弃版本有变化|方法名 or 属性名:stopProfiling<br>废弃版本:|方法名 or 属性名:stopProfiling<br>废弃版本:9<br>代替接口:ohos.hidebug/hidebug.stopJsCpuProfiling |@ohos.hidebug.d.ts|
|废弃版本有变化|方法名 or 属性名:dumpHeapData<br>废弃版本:|方法名 or 属性名:dumpHeapData<br>废弃版本:9<br>代替接口:ohos.hidebug/hidebug.dumpJsHeapData |@ohos.hidebug.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名: ohos.distributedHardware.deviceManager<br>类名: DeviceManager<br>方法名 or 属性名: setUserOperation|@ohos.distributedHardware.deviceManager.d.ts|
|新增||模块名: ohos.distributedHardware.deviceManager<br>类名: DeviceManager<br>方法名 or 属性名: on_uiStateChange|@ohos.distributedHardware.deviceManager.d.ts|
|新增||模块名: ohos.distributedHardware.deviceManager<br>类名: DeviceManager<br>方法名 or 属性名: off_uiStateChange|@ohos.distributedHardware.deviceManager.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名: ohos.stationary<br>类名: stationary|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityResponse|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityResponse<br>方法名 or 属性名: state|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityEvent|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityEvent<br>方法名 or 属性名: ENTER|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityEvent<br>方法名 or 属性名: EXIT|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityEvent<br>方法名 or 属性名: ENTER_EXIT|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityState|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityState<br>方法名 or 属性名: ENTER|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: ActivityState<br>方法名 or 属性名: EXIT|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: stationary<br>方法名 or 属性名: on|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: stationary<br>方法名 or 属性名: once|@ohos.stationary.d.ts|
|新增||模块名: ohos.stationary<br>类名: stationary<br>方法名 or 属性名: off|@ohos.stationary.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名:ohos.multimodalInput.inputDevice<br>类名:inputDevice<br>方法名 or 属性名:getDeviceList|@ohos.multimodalInput.inputDevice.d.ts|
|新增||模块名:ohos.multimodalInput.inputDevice<br>类名:inputDevice<br>方法名 or 属性名:getDeviceList|@ohos.multimodalInput.inputDevice.d.ts|
|新增||模块名:ohos.multimodalInput.inputDevice<br>类名:inputDevice<br>方法名 or 属性名:getDeviceInfo|@ohos.multimodalInput.inputDevice.d.ts|
|新增||模块名:ohos.multimodalInput.inputDevice<br>类名:inputDevice<br>方法名 or 属性名:getDeviceInfo|@ohos.multimodalInput.inputDevice.d.ts|
|新增||方法名 or 属性名:supportKeys<br>函数:function supportKeys(deviceId: number, keys: Array<KeyCode>, callback: AsyncCallback<Array<boolean>>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|新增||模块名:ohos.multimodalInput.inputDeviceCooperate<br>类名:EventMsg|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|新增||模块名:ohos.multimodalInput.inputDeviceCooperate<br>类名:EventMsg<br>方法名 or 属性名:MSG_COOPERATE_INFO_START|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|新增||模块名:ohos.multimodalInput.inputDeviceCooperate<br>类名:EventMsg<br>方法名 or 属性名:MSG_COOPERATE_INFO_SUCCESS|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|新增||模块名:ohos.multimodalInput.inputDeviceCooperate<br>类名:EventMsg<br>方法名 or 属性名:MSG_COOPERATE_INFO_FAIL|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|新增||模块名:ohos.multimodalInput.inputDeviceCooperate<br>类名:EventMsg<br>方法名 or 属性名:MSG_COOPERATE_STATE_ON|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|新增||模块名:ohos.multimodalInput.inputDeviceCooperate<br>类名:EventMsg<br>方法名 or 属性名:MSG_COOPERATE_STATE_OFF|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|废弃版本有变化|方法名 or 属性名:getDeviceIds<br>废弃版本:|方法名 or 属性名:getDeviceIds<br>废弃版本:9<br>代替接口:ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|废弃版本有变化|方法名 or 属性名:getDeviceIds<br>废弃版本:N/A|方法名 or 属性名:getDeviceIds<br>废弃版本:9<br>代替接口:ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|废弃版本有变化|方法名 or 属性名:getDevice<br>废弃版本:N/A|方法名 or 属性名:getDevice<br>废弃版本:9<br>代替接口:ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|废弃版本有变化|方法名 or 属性名:getDevice<br>废弃版本:N/A|方法名 or 属性名:getDevice<br>废弃版本:9<br>代替接口:ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: getSync|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: get|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: get|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: get|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: setSync|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: set|@ohos.systemParameterV9.d.ts|
|新增||模块名: ohos.systemParameterV9<br>类名: systemParameterV9<br>方法名 or 属性名: set|@ohos.systemParameterV9.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增||方法名 or 属性名:sendUpdateCellLocationRequest<br>函数:function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;|@ohos.telephony.radio.d.ts|
|废弃版本有变化|方法名 or 属性名:sendUpdateCellLocationRequest<br>废弃版本:|方法名 or 属性名:sendUpdateCellLocationRequest<br>废弃版本:undefined|@ohos.telephony.radio.d.ts|
|删除(权限)|方法名 or 属性名:getDefaultCellularDataSlotId<br>权限:ohos.permission.GET_NETWORK_INFO|方法名 or 属性名:getDefaultCellularDataSlotId<br>权限:N/A|@ohos.telephony.data.d.ts|
|删除(权限)|方法名 or 属性名:getDefaultCellularDataSlotId<br>权限:ohos.permission.GET_NETWORK_INFO|方法名 or 属性名:getDefaultCellularDataSlotId<br>权限:N/A|@ohos.telephony.data.d.ts|
|删除(权限)|方法名 or 属性名:getDefaultCellularDataSlotIdSync<br>权限:ohos.permission.GET_NETWORK_INFO|方法名 or 属性名:getDefaultCellularDataSlotIdSync<br>权限:N/A|@ohos.telephony.data.d.ts|
|新增(权限)|方法名 or 属性名:sendUpdateCellLocationRequest<br>权限:N/A|方法名 or 属性名:sendUpdateCellLocationRequest<br>权限:ohos.permission.LOCATION|@ohos.telephony.radio.d.ts|
|新增(权限)|方法名 or 属性名:sendUpdateCellLocationRequest<br>权限:N/A|方法名 or 属性名:sendUpdateCellLocationRequest<br>权限:ohos.permission.LOCATION|@ohos.telephony.radio.d.ts|
|新增(权限)|方法名 or 属性名:getLockState<br>权限:N/A|方法名 or 属性名:getLockState<br>权限:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
|新增(权限)|方法名 or 属性名:getLockState<br>权限:N/A|方法名 or 属性名:getLockState<br>权限:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
| 操作 | 新版本 | 旧版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增(错误码)||方法名 or 属性名:getOnlineUpdater<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getRestorer<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getLocalUpdater<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:checkNewVersion<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getNewVersionInfo<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getNewVersionDescription<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getCurrentVersionInfo<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getCurrentVersionDescription<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getTaskInfo<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:download<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:resumeDownload<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:pauseDownload<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:upgrade<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:clearError<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:getUpgradePolicy<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:setUpgradePolicy<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:terminateUpgrade<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:on<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:off<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:factoryReset<br>错误码内容:201,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:verifyUpgradePackage<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:applyNewVersion<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:on<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
|新增(错误码)||方法名 or 属性名:off<br>错误码内容:201,401,11500104|@ohos.update.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册