Searched refs:ReportFileInfo (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | ext_extension.h | 41 using CompareFilesResult = tuple<map<string, struct ReportFileInfo>, 42 map<string, struct ReportFileInfo>, 43 map<string, struct ReportFileInfo>>; 177 int DoIncrementalBackup(const std::vector<struct ReportFileInfo> &allFiles, 178 const std::vector<struct ReportFileInfo> &smallFiles, 179 const std::vector<struct ReportFileInfo> &bigFiles); 183 vector<struct ReportFileInfo> &allFiles, 184 vector<struct ReportFileInfo> &smallFiles, 185 vector<struct ReportFileInfo> &bigFiles); 190 ErrCode IncrementalBigFileReady(TarMap &pkgInfo, const vector<struct ReportFileInfo> &bigInfos, [all …]
|
H A D | untar_file.h | 46 const std::unordered_map<std::string, struct ReportFileInfo> &includes); 202 std::unordered_map<std::string, struct ReportFileInfo> includes_;
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_report_entity.cpp | 80 static ErrCode ParseReportInfo(struct ReportFileInfo &fileStat, in ParseReportInfo() 136 unordered_map<string, struct ReportFileInfo> &infos) in DealLine() 156 struct ReportFileInfo fileState; in DealLine() 166 static struct ReportFileInfo StorageDealLine(unordered_map<string, int> &keys, int &num, const stri… in StorageDealLine() 186 struct ReportFileInfo fileState; in StorageDealLine() 197 unordered_map<string, struct ReportFileInfo> BReportEntity::GetReportInfos() const in GetReportInfos() 199 unordered_map<string, struct ReportFileInfo> infos {}; in GetReportInfos() 226 bool BReportEntity::GetStorageReportInfos(struct ReportFileInfo &fileStat) in GetStorageReportInfos() 259 unordered_map<string, struct ReportFileInfo> infos = GetReportInfos(); in CheckAndUpdateIfReportLineEncoded()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_test.cpp | 344 vector<struct ReportFileInfo> srcFiles; 379 vector<struct ReportFileInfo> srcFiles; 380 struct ReportFileInfo info; 419 vector<struct ReportFileInfo> srcFiles; 420 struct ReportFileInfo info; 458 vector<struct ReportFileInfo> files; 481 vector<struct ReportFileInfo> srcFiles; 482 struct ReportFileInfo info; 514 vector<struct ReportFileInfo> srcFiles; 515 struct ReportFileInfo info;
|
H A D | untar_file_test.cpp | 336 unordered_map<string, struct ReportFileInfo> cloudFiles; 367 unordered_map<string, struct ReportFileInfo> cloudFiles; 413 unordered_map<string, struct ReportFileInfo> cloudFiles; 473 unordered_map<string, struct ReportFileInfo> cloudFiles;
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_report_entity.h | 27 struct ReportFileInfo { struct 46 std::unordered_map<std::string, struct ReportFileInfo> GetReportInfos() const; 53 bool GetStorageReportInfos(struct ReportFileInfo &fileStat);
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_filesystem/ |
H A D | b_dir.h | 83 std::vector<struct ReportFileInfo> &allFiles, 84 std::vector<struct ReportFileInfo> &smallFiles, 85 std::vector<struct ReportFileInfo> &bigFiles);
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 1213 const unordered_map<string, struct ReportFileInfo> &result) in FillEndFileInfos() 1736 static bool IfEquality(const ReportFileInfo &info, const ReportFileInfo &infoAd) in IfEquality() 1741 static void AdDeduplication(vector<struct ReportFileInfo> &FilesList) in AdDeduplication() 1744 … = unique(FilesList.begin(), FilesList.end(), [](const ReportFileInfo &info, const ReportFileInfo … in AdDeduplication() 1757 struct ReportFileInfo storageFiles; in CompareFiles() 1937 const vector<struct ReportFileInfo> &bigInfos, sptr<IService> proxy) in IncrementalBigFileReady() 1961 vector<struct ReportFileInfo> bigInfo; in IncrementalBigFileReady() 1989 vector<struct ReportFileInfo> allFiles; in DoIncrementalBackupTask() 1990 vector<struct ReportFileInfo> smallFiles; in DoIncrementalBackupTask() 1991 vector<struct ReportFileInfo> bigFiles; in DoIncrementalBackupTask() [all …]
|
H A D | sub_ext_extension.cpp | 911 vector<struct ReportFileInfo> allFiles; in DoUser0Backup() 912 vector<struct ReportFileInfo> smallFiles; in DoUser0Backup() 913 vector<struct ReportFileInfo> bigFiles; in DoUser0Backup()
|
H A D | untar_file.cpp | 139 …ing &tarFile, const string &rootPath, const unordered_map<string, struct ReportFileInfo> &includes) in IncrementalUnPacket()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_report_entity_test.cpp | 83 unordered_map<string, struct ReportFileInfo> cloudFiles = cloudRp.GetReportInfos(); 153 struct ReportFileInfo fileStat; 203 unordered_map<string, struct ReportFileInfo> infos; 245 unordered_map<string, struct ReportFileInfo> infos;
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_dir.cpp | 335 vector<struct ReportFileInfo> &allFiles, in GetUser0FileStat() 336 vector<struct ReportFileInfo> &smallFiles, in GetUser0FileStat() 337 vector<struct ReportFileInfo> &bigFiles) in GetUser0FileStat() 340 struct ReportFileInfo storageFiles; in GetUser0FileStat() 366 struct ReportFileInfo storageFiles; in GetUser0FileStat()
|