Home
last modified time | relevance | path

Searched refs:EncodeReportItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_report_entity.h64 static std::string EncodeReportItem(const std::string &reportItem, bool enableEncode);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp269 string BReportEntity::EncodeReportItem(const string &reportItem, bool enableEncode) in EncodeReportItem() function in OHOS::FileManagement::Backup::BReportEntity
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp1856 string path = BReportEntity::EncodeReportItem(item.filePath, item.encodeFlag); in WriteFile()