Home
last modified time | relevance | path

Searched refs:GetReportInfos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_report_entity.h46 std::unordered_map<std::string, struct ReportFileInfo> GetReportInfos() const;
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp197 unordered_map<string, struct ReportFileInfo> BReportEntity::GetReportInfos() const in GetReportInfos() function in OHOS::FileManagement::Backup::BReportEntity
259 unordered_map<string, struct ReportFileInfo> infos = GetReportInfos(); in CheckAndUpdateIfReportLineEncoded()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp83 unordered_map<string, struct ReportFileInfo> cloudFiles = cloudRp.GetReportInfos();
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp858 return rp.GetReportInfos(); in GetTarIncludes()
1759 unordered_map<string, struct ReportFileInfo> cloudFiles = cloudRp.GetReportInfos(); in CompareFiles()