| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| 新增API | NA | 类名:global; API声明:declare namespace bytrace 差异内容:declare namespace bytrace | api/@ohos.bytrace.d.ts |
| 新增API | NA | 类名:bytrace; API声明:function startTrace(name: string, taskId: number, expectedTime?: number): void; 差异内容:function startTrace(name: string, taskId: number, expectedTime?: number): void; | api/@ohos.bytrace.d.ts |
| 新增API | NA | 类名:bytrace; API声明:function finishTrace(name: string, taskId: number): void; 差异内容:function finishTrace(name: string, taskId: number): void; | api/@ohos.bytrace.d.ts |
| 新增API | NA | 类名:bytrace; API声明:function traceByValue(name: string, count: number): void; 差异内容:function traceByValue(name: string, count: number): void; | api/@ohos.bytrace.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace FaultLogger 差异内容:declare namespace FaultLogger | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogger; API声明:enum FaultType 差异内容:enum FaultType | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultType; API声明:NO_SPECIFIC = 0 差异内容:NO_SPECIFIC = 0 | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultType; API声明:CPP_CRASH = 2 差异内容:CPP_CRASH = 2 | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultType; API声明:JS_CRASH = 3 差异内容:JS_CRASH = 3 | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultType; API声明:APP_FREEZE = 4 差异内容:APP_FREEZE = 4 | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogger; API声明:function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>>): void; 差异内容:function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>>): void; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogger; API声明:function querySelfFaultLog(faultType: FaultType): Promise<Array<FaultLogInfo>>; 差异内容:function querySelfFaultLog(faultType: FaultType): Promise<Array<FaultLogInfo>>; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogger; API声明:function query(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>>): void; 差异内容:function query(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>>): void; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogger; API声明:function query(faultType: FaultType): Promise<Array<FaultLogInfo>>; 差异内容:function query(faultType: FaultType): Promise<Array<FaultLogInfo>>; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogger; API声明:interface FaultLogInfo 差异内容:interface FaultLogInfo | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:pid: number; 差异内容:pid: number; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:uid: number; 差异内容:uid: number; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:type: FaultType; 差异内容:type: FaultType; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:timestamp: number; 差异内容:timestamp: number; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:reason: string; 差异内容:reason: string; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:module: string; 差异内容:module: string; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:summary: string; 差异内容:summary: string; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:FaultLogInfo; API声明:fullLog: string; 差异内容:fullLog: string; | api/@ohos.faultLogger.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hiAppEvent 差异内容:declare namespace hiAppEvent | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:enum EventType 差异内容:enum EventType | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:FAULT = 1 差异内容:FAULT = 1 | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:STATISTIC = 2 差异内容:STATISTIC = 2 | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:SECURITY = 3 差异内容:SECURITY = 3 | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:BEHAVIOR = 4 差异内容:BEHAVIOR = 4 | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:namespace Event 差异内容:namespace Event | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:Event; API声明:const USER_LOGIN: string; 差异内容:const USER_LOGIN: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:Event; API声明:const USER_LOGOUT: string; 差异内容:const USER_LOGOUT: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:Event; API声明:const DISTRIBUTED_SERVICE_START: string; 差异内容:const DISTRIBUTED_SERVICE_START: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:namespace Param 差异内容:namespace Param | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:Param; API声明:const USER_ID: string; 差异内容:const USER_ID: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:Param; API声明:const DISTRIBUTED_SERVICE_NAME: string; 差异内容:const DISTRIBUTED_SERVICE_NAME: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:Param; API声明:const DISTRIBUTED_SERVICE_INSTANCE_ID: string; 差异内容:const DISTRIBUTED_SERVICE_INSTANCE_ID: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function write(eventName: string, eventType: EventType, keyValues: object): Promise<void>; 差异内容:function write(eventName: string, eventType: EventType, keyValues: object): Promise<void>; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function write(eventName: string, eventType: EventType, keyValues: object, callback: AsyncCallback<void>): void; 差异内容:function write(eventName: string, eventType: EventType, keyValues: object, callback: AsyncCallback<void>): void; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function configure(config: ConfigOption): boolean; 差异内容:function configure(config: ConfigOption): boolean; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface ConfigOption 差异内容:interface ConfigOption | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:ConfigOption; API声明:disable?: boolean; 差异内容:disable?: boolean; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:ConfigOption; API声明:maxStorage?: string; 差异内容:maxStorage?: string; | api/@ohos.hiAppEvent.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hichecker 差异内容:declare namespace hichecker | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:const RULE_CAUTION_PRINT_LOG: 9223372036854775808n; 差异内容:const RULE_CAUTION_PRINT_LOG: 9223372036854775808n; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:const RULE_CAUTION_TRIGGER_CRASH: 4611686018427387904n; 差异内容:const RULE_CAUTION_TRIGGER_CRASH: 4611686018427387904n; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:const RULE_THREAD_CHECK_SLOW_PROCESS: 1n; 差异内容:const RULE_THREAD_CHECK_SLOW_PROCESS: 1n; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:const RULE_CHECK_ABILITY_CONNECTION_LEAK: 8589934592n; 差异内容:const RULE_CHECK_ABILITY_CONNECTION_LEAK: 8589934592n; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:const RULE_CHECK_ARKUI_PERFORMANCE: 17179869184n; 差异内容:const RULE_CHECK_ARKUI_PERFORMANCE: 17179869184n; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function addRule(rule: bigint): void; 差异内容:function addRule(rule: bigint): void; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function removeRule(rule: bigint): void; 差异内容:function removeRule(rule: bigint): void; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function getRule(): bigint; 差异内容:function getRule(): bigint; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function contains(rule: bigint): boolean; 差异内容:function contains(rule: bigint): boolean; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function addCheckRule(rule: bigint): void; 差异内容:function addCheckRule(rule: bigint): void; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function removeCheckRule(rule: bigint): void; 差异内容:function removeCheckRule(rule: bigint): void; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:hichecker; API声明:function containsCheckRule(rule: bigint): boolean; 差异内容:function containsCheckRule(rule: bigint): boolean; | api/@ohos.hichecker.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hidebug 差异内容:declare namespace hidebug | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getNativeHeapSize(): bigint; 差异内容:function getNativeHeapSize(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getNativeHeapAllocatedSize(): bigint; 差异内容:function getNativeHeapAllocatedSize(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getNativeHeapFreeSize(): bigint; 差异内容:function getNativeHeapFreeSize(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getVss(): bigint; 差异内容:function getVss(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getPss(): bigint; 差异内容:function getPss(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getSharedDirty(): bigint; 差异内容:function getSharedDirty(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getPrivateDirty(): bigint; 差异内容:function getPrivateDirty(): bigint; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getCpuUsage(): number; 差异内容:function getCpuUsage(): number; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function startProfiling(filename: string): void; 差异内容:function startProfiling(filename: string): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function stopProfiling(): void; 差异内容:function stopProfiling(): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function dumpHeapData(filename: string): void; 差异内容:function dumpHeapData(filename: string): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function startJsCpuProfiling(filename: string): void; 差异内容:function startJsCpuProfiling(filename: string): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function stopJsCpuProfiling(): void; 差异内容:function stopJsCpuProfiling(): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function dumpJsHeapData(filename: string): void; 差异内容:function dumpJsHeapData(filename: string): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:hidebug; API声明:function getServiceDump(serviceid: number, fd: number, args: Array<string>): void; 差异内容:function getServiceDump(serviceid: number, fd: number, args: Array<string>): void; | api/@ohos.hidebug.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hilog 差异内容:declare namespace hilog | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:function debug(domain: number, tag: string, format: string, ...args: any[]): void; 差异内容:function debug(domain: number, tag: string, format: string, ...args: any[]): void; | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:function info(domain: number, tag: string, format: string, ...args: any[]): void; 差异内容:function info(domain: number, tag: string, format: string, ...args: any[]): void; | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:function warn(domain: number, tag: string, format: string, ...args: any[]): void; 差异内容:function warn(domain: number, tag: string, format: string, ...args: any[]): void; | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:function error(domain: number, tag: string, format: string, ...args: any[]): void; 差异内容:function error(domain: number, tag: string, format: string, ...args: any[]): void; | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:function fatal(domain: number, tag: string, format: string, ...args: any[]): void; 差异内容:function fatal(domain: number, tag: string, format: string, ...args: any[]): void; | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:function isLoggable(domain: number, tag: string, level: LogLevel): boolean; 差异内容:function isLoggable(domain: number, tag: string, level: LogLevel): boolean; | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:hilog; API声明:enum LogLevel 差异内容:enum LogLevel | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:LogLevel; API声明:DEBUG = 3 差异内容:DEBUG = 3 | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:LogLevel; API声明:INFO = 4 差异内容:INFO = 4 | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:LogLevel; API声明:WARN = 5 差异内容:WARN = 5 | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:LogLevel; API声明:ERROR = 6 差异内容:ERROR = 6 | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:LogLevel; API声明:FATAL = 7 差异内容:FATAL = 7 | api/@ohos.hilog.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hiTraceChain 差异内容:declare namespace hiTraceChain | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:enum HiTraceFlag 差异内容:enum HiTraceFlag | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:INCLUDE_ASYNC = 1 差异内容:INCLUDE_ASYNC = 1 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:DONOT_CREATE_SPAN = 1 << 1 差异内容:DONOT_CREATE_SPAN = 1 << 1 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:TP_INFO = 1 << 2 差异内容:TP_INFO = 1 << 2 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:NO_BE_INFO = 1 << 3 差异内容:NO_BE_INFO = 1 << 3 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:DISABLE_LOG = 1 << 4 差异内容:DISABLE_LOG = 1 << 4 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:FAILURE_TRIGGER = 1 << 5 差异内容:FAILURE_TRIGGER = 1 << 5 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceFlag; API声明:D2D_TP_INFO = 1 << 6 差异内容:D2D_TP_INFO = 1 << 6 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:enum HiTraceTracepointType 差异内容:enum HiTraceTracepointType | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceTracepointType; API声明:CS = 0 差异内容:CS = 0 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceTracepointType; API声明:CR = 1 差异内容:CR = 1 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceTracepointType; API声明:SS = 2 差异内容:SS = 2 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceTracepointType; API声明:SR = 3 差异内容:SR = 3 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceTracepointType; API声明:GENERAL = 4 差异内容:GENERAL = 4 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:enum HiTraceCommunicationMode 差异内容:enum HiTraceCommunicationMode | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceCommunicationMode; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceCommunicationMode; API声明:THREAD = 1 差异内容:THREAD = 1 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceCommunicationMode; API声明:PROCESS = 2 差异内容:PROCESS = 2 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceCommunicationMode; API声明:DEVICE = 3 差异内容:DEVICE = 3 | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:interface HiTraceId 差异内容:interface HiTraceId | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceId; API声明:chainId: bigint; 差异内容:chainId: bigint; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceId; API声明:spanId?: number; 差异内容:spanId?: number; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceId; API声明:parentSpanId?: number; 差异内容:parentSpanId?: number; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:HiTraceId; API声明:flags?: number; 差异内容:flags?: number; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function begin(name: string, flags?: number): HiTraceId; 差异内容:function begin(name: string, flags?: number): HiTraceId; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function end(id: HiTraceId): void; 差异内容:function end(id: HiTraceId): void; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function getId(): HiTraceId; 差异内容:function getId(): HiTraceId; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function setId(id: HiTraceId): void; 差异内容:function setId(id: HiTraceId): void; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function clearId(): void; 差异内容:function clearId(): void; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function createSpan(): HiTraceId; 差异内容:function createSpan(): HiTraceId; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function tracepoint(mode: HiTraceCommunicationMode, type: HiTraceTracepointType, id: HiTraceId, msg?: string): void; 差异内容:function tracepoint(mode: HiTraceCommunicationMode, type: HiTraceTracepointType, id: HiTraceId, msg?: string): void; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function isValid(id: HiTraceId): boolean; 差异内容:function isValid(id: HiTraceId): boolean; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function isFlagEnabled(id: HiTraceId, flag: HiTraceFlag): boolean; 差异内容:function isFlagEnabled(id: HiTraceId, flag: HiTraceFlag): boolean; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:hiTraceChain; API声明:function enableFlag(id: HiTraceId, flag: HiTraceFlag): void; 差异内容:function enableFlag(id: HiTraceId, flag: HiTraceFlag): void; | api/@ohos.hiTraceChain.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hiTraceMeter 差异内容:declare namespace hiTraceMeter | api/@ohos.hiTraceMeter.d.ts |
| 新增API | NA | 类名:hiTraceMeter; API声明:function startTrace(name: string, taskId: number): void; 差异内容:function startTrace(name: string, taskId: number): void; | api/@ohos.hiTraceMeter.d.ts |
| 新增API | NA | 类名:hiTraceMeter; API声明:function finishTrace(name: string, taskId: number): void; 差异内容:function finishTrace(name: string, taskId: number): void; | api/@ohos.hiTraceMeter.d.ts |
| 新增API | NA | 类名:hiTraceMeter; API声明:function traceByValue(name: string, count: number): void; 差异内容:function traceByValue(name: string, count: number): void; | api/@ohos.hiTraceMeter.d.ts |
| 新增API | NA | 类名:global; API声明:declare namespace hiAppEvent 差异内容:declare namespace hiAppEvent | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:enum EventType 差异内容:enum EventType | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:FAULT = 1 差异内容:FAULT = 1 | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:STATISTIC = 2 差异内容:STATISTIC = 2 | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:SECURITY = 3 差异内容:SECURITY = 3 | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:EventType; API声明:BEHAVIOR = 4 差异内容:BEHAVIOR = 4 | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:namespace domain 差异内容:namespace domain | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:domain; API声明:const OS: string; 差异内容:const OS: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:namespace event 差异内容:namespace event | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:event; API声明:const USER_LOGIN: string; 差异内容:const USER_LOGIN: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:event; API声明:const USER_LOGOUT: string; 差异内容:const USER_LOGOUT: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:event; API声明:const DISTRIBUTED_SERVICE_START: string; 差异内容:const DISTRIBUTED_SERVICE_START: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:event; API声明:const APP_CRASH: string; 差异内容:const APP_CRASH: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:event; API声明:const APP_FREEZE: string; 差异内容:const APP_FREEZE: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:namespace param 差异内容:namespace param | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:param; API声明:const USER_ID: string; 差异内容:const USER_ID: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:param; API声明:const DISTRIBUTED_SERVICE_NAME: string; 差异内容:const DISTRIBUTED_SERVICE_NAME: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:param; API声明:const DISTRIBUTED_SERVICE_INSTANCE_ID: string; 差异内容:const DISTRIBUTED_SERVICE_INSTANCE_ID: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function configure(config: ConfigOption): void; 差异内容:function configure(config: ConfigOption): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface ConfigOption 差异内容:interface ConfigOption | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:ConfigOption; API声明:disable?: boolean; 差异内容:disable?: boolean; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:ConfigOption; API声明:maxStorage?: string; 差异内容:maxStorage?: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface AppEventInfo 差异内容:interface AppEventInfo | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventInfo; API声明:domain: string; 差异内容:domain: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventInfo; API声明:name: string; 差异内容:name: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventInfo; API声明:eventType: EventType; 差异内容:eventType: EventType; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventInfo; API声明:params: object; 差异内容:params: object; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function write(info: AppEventInfo): Promise<void>; 差异内容:function write(info: AppEventInfo): Promise<void>; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function write(info: AppEventInfo, callback: AsyncCallback<void>): void; 差异内容:function write(info: AppEventInfo, callback: AsyncCallback<void>): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface AppEventPackage 差异内容:interface AppEventPackage | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventPackage; API声明:packageId: number; 差异内容:packageId: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventPackage; API声明:row: number; 差异内容:row: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventPackage; API声明:size: number; 差异内容:size: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventPackage; API声明:data: string[]; 差异内容:data: string[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:class AppEventPackageHolder 差异内容:class AppEventPackageHolder | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventPackageHolder; API声明:setSize(size: number): void; 差异内容:setSize(size: number): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventPackageHolder; API声明:takeNext(): AppEventPackage; 差异内容:takeNext(): AppEventPackage; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface TriggerCondition 差异内容:interface TriggerCondition | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:TriggerCondition; API声明:row?: number; 差异内容:row?: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:TriggerCondition; API声明:size?: number; 差异内容:size?: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:TriggerCondition; API声明:timeOut?: number; 差异内容:timeOut?: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface AppEventFilter 差异内容:interface AppEventFilter | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventFilter; API声明:domain: string; 差异内容:domain: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventFilter; API声明:eventTypes?: EventType[]; 差异内容:eventTypes?: EventType[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventFilter; API声明:names?: string[]; 差异内容:names?: string[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface AppEventGroup 差异内容:interface AppEventGroup | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventGroup; API声明:name: string; 差异内容:name: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventGroup; API声明:appEventInfos: Array<AppEventInfo>; 差异内容:appEventInfos: Array<AppEventInfo>; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface Watcher 差异内容:interface Watcher | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Watcher; API声明:name: string; 差异内容:name: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Watcher; API声明:triggerCondition?: TriggerCondition; 差异内容:triggerCondition?: TriggerCondition; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Watcher; API声明:appEventFilters?: AppEventFilter[]; 差异内容:appEventFilters?: AppEventFilter[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Watcher; API声明:onTrigger?: (curRow: number, curSize: number, holder: AppEventPackageHolder) => void; 差异内容:onTrigger?: (curRow: number, curSize: number, holder: AppEventPackageHolder) => void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Watcher; API声明:onReceive?: (domain: string, appEventGroups: Array<AppEventGroup>) => void; 差异内容:onReceive?: (domain: string, appEventGroups: Array<AppEventGroup>) => void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function addWatcher(watcher: Watcher): AppEventPackageHolder; 差异内容:function addWatcher(watcher: Watcher): AppEventPackageHolder; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function removeWatcher(watcher: Watcher): void; 差异内容:function removeWatcher(watcher: Watcher): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function clearData(): void; 差异内容:function clearData(): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function setUserId(name: string, value: string): void; 差异内容:function setUserId(name: string, value: string): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function getUserId(name: string): string; 差异内容:function getUserId(name: string): string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function setUserProperty(name: string, value: string): void; 差异内容:function setUserProperty(name: string, value: string): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function getUserProperty(name: string): string; 差异内容:function getUserProperty(name: string): string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface AppEventReportConfig 差异内容:interface AppEventReportConfig | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventReportConfig; API声明:domain?: string; 差异内容:domain?: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventReportConfig; API声明:name?: string; 差异内容:name?: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:AppEventReportConfig; API声明:isRealTime?: boolean; 差异内容:isRealTime?: boolean; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:interface Processor 差异内容:interface Processor | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:name: string; 差异内容:name: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:debugMode?: boolean; 差异内容:debugMode?: boolean; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:routeInfo?: string; 差异内容:routeInfo?: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:appId?: string; 差异内容:appId?: string; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:onStartReport?: boolean; 差异内容:onStartReport?: boolean; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:onBackgroundReport?: boolean; 差异内容:onBackgroundReport?: boolean; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:periodReport?: number; 差异内容:periodReport?: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:batchReport?: number; 差异内容:batchReport?: number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:userIds?: string[]; 差异内容:userIds?: string[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:userProperties?: string[]; 差异内容:userProperties?: string[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:Processor; API声明:eventConfigs?: AppEventReportConfig[]; 差异内容:eventConfigs?: AppEventReportConfig[]; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function addProcessor(processor: Processor): number; 差异内容:function addProcessor(processor: Processor): number; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增API | NA | 类名:hiAppEvent; API声明:function removeProcessor(id: number): void; 差异内容:function removeProcessor(id: number): void; | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.bytrace.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.bytrace.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.faultLogger.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.faultLogger.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hiAppEvent.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hiAppEvent.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hichecker.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hichecker.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hidebug.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hidebug.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hilog.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hilog.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hiTraceChain.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hiTraceChain.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hiTraceMeter.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hiTraceMeter.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:api@ohos.hiviewdfx.hiAppEvent.d.ts 差异内容:PerformanceAnalysisKit | api/@ohos.hiviewdfx.hiAppEvent.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:kits@kit.PerformanceAnalysisKit.d.ts 差异内容:PerformanceAnalysisKit | kits/@kit.PerformanceAnalysisKit.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-ArkWeb
openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit