Searched refs:FunctionType (Results 1 – 5 of 5) sorted by relevance
94 function usbFunctionsToString(funcs: FunctionType): string;106 function setCurrentFunctions(funcs: FunctionType): Promise<boolean>;117 function getCurrentFunctions(): FunctionType;1065 export enum FunctionType { enum
121 function usbFunctionsToString(funcs: FunctionType): string;134 function setCurrentFunctions(funcs: FunctionType): Promise<void>;144 function getCurrentFunctions(): FunctionType;1007 export enum FunctionType { enum
296 FunctionType: { name: '方法', code: 9 }, property
220 return wrapApiDigestInfo(fun, className, apiName, ApiType.FunctionType, fun.getText(), ext);
212 } else if (type === ts.SyntaxKind.FunctionType) {