Home
last modified time | relevance | path

Searched refs:FaultType (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.faultLogger.d.ts31 enum FaultType { enum
67 …function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>>) : v…
78 function querySelfFaultLog(faultType: FaultType) : Promise<Array<FaultLogInfo>>;
90 function query(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>>) : void;
102 function query(faultType: FaultType) : Promise<Array<FaultLogInfo>>;
132 type: FaultType;