Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h82 uint32_t GetDiffFilesNum(const std::vector<struct FileNode> &fileList);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp277 diffNum = GetDiffFilesNum(fileList); in GetFileList()
349 uint32_t KeyBackup::GetDiffFilesNum(const std::vector<struct FileNode> &fileList) in GetDiffFilesNum() function in OHOS::StorageDaemon::KeyBackup