Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_file_hash_test.cpp68 auto [res, fileHash] = BackupFileHash::HashWithSHA256(filePath);
91 auto [res, fileHash] = BackupFileHash::HashWithSHA256(filePath);
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_filesystem/
H A Db_file_hash.h25 static std::tuple<int, std::string> HashWithSHA256(const std::string &fpath);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.h28 static std::tuple<int, std::string> HashWithSHA256(const std::string &fpath);
H A Dhash_file.cpp93 tuple<int, string> HashFile::HashWithSHA256(const string &fpath) in HashWithSHA256() function in OHOS::DistributedFS::HashFile
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp65 tuple<int, string> BackupFileHash::HashWithSHA256(const string &fpath) in HashWithSHA256() function in OHOS::FileManagement::Backup::BackupFileHash
H A Db_dir.cpp347 auto [res, fileHash] = BackupFileHash::HashWithSHA256(item); in GetUser0FileStat()
368 auto [res, fileHash] = BackupFileHash::HashWithSHA256(item); in GetUser0FileStat()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dhash.cpp101 tie(ret, res) = HashFile::HashWithSHA256(fpath); in Async()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp95 tie(ret, res) = DistributedFS::HashFile::HashWithSHA256(fpath); in Async()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp1777 auto [res, fileHash] = BackupFileHash::HashWithSHA256(path); in CompareFiles()