Searched defs:hash (Results 1 – 2 of 2) sorted by relevance
| /interface/sdk-js/api/ |
| D | @ohos.file.hash.d.ts | 22 declare namespace hash { namespace 35 function hash(path: string, algorithm: string): Promise<string>; function
|
| /interface/sdk-js/build-tools/collect_application_api/src/ |
| D | collectApi.js | 120 function processDeclarationSourceFile(packageName, api, exportApi, returnDeclarationArr, hash) { argument 185 function collectInterfaceDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash,… argument 192 function collectClassDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, api… argument 199 function collectEnumDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiI… argument 206 function collectModuleDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, ap… argument 214 hash, apiInfo, currentTypeList) { argument 409 hash, currentClassFunSet, childNode) { argument 492 function addApi(packageName, className, methodName, methodText, apiInfo, apiType, api, hash) { argument
|