Searched refs:hashMap (Results 1 - 2 of 2) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | hash_utils.cpp | 69 std::map<int, std::vector<int8_t>> hashMap; in GetFileDigest() local 86 hashMap.emplace(num, dig); in GetFileDigest() 90 if (hashMap.empty()) { in GetFileDigest() 91 PrintErrorNumberMsg("VERIFY_ERROR", VERIFY_ERROR, "hashMap is empty."); in GetFileDigest() 96 for (const auto& hashMapItem : hashMap) { in GetFileDigest() 114 std::map<int, std::vector<int8_t>> hashMap; in GetDigestFromBytes() local 121 hashMap.emplace(num, dig); in GetDigestFromBytes() 125 if (hashMap.empty()) { in GetDigestFromBytes() 126 PrintErrorNumberMsg("VERIFY_ERROR", VERIFY_ERROR, "hashMap is empty."); in GetDigestFromBytes() 130 for (const auto& item : hashMap) { in GetDigestFromBytes() [all...] |
/developtools/packing_tool/adapter/ohos/ |
H A D | ScanStatSuffix.java | 383 private static void accountType(HashMap<String, List<FileInfo>> hashMap, File file, String key) { in accountType() argument 385 List<FileInfo> fileInfoList = hashMap.get(key); in accountType() 387 hashMap.put(key, fileInfoList); in accountType() 390 private static void accountTypeUnknown(HashMap<String, List<FileInfo>> hashMap, File file, String key) { in accountTypeUnknown() argument 394 hashMap.put(key, fileInfoList); in accountTypeUnknown()
|
Completed in 3 milliseconds