Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
Dhash.cpp33 …return (algorithmMaps.find(alg) != algorithmMaps.end()) ? algorithmMaps.at(alg) : HASH_ALGORITHM_T… in GetHashAlgorithm()
Dhash.h33 const std::map<std::string, HASH_ALGORITHM_TYPE> algorithmMaps = { variable