操作 旧版本 新版本 d.ts文件
API跨平台权限变更 类名:UploadConfig;
API声明:index?: number;
差异内容:crossplatform
类名:UploadConfig;
API声明:index?: number;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:UploadConfig;
API声明:begins?: number;
差异内容:crossplatform
类名:UploadConfig;
API声明:begins?: number;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:UploadConfig;
API声明:ends?: number;
差异内容:crossplatform
类名:UploadConfig;
API声明:ends?: number;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Config;
API声明:proxy?: string;
差异内容:crossplatform
类名:Config;
API声明:proxy?: string;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:agent;
API声明:interface HttpResponse
差异内容:crossplatform
类名:agent;
API声明:interface HttpResponse
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:HttpResponse;
API声明:readonly version: string;
差异内容:crossplatform
类名:HttpResponse;
API声明:readonly version: string;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:HttpResponse;
API声明:readonly statusCode: number;
差异内容:crossplatform
类名:HttpResponse;
API声明:readonly statusCode: number;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:HttpResponse;
API声明:readonly reason: string;
差异内容:crossplatform
类名:HttpResponse;
API声明:readonly reason: string;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:HttpResponse;
API声明:readonly headers: Map<string, Array<string>>;
差异内容:crossplatform
类名:HttpResponse;
API声明:readonly headers: Map<string, Array<string>>;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:on(event: 'pause', callback: (progress: Progress) => void): void;
差异内容:crossplatform
类名:Task;
API声明:on(event: 'pause', callback: (progress: Progress) => void): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:off(event: 'pause', callback?: (progress: Progress) => void): void;
差异内容:crossplatform
类名:Task;
API声明:off(event: 'pause', callback?: (progress: Progress) => void): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:on(event: 'resume', callback: (progress: Progress) => void): void;
差异内容:crossplatform
类名:Task;
API声明:on(event: 'resume', callback: (progress: Progress) => void): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:off(event: 'resume', callback?: (progress: Progress) => void): void;
差异内容:crossplatform
类名:Task;
API声明:off(event: 'resume', callback?: (progress: Progress) => void): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:on(event: 'remove', callback: (progress: Progress) => void): void;
差异内容:crossplatform
类名:Task;
API声明:on(event: 'remove', callback: (progress: Progress) => void): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:off(event: 'remove', callback?: (progress: Progress) => void): void;
差异内容:crossplatform
类名:Task;
API声明:off(event: 'remove', callback?: (progress: Progress) => void): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:on(event: 'response', callback: Callback<HttpResponse>): void;
差异内容:crossplatform
类名:Task;
API声明:on(event: 'response', callback: Callback<HttpResponse>): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:off(event: 'response', callback?: Callback<HttpResponse>): void;
差异内容:crossplatform
类名:Task;
API声明:off(event: 'response', callback?: Callback<HttpResponse>): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:pause(callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:Task;
API声明:pause(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:pause(): Promise<void>;
差异内容:crossplatform
类名:Task;
API声明:pause(): Promise<void>;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:resume(callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:Task;
API声明:resume(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:Task;
API声明:resume(): Promise<void>;
差异内容:crossplatform
类名:Task;
API声明:resume(): Promise<void>;
差异内容:NA
api/@ohos.request.d.ts
API跨平台权限变更 类名:global;
API声明:declare namespace systemDateTime
差异内容:crossplatform
类名:global;
API声明:declare namespace systemDateTime
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:systemDateTime;
API声明:function getTime(isNanoseconds?: boolean): number;
差异内容:crossplatform
类名:systemDateTime;
API声明:function getTime(isNanoseconds?: boolean): number;
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:systemDateTime;
API声明:enum TimeType
差异内容:crossplatform
类名:systemDateTime;
API声明:enum TimeType
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:TimeType;
API声明:STARTUP
差异内容:crossplatform
类名:TimeType;
API声明:STARTUP
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:TimeType;
API声明:ACTIVE
差异内容:crossplatform
类名:TimeType;
API声明:ACTIVE
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:systemDateTime;
API声明:function getUptime(timeType: TimeType, isNanoseconds?: boolean): number;
差异内容:crossplatform
类名:systemDateTime;
API声明:function getUptime(timeType: TimeType, isNanoseconds?: boolean): number;
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:systemDateTime;
API声明:function getTimezone(callback: AsyncCallback<string>): void;
差异内容:crossplatform
类名:systemDateTime;
API声明:function getTimezone(callback: AsyncCallback<string>): void;
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:systemDateTime;
API声明:function getTimezone(): Promise<string>;
差异内容:crossplatform
类名:systemDateTime;
API声明:function getTimezone(): Promise<string>;
差异内容:NA
api/@ohos.systemDateTime.d.ts
API跨平台权限变更 类名:systemDateTime;
API声明:function getTimezoneSync(): string;
差异内容:crossplatform
类名:systemDateTime;
API声明:function getTimezoneSync(): string;
差异内容:NA
api/@ohos.systemDateTime.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE = "usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE = 'usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE = "usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE = 'usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE = "usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE = 'usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE = "usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE = 'usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE = "usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE = 'usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE = "usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE = 'usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE = "usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE = 'usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE = "usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE = 'usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED = "usual.event.bluetooth.remotedevice.DISCOVERED"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED = 'usual.event.bluetooth.remotedevice.DISCOVERED'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE = "usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE = 'usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED = "usual.event.bluetooth.remotedevice.ACL_CONNECTED"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED = 'usual.event.bluetooth.remotedevice.ACL_CONNECTED'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED = "usual.event.bluetooth.remotedevice.ACL_DISCONNECTED"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED = 'usual.event.bluetooth.remotedevice.ACL_DISCONNECTED'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE = "usual.event.bluetooth.remotedevice.NAME_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE = 'usual.event.bluetooth.remotedevice.NAME_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE = "usual.event.bluetooth.remotedevice.PAIR_STATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE = 'usual.event.bluetooth.remotedevice.PAIR_STATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE = "usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE = 'usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT = "usual.event.bluetooth.remotedevice.SDP_RESULT"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT = 'usual.event.bluetooth.remotedevice.SDP_RESULT'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE = "usual.event.bluetooth.remotedevice.UUID_VALUE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE = 'usual.event.bluetooth.remotedevice.UUID_VALUE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ = "usual.event.bluetooth.remotedevice.PAIRING_REQ"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ = 'usual.event.bluetooth.remotedevice.PAIRING_REQ'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL = "usual.event.bluetooth.remotedevice.PAIRING_CANCEL"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL = 'usual.event.bluetooth.remotedevice.PAIRING_CANCEL'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ = "usual.event.bluetooth.remotedevice.CONNECT_REQ"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ = 'usual.event.bluetooth.remotedevice.CONNECT_REQ'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY = "usual.event.bluetooth.remotedevice.CONNECT_REPLY"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY = 'usual.event.bluetooth.remotedevice.CONNECT_REPLY'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL = "usual.event.bluetooth.remotedevice.CONNECT_CANCEL"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL = 'usual.event.bluetooth.remotedevice.CONNECT_CANCEL'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE = "usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE = 'usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE = "usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE = 'usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT = "usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT = 'usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE = "usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE = 'usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE = "usual.event.bluetooth.host.STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE = 'usual.event.bluetooth.host.STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE = "usual.event.bluetooth.host.REQ_DISCOVERABLE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE = 'usual.event.bluetooth.host.REQ_DISCOVERABLE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = "usual.event.bluetooth.host.REQ_ENABLE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = 'usual.event.bluetooth.host.REQ_ENABLE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE = "usual.event.bluetooth.host.REQ_DISABLE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE = 'usual.event.bluetooth.host.REQ_DISABLE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE = "usual.event.bluetooth.host.SCAN_MODE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE = 'usual.event.bluetooth.host.SCAN_MODE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED = "usual.event.bluetooth.host.DISCOVERY_STARTED"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED = 'usual.event.bluetooth.host.DISCOVERY_STARTED'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED = "usual.event.bluetooth.host.DISCOVERY_FINISHED"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED = 'usual.event.bluetooth.host.DISCOVERY_FINISHED'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE = "usual.event.bluetooth.host.NAME_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE = 'usual.event.bluetooth.host.NAME_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE = "usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE = 'usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE = "usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE = 'usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE = "usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE"
差异内容:20
类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE = 'usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE'
差异内容:NA
api/@ohos.commonEventManager.d.ts
API废弃版本变更 类名:FileSpec;
API声明:mimeType?: string;
差异内容:18
类名:FileSpec;
API声明:mimeType?: string;
差异内容:NA
api/@ohos.request.d.ts
API废弃版本变更 类名:usbManager;
API声明:interface USBControlParams
差异内容:18
类名:usbManager;
API声明:interface USBControlParams
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:USBControlParams;
API声明:request: number;
差异内容:18
类名:USBControlParams;
API声明:request: number;
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:USBControlParams;
API声明:target: USBRequestTargetType;
差异内容:18
类名:USBControlParams;
API声明:target: USBRequestTargetType;
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:USBControlParams;
API声明:reqType: USBControlRequestType;
差异内容:18
类名:USBControlParams;
API声明:reqType: USBControlRequestType;
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:USBControlParams;
API声明:value: number;
差异内容:18
类名:USBControlParams;
API声明:value: number;
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:USBControlParams;
API声明:index: number;
差异内容:18
类名:USBControlParams;
API声明:index: number;
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:USBControlParams;
API声明:data: Uint8Array;
差异内容:18
类名:USBControlParams;
API声明:data: Uint8Array;
差异内容:NA
api/@ohos.usbManager.d.ts
API废弃版本变更 类名:global;
API声明:export interface DeviceResponse
差异内容:6
类名:global;
API声明:export interface DeviceResponse
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:brand: string;
差异内容:6
类名:DeviceResponse;
API声明:brand: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:manufacturer: string;
差异内容:6
类名:DeviceResponse;
API声明:manufacturer: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:model: string;
差异内容:6
类名:DeviceResponse;
API声明:model: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:product: string;
差异内容:6
类名:DeviceResponse;
API声明:product: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:language: string;
差异内容:6
类名:DeviceResponse;
API声明:language: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:region: string;
差异内容:6
类名:DeviceResponse;
API声明:region: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:windowWidth: number;
差异内容:6
类名:DeviceResponse;
API声明:windowWidth: number;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:windowHeight: number;
差异内容:6
类名:DeviceResponse;
API声明:windowHeight: number;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:screenDensity: number;
差异内容:6
类名:DeviceResponse;
API声明:screenDensity: number;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:screenShape: 'rect' | 'circle';
差异内容:6
类名:DeviceResponse;
API声明:screenShape: 'rect' | 'circle';
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:apiVersion: number;
差异内容:6
类名:DeviceResponse;
API声明:apiVersion: number;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:DeviceResponse;
API声明:deviceType: string;
差异内容:6
类名:DeviceResponse;
API声明:deviceType: string;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:global;
API声明:export interface GetDeviceOptions
差异内容:6
类名:global;
API声明:export interface GetDeviceOptions
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:GetDeviceOptions;
API声明:success?: (data: DeviceResponse) => void;
差异内容:6
类名:GetDeviceOptions;
API声明:success?: (data: DeviceResponse) => void;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:GetDeviceOptions;
API声明:fail?: (data: any, code: number) => void;
差异内容:6
类名:GetDeviceOptions;
API声明:fail?: (data: any, code: number) => void;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:GetDeviceOptions;
API声明:complete?: () => void;
差异内容:6
类名:GetDeviceOptions;
API声明:complete?: () => void;
差异内容:NA
api/@system.device.d.ts
API废弃版本变更 类名:global;
API声明:export default class Device
差异内容:6
类名:global;
API声明:export default class Device
差异内容:NA
api/@system.device.d.ts
新增错误码 类名:commonEventManager;
API声明:function publish(event: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:commonEventManager;
API声明:function publish(event: string, callback: AsyncCallback<void>): void;
差异内容:1500004,401
api/@ohos.commonEventManager.d.ts
新增错误码 类名:commonEventManager;
API声明:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void;
差异内容:NA
类名:commonEventManager;
API声明:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void;
差异内容:1500004,401
api/@ohos.commonEventManager.d.ts
新增错误码 类名:power;
API声明:function isActive(): boolean;
差异内容:NA
类名:power;
API声明:function isActive(): boolean;
差异内容:4900101
api/@ohos.power.d.ts
新增错误码 类名:power;
API声明:function getPowerMode(): DevicePowerMode;
差异内容:NA
类名:power;
API声明:function getPowerMode(): DevicePowerMode;
差异内容:4900101
api/@ohos.power.d.ts
新增错误码 类名:RunningLock;
API声明:hold(timeout: number): void;
差异内容:NA
类名:RunningLock;
API声明:hold(timeout: number): void;
差异内容:4900101
api/@ohos.runningLock.d.ts
新增错误码 类名:RunningLock;
API声明:isHolding(): boolean;
差异内容:NA
类名:RunningLock;
API声明:isHolding(): boolean;
差异内容:4900101
api/@ohos.runningLock.d.ts
新增错误码 类名:RunningLock;
API声明:unhold(): void;
差异内容:NA
类名:RunningLock;
API声明:unhold(): void;
差异内容:4900101
api/@ohos.runningLock.d.ts
新增错误码 类名:runningLock;
API声明:function isSupported(type: RunningLockType): boolean;
差异内容:NA
类名:runningLock;
API声明:function isSupported(type: RunningLockType): boolean;
差异内容:4900101
api/@ohos.runningLock.d.ts
新增错误码 类名:settings;
API声明:function getValue(context: Context, name: string, domainName: string): Promise<string>;
差异内容:NA
类名:settings;
API声明:function getValue(context: Context, name: string, domainName: string): Promise<string>;
差异内容:201
api/@ohos.settings.d.ts
新增错误码 类名:settings;
API声明:function getValueSync(context: Context, name: string, defValue: string, domainName: string): string;
差异内容:NA
类名:settings;
API声明:function getValueSync(context: Context, name: string, defValue: string, domainName: string): string;
差异内容:201
api/@ohos.settings.d.ts
新增错误码 类名:thermal;
API声明:function registerThermalLevelCallback(callback: Callback<ThermalLevel>): void;
差异内容:NA
类名:thermal;
API声明:function registerThermalLevelCallback(callback: Callback<ThermalLevel>): void;
差异内容:4800101
api/@ohos.thermal.d.ts
新增错误码 类名:thermal;
API声明:function unregisterThermalLevelCallback(callback?: Callback<void>): void;
差异内容:NA
类名:thermal;
API声明:function unregisterThermalLevelCallback(callback?: Callback<void>): void;
差异内容:4800101
api/@ohos.thermal.d.ts
新增错误码 类名:thermal;
API声明:function getLevel(): ThermalLevel;
差异内容:NA
类名:thermal;
API声明:function getLevel(): ThermalLevel;
差异内容:4800101
api/@ohos.thermal.d.ts
删除错误码 类名:commonEventManager;
API声明:function publish(event: string, callback: AsyncCallback<void>): void;
差异内容:1500003
类名:commonEventManager;
API声明:function publish(event: string, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.commonEventManager.d.ts
删除错误码 类名:commonEventManager;
API声明:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void;
差异内容:1500003
类名:commonEventManager;
API声明:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.commonEventManager.d.ts
删除错误码 类名:usbManager;
API声明:function getDevices(): Array<Readonly<USBDevice>>;
差异内容:801
类名:usbManager;
API声明:function getDevices(): Array<Readonly<USBDevice>>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function connectDevice(device: USBDevice): Readonly<USBDevicePipe>;
差异内容:801
类名:usbManager;
API声明:function connectDevice(device: USBDevice): Readonly<USBDevicePipe>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function hasRight(deviceName: string): boolean;
差异内容:801
类名:usbManager;
API声明:function hasRight(deviceName: string): boolean;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function requestRight(deviceName: string): Promise<boolean>;
差异内容:801
类名:usbManager;
API声明:function requestRight(deviceName: string): Promise<boolean>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function removeRight(deviceName: string): boolean;
差异内容:801
类名:usbManager;
API声明:function removeRight(deviceName: string): boolean;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;
差异内容:801
类名:usbManager;
API声明:function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;
差异内容:801
类名:usbManager;
API声明:function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function setConfiguration(pipe: USBDevicePipe, config: USBConfiguration): number;
差异内容:801
类名:usbManager;
API声明:function setConfiguration(pipe: USBDevicePipe, config: USBConfiguration): number;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;
差异内容:801
类名:usbManager;
API声明:function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;
差异内容:801
类名:usbManager;
API声明:function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function getFileDescriptor(pipe: USBDevicePipe): number;
差异内容:801
类名:usbManager;
API声明:function getFileDescriptor(pipe: USBDevicePipe): number;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function usbControlTransfer(pipe: USBDevicePipe, requestparam: USBDeviceRequestParams, timeout?: number): Promise<number>;
差异内容:801
类名:usbManager;
API声明:function usbControlTransfer(pipe: USBDevicePipe, requestparam: USBDeviceRequestParams, timeout?: number): Promise<number>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array, timeout?: number): Promise<number>;
差异内容:801
类名:usbManager;
API声明:function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array, timeout?: number): Promise<number>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function closePipe(pipe: USBDevicePipe): number;
差异内容:801
类名:usbManager;
API声明:function closePipe(pipe: USBDevicePipe): number;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function hasAccessoryRight(accessory: USBAccessory): boolean;
差异内容:801
类名:usbManager;
API声明:function hasAccessoryRight(accessory: USBAccessory): boolean;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function requestAccessoryRight(accessory: USBAccessory): Promise<boolean>;
差异内容:801
类名:usbManager;
API声明:function requestAccessoryRight(accessory: USBAccessory): Promise<boolean>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function cancelAccessoryRight(accessory: USBAccessory): void;
差异内容:801
类名:usbManager;
API声明:function cancelAccessoryRight(accessory: USBAccessory): void;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function getAccessoryList(): Array<Readonly<USBAccessory>>;
差异内容:801
类名:usbManager;
API声明:function getAccessoryList(): Array<Readonly<USBAccessory>>;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function openAccessory(accessory: USBAccessory): USBAccessoryHandle;
差异内容:801
类名:usbManager;
API声明:function openAccessory(accessory: USBAccessory): USBAccessoryHandle;
差异内容:NA
api/@ohos.usbManager.d.ts
删除错误码 类名:usbManager;
API声明:function closeAccessory(accessoryHandle: USBAccessoryHandle): void;
差异内容:801
类名:usbManager;
API声明:function closeAccessory(accessoryHandle: USBAccessoryHandle): void;
差异内容:NA
api/@ohos.usbManager.d.ts
错误码变更 类名:commonEventManager;
API声明:function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback<CommonEventData>): void;
差异内容:1500007,1500008,1500010,801
类名:commonEventManager;
API声明:function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback<CommonEventData>): void;
差异内容:1500007,1500008,401,801
api/@ohos.commonEventManager.d.ts
错误码变更 类名:SystemPasteboard;
API声明:getData(callback: AsyncCallback<PasteData>): void;
差异内容:201,27787277,401
类名:SystemPasteboard;
API声明:getData(callback: AsyncCallback<PasteData>): void;
差异内容:12900003,201,401
api/@ohos.pasteboard.d.ts
错误码变更 类名:SystemPasteboard;
API声明:getData(): Promise<PasteData>;
差异内容:201,27787277
类名:SystemPasteboard;
API声明:getData(): Promise<PasteData>;
差异内容:12900003,201
api/@ohos.pasteboard.d.ts
错误码变更 类名:SystemPasteboard;
API声明:setData(data: PasteData, callback: AsyncCallback<void>): void;
差异内容:27787277,27787278,401
类名:SystemPasteboard;
API声明:setData(data: PasteData, callback: AsyncCallback<void>): void;
差异内容:12900003,12900004,401
api/@ohos.pasteboard.d.ts
错误码变更 类名:SystemPasteboard;
API声明:setData(data: PasteData): Promise<void>;
差异内容:27787277,27787278,401
类名:SystemPasteboard;
API声明:setData(data: PasteData): Promise<void>;
差异内容:12900003,12900004,401
api/@ohos.pasteboard.d.ts
错误码变更 类名:SystemPasteboard;
API声明:getUnifiedData(): Promise<unifiedDataChannel.UnifiedData>;
差异内容:201,27787277
类名:SystemPasteboard;
API声明:getUnifiedData(): Promise<unifiedDataChannel.UnifiedData>;
差异内容:12900003,201
api/@ohos.pasteboard.d.ts
错误码变更 类名:SystemPasteboard;
API声明:setUnifiedData(data: unifiedDataChannel.UnifiedData): Promise<void>;
差异内容:27787277,27787278,401
类名:SystemPasteboard;
API声明:setUnifiedData(data: unifiedDataChannel.UnifiedData): Promise<void>;
差异内容:12900003,12900004,401
api/@ohos.pasteboard.d.ts
权限变更 类名:settings;
API声明:function getValue(context: Context, name: string, domainName: string): Promise<string>;
差异内容:NA
类名:settings;
API声明:function getValue(context: Context, name: string, domainName: string): Promise<string>;
差异内容:USER_SECURE ohos.permission.MANAGE_SECURE_SETTINGS.
api/@ohos.settings.d.ts
权限变更 类名:settings;
API声明:function getValueSync(context: Context, name: string, defValue: string, domainName: string): string;
差异内容:NA
类名:settings;
API声明:function getValueSync(context: Context, name: string, defValue: string, domainName: string): string;
差异内容:USER_SECURE ohos.permission.MANAGE_SECURE_SETTINGS.
api/@ohos.settings.d.ts
权限变更 类名:CommonEventPublishData;
API声明:isSticky?: boolean;
差异内容:ohos.permission.COMMONEVENT_STICKY
类名:CommonEventPublishData;
API声明:isSticky?: boolean;
差异内容:NA
api/commonEvent/commonEventPublishData.d.ts
权限变更 类名:settings;
API声明:function setValue(context: Context, name: string, value: string, domainName: string): Promise<boolean>;
差异内容:ohos.permission.MANAGE_SECURE_SETTINGS or ohos.permission.MANAGE_SETTINGS
类名:settings;
API声明:function setValue(context: Context, name: string, value: string, domainName: string): Promise<boolean>;
差异内容:DEVICE_SHARED, USER_PROPRERTY ohos.permission.MANAGE_SETTINGS. or [USER_SECURE] ohos.permission.MANAGE_SECURE_SETTINGS.
api/@ohos.settings.d.ts
权限变更 类名:settings;
API声明:function setValueSync(context: Context, name: string, value: string, domainName: string): boolean;
差异内容:ohos.permission.MANAGE_SECURE_SETTINGS or ohos.permission.MANAGE_SETTINGS
类名:settings;
API声明:function setValueSync(context: Context, name: string, value: string, domainName: string): boolean;
差异内容:DEVICE_SHARED, USER_PROPRERTY ohos.permission.MANAGE_SETTINGS. or [USER_SECURE] ohos.permission.MANAGE_SECURE_SETTINGS.
api/@ohos.settings.d.ts
删除API 类名:global;
API声明:declare namespace cacheDownload
差异内容:declare namespace cacheDownload
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:interface CacheDownloadOptions
差异内容:interface CacheDownloadOptions
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:CacheDownloadOptions;
API声明:headers?: Record<string, string>;
差异内容:headers?: Record<string, string>;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:interface ResourceInfo
差异内容:interface ResourceInfo
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:ResourceInfo;
API声明:readonly size: number;
差异内容:readonly size: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:interface NetworkInfo
差异内容:interface NetworkInfo
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:NetworkInfo;
API声明:readonly dnsServers: string[];
差异内容:readonly dnsServers: string[];
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:interface PerformanceInfo
差异内容:interface PerformanceInfo
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly dnsTime: number;
差异内容:readonly dnsTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly connectTime: number;
差异内容:readonly connectTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly tlsTime: number;
差异内容:readonly tlsTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly firstSendTime: number;
差异内容:readonly firstSendTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly firstReceiveTime: number;
差异内容:readonly firstReceiveTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly totalTime: number;
差异内容:readonly totalTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:PerformanceInfo;
API声明:readonly redirectTime: number;
差异内容:readonly redirectTime: number;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:interface DownloadInfo
差异内容:interface DownloadInfo
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:DownloadInfo;
API声明:readonly resource: ResourceInfo;
差异内容:readonly resource: ResourceInfo;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:DownloadInfo;
API声明:readonly network: NetworkInfo;
差异内容:readonly network: NetworkInfo;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:DownloadInfo;
API声明:readonly performance: PerformanceInfo;
差异内容:readonly performance: PerformanceInfo;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:function download(url: string, options: CacheDownloadOptions): void;
差异内容:function download(url: string, options: CacheDownloadOptions): void;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:function cancel(url: string): void;
差异内容:function cancel(url: string): void;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:function setMemoryCacheSize(bytes: number): void;
差异内容:function setMemoryCacheSize(bytes: number): void;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:function setFileCacheSize(bytes: number): void;
差异内容:function setFileCacheSize(bytes: number): void;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:function getDownloadInfo(url: string): DownloadInfo | undefined;
差异内容:function getDownloadInfo(url: string): DownloadInfo | undefined;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:cacheDownload;
API声明:function setDownloadInfoListSize(size: number): void;
差异内容:function setDownloadInfoListSize(size: number): void;
NA api/@ohos.request.cacheDownload.d.ts
删除API 类名:global;
API声明:declare namespace scan
差异内容:declare namespace scan
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:enum ScanErrorCode
差异内容:enum ScanErrorCode
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_NO_PERMISSION = 201
差异内容:SCAN_ERROR_NO_PERMISSION = 201
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_NOT_SYSTEM_APPLICATION = 202
差异内容:SCAN_ERROR_NOT_SYSTEM_APPLICATION = 202
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_INVALID_PARAMETER = 401
差异内容:SCAN_ERROR_INVALID_PARAMETER = 401
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_GENERIC_FAILURE = 13100001
差异内容:SCAN_ERROR_GENERIC_FAILURE = 13100001
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_RPC_FAILURE = 13100002
差异内容:SCAN_ERROR_RPC_FAILURE = 13100002
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_SERVER_FAILURE = 13100003
差异内容:SCAN_ERROR_SERVER_FAILURE = 13100003
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_UNSUPPORTED = 13100004
差异内容:SCAN_ERROR_UNSUPPORTED = 13100004
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_CANCELED = 13100005
差异内容:SCAN_ERROR_CANCELED = 13100005
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_DEVICE_BUSY = 13100006
差异内容:SCAN_ERROR_DEVICE_BUSY = 13100006
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_INVALID = 13100007
差异内容:SCAN_ERROR_INVALID = 13100007
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_JAMMED = 13100008
差异内容:SCAN_ERROR_JAMMED = 13100008
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_NO_DOCS = 13100009
差异内容:SCAN_ERROR_NO_DOCS = 13100009
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_COVER_OPEN = 13100010
差异内容:SCAN_ERROR_COVER_OPEN = 13100010
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_IO_ERROR = 13100011
差异内容:SCAN_ERROR_IO_ERROR = 13100011
NA api/@ohos.scan.d.ets
删除API 类名:ScanErrorCode;
API声明:SCAN_ERROR_NO_MEMORY = 13100012
差异内容:SCAN_ERROR_NO_MEMORY = 13100012
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:enum ConstraintType
差异内容:enum ConstraintType
NA api/@ohos.scan.d.ets
删除API 类名:ConstraintType;
API声明:SCAN_CONSTRAINT_NONE = 0
差异内容:SCAN_CONSTRAINT_NONE = 0
NA api/@ohos.scan.d.ets
删除API 类名:ConstraintType;
API声明:SCAN_CONSTRAINT_RANGE = 1
差异内容:SCAN_CONSTRAINT_RANGE = 1
NA api/@ohos.scan.d.ets
删除API 类名:ConstraintType;
API声明:SCAN_CONSTRAINT_WORD_LIST = 2
差异内容:SCAN_CONSTRAINT_WORD_LIST = 2
NA api/@ohos.scan.d.ets
删除API 类名:ConstraintType;
API声明:SCAN_CONSTRAINT_STRING_LIST = 3
差异内容:SCAN_CONSTRAINT_STRING_LIST = 3
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:enum PhysicalUnit
差异内容:enum PhysicalUnit
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_NONE = 0
差异内容:SCAN_UNIT_NONE = 0
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_PIXEL = 1
差异内容:SCAN_UNIT_PIXEL = 1
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_BIT = 2
差异内容:SCAN_UNIT_BIT = 2
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_MM = 3
差异内容:SCAN_UNIT_MM = 3
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_DPI = 4
差异内容:SCAN_UNIT_DPI = 4
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_PERCENT = 5
差异内容:SCAN_UNIT_PERCENT = 5
NA api/@ohos.scan.d.ets
删除API 类名:PhysicalUnit;
API声明:SCAN_UNIT_MICROSECOND = 6
差异内容:SCAN_UNIT_MICROSECOND = 6
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:enum OptionValueType
差异内容:enum OptionValueType
NA api/@ohos.scan.d.ets
删除API 类名:OptionValueType;
API声明:SCAN_TYPE_BOOL = 0
差异内容:SCAN_TYPE_BOOL = 0
NA api/@ohos.scan.d.ets
删除API 类名:OptionValueType;
API声明:SCAN_TYPE_INT = 1
差异内容:SCAN_TYPE_INT = 1
NA api/@ohos.scan.d.ets
删除API 类名:OptionValueType;
API声明:SCAN_TYPE_FIXED = 2
差异内容:SCAN_TYPE_FIXED = 2
NA api/@ohos.scan.d.ets
删除API 类名:OptionValueType;
API声明:SCAN_TYPE_STRING = 3
差异内容:SCAN_TYPE_STRING = 3
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:enum ScannerSyncMode
差异内容:enum ScannerSyncMode
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncMode;
API声明:UPDATE_STR = 'update'
差异内容:UPDATE_STR = 'update'
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncMode;
API声明:DELETE_STR = 'delete'
差异内容:DELETE_STR = 'delete'
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:enum ScannerDiscoveryMode
差异内容:enum ScannerDiscoveryMode
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDiscoveryMode;
API声明:TCP_STR = 'TCP'
差异内容:TCP_STR = 'TCP'
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDiscoveryMode;
API声明:USB_STR = 'USB'
差异内容:USB_STR = 'USB'
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:interface Range
差异内容:interface Range
NA api/@ohos.scan.d.ets
删除API 类名:Range;
API声明:minValue: number;
差异内容:minValue: number;
NA api/@ohos.scan.d.ets
删除API 类名:Range;
API声明:maxValue: number;
差异内容:maxValue: number;
NA api/@ohos.scan.d.ets
删除API 类名:Range;
API声明:quantValue: number;
差异内容:quantValue: number;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:interface ScannerParameter
差异内容:interface ScannerParameter
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionName: string;
差异内容:optionName: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionIndex: number;
差异内容:optionIndex: number;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionTitle: string;
差异内容:optionTitle: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionDesc: string;
差异内容:optionDesc: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionType: OptionValueType;
差异内容:optionType: OptionValueType;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionUnit: PhysicalUnit;
差异内容:optionUnit: PhysicalUnit;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionConstraintType: ConstraintType;
差异内容:optionConstraintType: ConstraintType;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionConstraintString?: string[];
差异内容:optionConstraintString?: string[];
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionConstraintInt?: number[];
差异内容:optionConstraintInt?: number[];
NA api/@ohos.scan.d.ets
删除API 类名:ScannerParameter;
API声明:optionConstraintRange?: Range;
差异内容:optionConstraintRange?: Range;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:interface ScannerOptionValue
差异内容:interface ScannerOptionValue
NA api/@ohos.scan.d.ets
删除API 类名:ScannerOptionValue;
API声明:valueType: OptionValueType;
差异内容:valueType: OptionValueType;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerOptionValue;
API声明:numValue?: number;
差异内容:numValue?: number;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerOptionValue;
API声明:strValue?: string;
差异内容:strValue?: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerOptionValue;
API声明:boolValue?: boolean;
差异内容:boolValue?: boolean;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:interface PictureScanProgress
差异内容:interface PictureScanProgress
NA api/@ohos.scan.d.ets
删除API 类名:PictureScanProgress;
API声明:progress: number;
差异内容:progress: number;
NA api/@ohos.scan.d.ets
删除API 类名:PictureScanProgress;
API声明:pictureFd: number;
差异内容:pictureFd: number;
NA api/@ohos.scan.d.ets
删除API 类名:PictureScanProgress;
API声明:isFinal: boolean;
差异内容:isFinal: boolean;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:interface ScannerDevice
差异内容:interface ScannerDevice
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDevice;
API声明:scannerId: string;
差异内容:scannerId: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDevice;
API声明:discoveryMode: ScannerDiscoveryMode;
差异内容:discoveryMode: ScannerDiscoveryMode;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDevice;
API声明:uniqueId: string;
差异内容:uniqueId: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDevice;
API声明:manufacturer: string;
差异内容:manufacturer: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDevice;
API声明:model: string;
差异内容:model: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerDevice;
API声明:deviceName: string;
差异内容:deviceName: string;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:interface ScannerSyncDevice
差异内容:interface ScannerSyncDevice
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncDevice;
API声明:scannerId: string;
差异内容:scannerId: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncDevice;
API声明:discoveryMode: ScannerDiscoveryMode;
差异内容:discoveryMode: ScannerDiscoveryMode;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncDevice;
API声明:uniqueId: string;
差异内容:uniqueId: string;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncDevice;
API声明:syncMode: ScannerSyncMode;
差异内容:syncMode: ScannerSyncMode;
NA api/@ohos.scan.d.ets
删除API 类名:ScannerSyncDevice;
API声明:oldScannerId?: string;
差异内容:oldScannerId?: string;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function init(): Promise<void>;
差异内容:function init(): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function exit(): Promise<void>;
差异内容:function exit(): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function startScannerDiscovery(): Promise<void>;
差异内容:function startScannerDiscovery(): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function openScanner(scannerId: string): Promise<void>;
差异内容:function openScanner(scannerId: string): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function closeScanner(scannerId: string): Promise<void>;
差异内容:function closeScanner(scannerId: string): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function getScannerParameter(scannerId: string): Promise<ScannerParameter[]>;
差异内容:function getScannerParameter(scannerId: string): Promise<ScannerParameter[]>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function setScannerParameter(scannerId: string, optionIndex: number, value: ScannerOptionValue): Promise<void>;
差异内容:function setScannerParameter(scannerId: string, optionIndex: number, value: ScannerOptionValue): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function setScanAutoOption(scannerId: string, optionIndex: number): Promise<void>;
差异内容:function setScanAutoOption(scannerId: string, optionIndex: number): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function getScannerCurrentSetting(scannerId: string, optionIndex: number): Promise<ScannerOptionValue>;
差异内容:function getScannerCurrentSetting(scannerId: string, optionIndex: number): Promise<ScannerOptionValue>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function startScan(scannerId: string, batchMode: boolean): Promise<void>;
差异内容:function startScan(scannerId: string, batchMode: boolean): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function cancelScan(scannerId: string): Promise<void>;
差异内容:function cancelScan(scannerId: string): Promise<void>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function getPictureScanProgress(scannerId: string): Promise<PictureScanProgress>;
差异内容:function getPictureScanProgress(scannerId: string): Promise<PictureScanProgress>;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function on(type: 'scanDeviceFound', callback: Callback<ScannerDevice>): void;
差异内容:function on(type: 'scanDeviceFound', callback: Callback<ScannerDevice>): void;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function off(type: 'scanDeviceFound', callback?: Callback<ScannerDevice>): void;
差异内容:function off(type: 'scanDeviceFound', callback?: Callback<ScannerDevice>): void;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function on(type: 'scanDeviceSync', callback: Callback<ScannerSyncDevice>): void;
差异内容:function on(type: 'scanDeviceSync', callback: Callback<ScannerSyncDevice>): void;
NA api/@ohos.scan.d.ets
删除API 类名:scan;
API声明:function off(type: 'scanDeviceSync', callback?: Callback<ScannerSyncDevice>): void;
差异内容:function off(type: 'scanDeviceSync', callback?: Callback<ScannerSyncDevice>): void;
NA api/@ohos.scan.d.ets
删除API 类名:global;
API声明:declare namespace serialManager
差异内容:declare namespace serialManager
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function getPortList(): Readonly<SerialPort>[];
差异内容:function getPortList(): Readonly<SerialPort>[];
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function hasSerialRight(portId: number): boolean;
差异内容:function hasSerialRight(portId: number): boolean;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function requestSerialRight(portId: number): Promise<boolean>;
差异内容:function requestSerialRight(portId: number): Promise<boolean>;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function cancelSerialRight(portId: number): void;
差异内容:function cancelSerialRight(portId: number): void;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function open(portId: number): void;
差异内容:function open(portId: number): void;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function close(portId: number): void;
差异内容:function close(portId: number): void;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function getAttribute(portId: number): Readonly<SerialAttribute>;
差异内容:function getAttribute(portId: number): Readonly<SerialAttribute>;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function setAttribute(portId: number, attribute: SerialAttribute): void;
差异内容:function setAttribute(portId: number, attribute: SerialAttribute): void;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function read(portId: number, buffer: Uint8Array, timeout?: number): Promise<number>;
差异内容:function read(portId: number, buffer: Uint8Array, timeout?: number): Promise<number>;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function readSync(portId: number, buffer: Uint8Array, timeout?: number): number;
差异内容:function readSync(portId: number, buffer: Uint8Array, timeout?: number): number;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function write(portId: number, buffer: Uint8Array, timeout?: number): Promise<number>;
差异内容:function write(portId: number, buffer: Uint8Array, timeout?: number): Promise<number>;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:function writeSync(portId: number, buffer: Uint8Array, timeout?: number): number;
差异内容:function writeSync(portId: number, buffer: Uint8Array, timeout?: number): number;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:interface SerialPort
差异内容:interface SerialPort
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:SerialPort;
API声明:portId: number;
差异内容:portId: number;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:SerialPort;
API声明:deviceName: string;
差异内容:deviceName: string;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:interface SerialAttribute
差异内容:interface SerialAttribute
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:SerialAttribute;
API声明:baudRate: BaudRates;
差异内容:baudRate: BaudRates;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:SerialAttribute;
API声明:dataBits?: DataBits;
差异内容:dataBits?: DataBits;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:SerialAttribute;
API声明:parity?: Parity;
差异内容:parity?: Parity;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:SerialAttribute;
API声明:stopBits?: StopBits;
差异内容:stopBits?: StopBits;
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:enum BaudRates
差异内容:enum BaudRates
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_50 = 50
差异内容:BAUDRATE_50 = 50
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_75 = 75
差异内容:BAUDRATE_75 = 75
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_110 = 110
差异内容:BAUDRATE_110 = 110
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_134 = 134
差异内容:BAUDRATE_134 = 134
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_150 = 150
差异内容:BAUDRATE_150 = 150
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_200 = 200
差异内容:BAUDRATE_200 = 200
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_300 = 300
差异内容:BAUDRATE_300 = 300
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_600 = 600
差异内容:BAUDRATE_600 = 600
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_1200 = 1200
差异内容:BAUDRATE_1200 = 1200
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_1800 = 1800
差异内容:BAUDRATE_1800 = 1800
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_2400 = 2400
差异内容:BAUDRATE_2400 = 2400
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_4800 = 4800
差异内容:BAUDRATE_4800 = 4800
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_9600 = 9600
差异内容:BAUDRATE_9600 = 9600
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_19200 = 19200
差异内容:BAUDRATE_19200 = 19200
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_38400 = 38400
差异内容:BAUDRATE_38400 = 38400
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_57600 = 57600
差异内容:BAUDRATE_57600 = 57600
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_115200 = 115200
差异内容:BAUDRATE_115200 = 115200
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_230400 = 230400
差异内容:BAUDRATE_230400 = 230400
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_460800 = 460800
差异内容:BAUDRATE_460800 = 460800
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_500000 = 500000
差异内容:BAUDRATE_500000 = 500000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_576000 = 576000
差异内容:BAUDRATE_576000 = 576000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_921600 = 921600
差异内容:BAUDRATE_921600 = 921600
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_1000000 = 1000000
差异内容:BAUDRATE_1000000 = 1000000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_1152000 = 1152000
差异内容:BAUDRATE_1152000 = 1152000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_1500000 = 1500000
差异内容:BAUDRATE_1500000 = 1500000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_2000000 = 2000000
差异内容:BAUDRATE_2000000 = 2000000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_2500000 = 2500000
差异内容:BAUDRATE_2500000 = 2500000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_3000000 = 3000000
差异内容:BAUDRATE_3000000 = 3000000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_3500000 = 3500000
差异内容:BAUDRATE_3500000 = 3500000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:BaudRates;
API声明:BAUDRATE_4000000 = 4000000
差异内容:BAUDRATE_4000000 = 4000000
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:enum DataBits
差异内容:enum DataBits
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:DataBits;
API声明:DATABIT_8 = 8
差异内容:DATABIT_8 = 8
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:DataBits;
API声明:DATABIT_7 = 7
差异内容:DATABIT_7 = 7
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:DataBits;
API声明:DATABIT_6 = 6
差异内容:DATABIT_6 = 6
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:DataBits;
API声明:DATABIT_5 = 5
差异内容:DATABIT_5 = 5
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:enum Parity
差异内容:enum Parity
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:Parity;
API声明:PARITY_NONE = 0
差异内容:PARITY_NONE = 0
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:Parity;
API声明:PARITY_ODD = 1
差异内容:PARITY_ODD = 1
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:Parity;
API声明:PARITY_EVEN = 2
差异内容:PARITY_EVEN = 2
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:Parity;
API声明:PARITY_MARK = 3
差异内容:PARITY_MARK = 3
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:Parity;
API声明:PARITY_SPACE = 4
差异内容:PARITY_SPACE = 4
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:serialManager;
API声明:enum StopBits
差异内容:enum StopBits
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:StopBits;
API声明:STOPBIT_1 = 0
差异内容:STOPBIT_1 = 0
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:StopBits;
API声明:STOPBIT_2 = 1
差异内容:STOPBIT_2 = 1
NA api/@ohos.usbManager.serial.d.ts
删除API 类名:DomainAccountInfo;
API声明:serverConfigId?: string;
差异内容:serverConfigId?: string;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:osAccount;
API声明:class DomainAccountManager
差异内容:class DomainAccountManager
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainAccountManager;
API声明:static updateAccountInfo(oldAccountInfo: DomainAccountInfo, newAccountInfo: DomainAccountInfo): Promise<void>;
差异内容:static updateAccountInfo(oldAccountInfo: DomainAccountInfo, newAccountInfo: DomainAccountInfo): Promise<void>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:osAccount;
API声明:interface DomainServerConfig
差异内容:interface DomainServerConfig
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfig;
API声明:parameters: Record<string, Object>;
差异内容:parameters: Record<string, Object>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfig;
API声明:id: string;
差异内容:id: string;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfig;
API声明:domain: string;
差异内容:domain: string;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:osAccount;
API声明:class DomainServerConfigManager
差异内容:class DomainServerConfigManager
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfigManager;
API声明:static addServerConfig(parameters: Record<string, Object>): Promise<DomainServerConfig>;
差异内容:static addServerConfig(parameters: Record<string, Object>): Promise<DomainServerConfig>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfigManager;
API声明:static removeServerConfig(configId: string): Promise<void>;
差异内容:static removeServerConfig(configId: string): Promise<void>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfigManager;
API声明:static updateServerConfig(configId: string, parameters: Record<string, Object>): Promise<DomainServerConfig>;
差异内容:static updateServerConfig(configId: string, parameters: Record<string, Object>): Promise<DomainServerConfig>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfigManager;
API声明:static getServerConfig(configId: string): Promise<DomainServerConfig>;
差异内容:static getServerConfig(configId: string): Promise<DomainServerConfig>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfigManager;
API声明:static getAllServerConfigs(): Promise<Array<DomainServerConfig>>;
差异内容:static getAllServerConfigs(): Promise<Array<DomainServerConfig>>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:DomainServerConfigManager;
API声明:static getAccountServerConfig(domainAccountInfo: DomainAccountInfo): Promise<DomainServerConfig>;
差异内容:static getAccountServerConfig(domainAccountInfo: DomainAccountInfo): Promise<DomainServerConfig>;
NA api/@ohos.account.osAccount.d.ts
删除API 类名:commonEventManager;
API声明:function subscribeToEvent(subscriber: CommonEventSubscriber, callback: Callback<CommonEventData>): Promise<void>;
差异内容:function subscribeToEvent(subscriber: CommonEventSubscriber, callback: Callback<CommonEventData>): Promise<void>;
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_CHANGE = "usual.event.bluetooth.handsfree.ag.CONNECT_STATE_CHANGE"
差异内容:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_CHANGE = "usual.event.bluetooth.handsfree.ag.CONNECT_STATE_CHANGE"
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_CHANGE = "usual.event.bluetooth.a2dpsource.CONNECT_STATE_CHANGE"
差异内容:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_CHANGE = "usual.event.bluetooth.a2dpsource.CONNECT_STATE_CHANGE"
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_CHANGE = "usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_CHANGE"
差异内容:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_CHANGE = "usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_CHANGE"
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_CHANGE = "usual.event.bluetooth.a2dpsource.CODEC_VALUE_CHANGE"
差异内容:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_CHANGE = "usual.event.bluetooth.a2dpsource.CODEC_VALUE_CHANGE"
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_STATE_CHANGE = "usual.event.bluetooth.remotedevice.ACL_STATE_CHANGE"
差异内容:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_STATE_CHANGE = "usual.event.bluetooth.remotedevice.ACL_STATE_CHANGE"
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE_CHANGE = "usual.event.bluetooth.remotedevice.PAIR_STATE_CHANGE"
差异内容:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE_CHANGE = "usual.event.bluetooth.remotedevice.PAIR_STATE_CHANGE"
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_KIOSK_MODE_ON = 'usual.event.KIOSK_MODE_ON'
差异内容:COMMON_EVENT_KIOSK_MODE_ON = 'usual.event.KIOSK_MODE_ON'
NA api/@ohos.commonEventManager.d.ts
删除API 类名:Support;
API声明:COMMON_EVENT_KIOSK_MODE_OFF = 'usual.event.KIOSK_MODE_OFF'
差异内容:COMMON_EVENT_KIOSK_MODE_OFF = 'usual.event.KIOSK_MODE_OFF'
NA api/@ohos.commonEventManager.d.ts
删除API 类名:deviceInfo;
API声明:enum DeviceTypes
差异内容:enum DeviceTypes
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_DEFAULT = 'default'
差异内容:TYPE_DEFAULT = 'default'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_PHONE = 'phone'
差异内容:TYPE_PHONE = 'phone'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_TABLET = 'tablet'
差异内容:TYPE_TABLET = 'tablet'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_2IN1 = '2in1'
差异内容:TYPE_2IN1 = '2in1'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_TV = 'tv'
差异内容:TYPE_TV = 'tv'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_WEARABLE = 'wearable'
差异内容:TYPE_WEARABLE = 'wearable'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:DeviceTypes;
API声明:TYPE_CAR = 'car'
差异内容:TYPE_CAR = 'car'
NA api/@ohos.deviceInfo.d.ts
删除API 类名:deviceInfo;
API声明:export enum PerformanceClassLevel
差异内容:export enum PerformanceClassLevel
NA api/@ohos.deviceInfo.d.ts
删除API 类名:PerformanceClassLevel;
API声明:CLASS_LEVEL_HIGH
差异内容:CLASS_LEVEL_HIGH
NA api/@ohos.deviceInfo.d.ts
删除API 类名:PerformanceClassLevel;
API声明:CLASS_LEVEL_MEDIUM
差异内容:CLASS_LEVEL_MEDIUM
NA api/@ohos.deviceInfo.d.ts
删除API 类名:PerformanceClassLevel;
API声明:CLASS_LEVEL_LOW
差异内容:CLASS_LEVEL_LOW
NA api/@ohos.deviceInfo.d.ts
删除API 类名:deviceInfo;
API声明:const performanceClass: PerformanceClassLevel;
差异内容:const performanceClass: PerformanceClassLevel;
NA api/@ohos.deviceInfo.d.ts
删除API 类名:SystemPasteboard;
API声明:getChangeCount(): number;
差异内容:getChangeCount(): number;
NA api/@ohos.pasteboard.d.ts
删除API 类名:DevicePowerMode;
API声明:MODE_CUSTOM_POWER_SAVE = 650
差异内容:MODE_CUSTOM_POWER_SAVE = 650
NA api/@ohos.power.d.ts
删除API 类名:PrintJobSubState;
API声明:PRINT_JOB_BLOCK_DRIVER_EXCEPTION = 17
差异内容:PRINT_JOB_BLOCK_DRIVER_EXCEPTION = 17
NA api/@ohos.print.d.ts
删除API 类名:PrintJobSubState;
API声明:PRINT_JOB_BLOCK_FILE_UPLOADING_ERROR = 30
差异内容:PRINT_JOB_BLOCK_FILE_UPLOADING_ERROR = 30
NA api/@ohos.print.d.ts
删除API 类名:PrintJobSubState;
API声明:PRINT_JOB_BLOCK_DRIVER_MISSING = 34
差异内容:PRINT_JOB_BLOCK_DRIVER_MISSING = 34
NA api/@ohos.print.d.ts
删除API 类名:PrintJobSubState;
API声明:PRINT_JOB_BLOCK_INTERRUPT = 35
差异内容:PRINT_JOB_BLOCK_INTERRUPT = 35
NA api/@ohos.print.d.ts
删除API 类名:PrintJobSubState;
API声明:PRINT_JOB_BLOCK_PRINTER_UNAVAILABLE = 98
差异内容:PRINT_JOB_BLOCK_PRINTER_UNAVAILABLE = 98
NA api/@ohos.print.d.ts
删除API 类名:PrintErrorCode;
API声明:E_PRINT_TOO_MANY_FILES = 13100010
差异内容:E_PRINT_TOO_MANY_FILES = 13100010
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function startDiscoverPrinter(extensionList: Array<string>, callback: AsyncCallback<void>): void;
差异内容:function startDiscoverPrinter(extensionList: Array<string>, callback: AsyncCallback<void>): void;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function startDiscoverPrinter(extensionList: Array<string>): Promise<void>;
差异内容:function startDiscoverPrinter(extensionList: Array<string>): Promise<void>;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function stopDiscoverPrinter(callback: AsyncCallback<void>): void;
差异内容:function stopDiscoverPrinter(callback: AsyncCallback<void>): void;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function stopDiscoverPrinter(): Promise<void>;
差异内容:function stopDiscoverPrinter(): Promise<void>;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function connectPrinter(printerId: string, callback: AsyncCallback<void>): void;
差异内容:function connectPrinter(printerId: string, callback: AsyncCallback<void>): void;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function connectPrinter(printerId: string): Promise<void>;
差异内容:function connectPrinter(printerId: string): Promise<void>;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function getAddedPrinters(): Promise<Array<string>>;
差异内容:function getAddedPrinters(): Promise<Array<string>>;
NA api/@ohos.print.d.ts
删除API 类名:PrinterInformation;
API声明:preferences?: PrinterPreferences;
差异内容:preferences?: PrinterPreferences;
NA api/@ohos.print.d.ts
删除API 类名:PrinterInformation;
API声明:alias?: string;
差异内容:alias?: string;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:interface PrinterPreferences
差异内容:interface PrinterPreferences
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:defaultDuplexMode?: PrintDuplexMode;
差异内容:defaultDuplexMode?: PrintDuplexMode;
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:defaultPrintQuality?: PrintQuality;
差异内容:defaultPrintQuality?: PrintQuality;
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:defaultMediaType?: string;
差异内容:defaultMediaType?: string;
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:defaultPageSizeId?: string;
差异内容:defaultPageSizeId?: string;
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:defaultOrientation?: PrintOrientationMode;
差异内容:defaultOrientation?: PrintOrientationMode;
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:borderless?: boolean;
差异内容:borderless?: boolean;
NA api/@ohos.print.d.ts
删除API 类名:PrinterPreferences;
API声明:options?: string;
差异内容:options?: string;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:enum PrinterEvent
差异内容:enum PrinterEvent
NA api/@ohos.print.d.ts
删除API 类名:PrinterEvent;
API声明:PRINTER_EVENT_ADDED = 0
差异内容:PRINTER_EVENT_ADDED = 0
NA api/@ohos.print.d.ts
删除API 类名:PrinterEvent;
API声明:PRINTER_EVENT_DELETED = 1
差异内容:PRINTER_EVENT_DELETED = 1
NA api/@ohos.print.d.ts
删除API 类名:PrinterEvent;
API声明:PRINTER_EVENT_STATE_CHANGED = 2
差异内容:PRINTER_EVENT_STATE_CHANGED = 2
NA api/@ohos.print.d.ts
删除API 类名:PrinterEvent;
API声明:PRINTER_EVENT_INFO_CHANGED = 3
差异内容:PRINTER_EVENT_INFO_CHANGED = 3
NA api/@ohos.print.d.ts
删除API 类名:PrinterEvent;
API声明:PRINTER_EVENT_PREFERENCE_CHANGED = 4
差异内容:PRINTER_EVENT_PREFERENCE_CHANGED = 4
NA api/@ohos.print.d.ts
删除API 类名:PrinterEvent;
API声明:PRINTER_EVENT_LAST_USED_PRINTER_CHANGED = 5
差异内容:PRINTER_EVENT_LAST_USED_PRINTER_CHANGED = 5
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:enum DefaultPrinterType
差异内容:enum DefaultPrinterType
NA api/@ohos.print.d.ts
删除API 类名:DefaultPrinterType;
API声明:DEFAULT_PRINTER_TYPE_SET_BY_USER = 0
差异内容:DEFAULT_PRINTER_TYPE_SET_BY_USER = 0
NA api/@ohos.print.d.ts
删除API 类名:DefaultPrinterType;
API声明:DEFAULT_PRINTER_TYPE_LAST_USED_PRINTER = 1
差异内容:DEFAULT_PRINTER_TYPE_LAST_USED_PRINTER = 1
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:type PrinterChangeCallback = (event: PrinterEvent, printerInformation: PrinterInformation) => void;
差异内容:type PrinterChangeCallback = (event: PrinterEvent, printerInformation: PrinterInformation) => void;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function on(type: 'printerChange', callback: PrinterChangeCallback): void;
差异内容:function on(type: 'printerChange', callback: PrinterChangeCallback): void;
NA api/@ohos.print.d.ts
删除API 类名:print;
API声明:function off(type: 'printerChange', callback?: PrinterChangeCallback): void;
差异内容:function off(type: 'printerChange', callback?: PrinterChangeCallback): void;
NA api/@ohos.print.d.ts
删除API 类名:FileSpec;
API声明:contentType?: string;
差异内容:contentType?: string;
NA api/@ohos.request.d.ts
删除API 类名:agent;
API声明:interface MinSpeed
差异内容:interface MinSpeed
NA api/@ohos.request.d.ts
删除API 类名:MinSpeed;
API声明:speed: number;
差异内容:speed: number;
NA api/@ohos.request.d.ts
删除API 类名:MinSpeed;
API声明:duration: number;
差异内容:duration: number;
NA api/@ohos.request.d.ts
删除API 类名:agent;
API声明:interface Timeout
差异内容:interface Timeout
NA api/@ohos.request.d.ts
删除API 类名:Timeout;
API声明:connectionTimeout?: number;
差异内容:connectionTimeout?: number;
NA api/@ohos.request.d.ts
删除API 类名:Timeout;
API声明:totalTimeout?: number;
差异内容:totalTimeout?: number;
NA api/@ohos.request.d.ts
删除API 类名:Config;
API声明:minSpeed?: MinSpeed;
差异内容:minSpeed?: MinSpeed;
NA api/@ohos.request.d.ts
删除API 类名:Config;
API声明:timeout?: Timeout;
差异内容:timeout?: Timeout;
NA api/@ohos.request.d.ts
删除API 类名:Faults;
API声明:LOW_SPEED = 0x90
差异内容:LOW_SPEED = 0x90
NA api/@ohos.request.d.ts
删除API 类名:agent;
API声明:enum WaitingReason
差异内容:enum WaitingReason
NA api/@ohos.request.d.ts
删除API 类名:WaitingReason;
API声明:TASK_QUEUE_FULL = 0x00
差异内容:TASK_QUEUE_FULL = 0x00
NA api/@ohos.request.d.ts
删除API 类名:WaitingReason;
API声明:NETWORK_NOT_MATCH = 0x01
差异内容:NETWORK_NOT_MATCH = 0x01
NA api/@ohos.request.d.ts
删除API 类名:WaitingReason;
API声明:APP_BACKGROUND = 0x02
差异内容:APP_BACKGROUND = 0x02
NA api/@ohos.request.d.ts
删除API 类名:WaitingReason;
API声明:USER_INACTIVATED = 0x03
差异内容:USER_INACTIVATED = 0x03
NA api/@ohos.request.d.ts
删除API 类名:Task;
API声明:on(event: 'faultOccur', callback: Callback<Faults>): void;
差异内容:on(event: 'faultOccur', callback: Callback<Faults>): void;
NA api/@ohos.request.d.ts
删除API 类名:Task;
API声明:off(event: 'faultOccur', callback?: Callback<Faults>): void;
差异内容:off(event: 'faultOccur', callback?: Callback<Faults>): void;
NA api/@ohos.request.d.ts
删除API 类名:Task;
API声明:on(event: 'wait', callback: Callback<WaitingReason>): void;
差异内容:on(event: 'wait', callback: Callback<WaitingReason>): void;
NA api/@ohos.request.d.ts
删除API 类名:Task;
API声明:off(event: 'wait', callback?: Callback<WaitingReason>): void;
差异内容:off(event: 'wait', callback?: Callback<WaitingReason>): void;
NA api/@ohos.request.d.ts
删除API 类名:Task;
API声明:setMaxSpeed(speed: number): Promise<void>;
差异内容:setMaxSpeed(speed: number): Promise<void>;
NA api/@ohos.request.d.ts
删除API 类名:settings;
API声明:function openNetworkManagerSettings(context: Context): Promise<boolean>;
差异内容:function openNetworkManagerSettings(context: Context): Promise<boolean>;
NA api/@ohos.settings.d.ts
删除API 类名:usbManager;
API声明:export enum UsbTransferFlags
差异内容:export enum UsbTransferFlags
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferFlags;
API声明:USB_TRANSFER_SHORT_NOT_OK = 0
差异内容:USB_TRANSFER_SHORT_NOT_OK = 0
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferFlags;
API声明:USB_TRANSFER_FREE_BUFFER = 1
差异内容:USB_TRANSFER_FREE_BUFFER = 1
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferFlags;
API声明:USB_TRANSFER_FREE_TRANSFER = 2
差异内容:USB_TRANSFER_FREE_TRANSFER = 2
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferFlags;
API声明:USB_TRANSFER_ADD_ZERO_PACKET = 3
差异内容:USB_TRANSFER_ADD_ZERO_PACKET = 3
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:export enum UsbTransferStatus
差异内容:export enum UsbTransferStatus
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_COMPLETED = 0
差异内容:TRANSFER_COMPLETED = 0
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_ERROR = 1
差异内容:TRANSFER_ERROR = 1
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_TIMED_OUT = 2
差异内容:TRANSFER_TIMED_OUT = 2
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_CANCELED = 3
差异内容:TRANSFER_CANCELED = 3
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_STALL = 4
差异内容:TRANSFER_STALL = 4
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_NO_DEVICE = 5
差异内容:TRANSFER_NO_DEVICE = 5
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbTransferStatus;
API声明:TRANSFER_OVERFLOW = 6
差异内容:TRANSFER_OVERFLOW = 6
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:export enum UsbEndpointTransferType
差异内容:export enum UsbEndpointTransferType
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbEndpointTransferType;
API声明:TRANSFER_TYPE_ISOCHRONOUS = 0x1
差异内容:TRANSFER_TYPE_ISOCHRONOUS = 0x1
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbEndpointTransferType;
API声明:TRANSFER_TYPE_BULK = 0x2
差异内容:TRANSFER_TYPE_BULK = 0x2
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbEndpointTransferType;
API声明:TRANSFER_TYPE_INTERRUPT = 0x3
差异内容:TRANSFER_TYPE_INTERRUPT = 0x3
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:interface UsbIsoPacketDescriptor
差异内容:interface UsbIsoPacketDescriptor
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbIsoPacketDescriptor;
API声明:length: number;
差异内容:length: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbIsoPacketDescriptor;
API声明:actualLength: number;
差异内容:actualLength: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbIsoPacketDescriptor;
API声明:status: UsbTransferStatus;
差异内容:status: UsbTransferStatus;
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:interface SubmitTransferCallback
差异内容:interface SubmitTransferCallback
NA api/@ohos.usbManager.d.ts
删除API 类名:SubmitTransferCallback;
API声明:actualLength: number;
差异内容:actualLength: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:SubmitTransferCallback;
API声明:status: UsbTransferStatus;
差异内容:status: UsbTransferStatus;
NA api/@ohos.usbManager.d.ts
删除API 类名:SubmitTransferCallback;
API声明:isoPacketDescs: Array<Readonly<UsbIsoPacketDescriptor>>;
差异内容:isoPacketDescs: Array<Readonly<UsbIsoPacketDescriptor>>;
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:interface UsbDataTransferParams
差异内容:interface UsbDataTransferParams
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:devPipe: USBDevicePipe;
差异内容:devPipe: USBDevicePipe;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:flags: UsbTransferFlags;
差异内容:flags: UsbTransferFlags;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:endpoint: number;
差异内容:endpoint: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:type: UsbEndpointTransferType;
差异内容:type: UsbEndpointTransferType;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:timeout: number;
差异内容:timeout: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:length: number;
差异内容:length: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:callback: AsyncCallback<SubmitTransferCallback>;
差异内容:callback: AsyncCallback<SubmitTransferCallback>;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:userData: Uint8Array;
差异内容:userData: Uint8Array;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:buffer: Uint8Array;
差异内容:buffer: Uint8Array;
NA api/@ohos.usbManager.d.ts
删除API 类名:UsbDataTransferParams;
API声明:isoPacketCount: number;
差异内容:isoPacketCount: number;
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:function usbSubmitTransfer(transfer: UsbDataTransferParams): void;
差异内容:function usbSubmitTransfer(transfer: UsbDataTransferParams): void;
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:function usbCancelTransfer(transfer: UsbDataTransferParams): void;
差异内容:function usbCancelTransfer(transfer: UsbDataTransferParams): void;
NA api/@ohos.usbManager.d.ts
删除API 类名:usbManager;
API声明:function resetUsbDevice(pipe: USBDevicePipe): boolean;
差异内容:function resetUsbDevice(pipe: USBDevicePipe): boolean;
NA api/@ohos.usbManager.d.ts
删除API 类名:zlib;
API声明:export enum ParallelStrategy
差异内容:export enum ParallelStrategy
NA api/@ohos.zlib.d.ts
删除API 类名:ParallelStrategy;
API声明:PARALLEL_STRATEGY_SEQUENTIAL = 0
差异内容:PARALLEL_STRATEGY_SEQUENTIAL = 0
NA api/@ohos.zlib.d.ts
删除API 类名:ParallelStrategy;
API声明:PARALLEL_STRATEGY_PARALLEL_DECOMPRESSION = 1
差异内容:PARALLEL_STRATEGY_PARALLEL_DECOMPRESSION = 1
NA api/@ohos.zlib.d.ts
删除API 类名:Options;
API声明:parallel?: ParallelStrategy;
差异内容:parallel?: ParallelStrategy;
NA api/@ohos.zlib.d.ts
起始版本有变化 类名:SystemPasteboard;
API声明:setAppShareOptions(shareOptions: ShareOption): void;
差异内容:14
类名:SystemPasteboard;
API声明:setAppShareOptions(shareOptions: ShareOption): void;
差异内容:12
api/@ohos.pasteboard.d.ts
起始版本有变化 类名:SystemPasteboard;
API声明:removeAppShareOptions(): void;
差异内容:14
类名:SystemPasteboard;
API声明:removeAppShareOptions(): void;
差异内容:12
api/@ohos.pasteboard.d.ts
删除kit 类名:global;
API声明:api@ohos.request.cacheDownload.d.ts
差异内容:BasicServicesKit
类名:global;
API声明:
差异内容:NA
api/@ohos.request.cacheDownload.d.ts
删除kit 类名:global;
API声明:api@ohos.scan.d.ets
差异内容:BasicServicesKit
类名:global;
API声明:
差异内容:NA
api/@ohos.scan.d.ets
删除kit 类名:global;
API声明:api@ohos.usbManager.serial.d.ts
差异内容:BasicServicesKit
类名:global;
API声明:
差异内容:NA
api/@ohos.usbManager.serial.d.ts
API从支持元服务到不支持元服务 类名:global;
API声明:declare namespace settings
差异内容:atomicservice
类名:global;
API声明:declare namespace settings
差异内容:NA
api/@ohos.settings.d.ts
arkts演进版本整改兼容变化 类名:global;
API声明:declare class PrintExtensionAbility
差异内容:NA
类名:global;
API声明:export default class PrintExtensionAbility
差异内容:NA
api/@ohos.app.ability.PrintExtensionAbility.d.ts