Home
last modified time | relevance | path

Searched refs:encodeFlag (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_test.cpp387 info.encodeFlag = true;
427 info.encodeFlag = false;
490 info.encodeFlag = false;
523 info.encodeFlag = false;
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_report_entity.h36 bool encodeFlag {false};
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp96 … fileStat.encodeFlag = residue[keys.find(INFO_ENCODE_FLAG)->second] == "1" ? true : false; in ParseReportInfo()
100 fileStat.filePath = BReportEntity::DecodeReportItem(fileRawPath, fileStat.encodeFlag); in ParseReportInfo()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp479 bool encodeFlag = false; in WriteFileList() local
482 encodeFlag = true; in WriteFileList()
501 if (encodeFlag) { in WriteFileList()
/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()
1859 if (item.encodeFlag) { in WriteFile()