Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp42 const string INFO_MTIME = "mtime"; variable
114 if (keys.find(INFO_MTIME) != keys.end()) { in ParseReportInfo()
115 stringstream mtimeStr(residue[keys.find(INFO_MTIME)->second]); in ParseReportInfo()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp164 keys.emplace(INFO_MTIME, 3);
176 keys.emplace(INFO_MTIME, 3);
218 keys.emplace(INFO_MTIME, 3);