Home
last modified time | relevance | path

Searched refs:enableEncode (Results 1 – 2 of 2) 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);
69 static std::string DecodeReportItem(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() argument
272 if (enableEncode) { in EncodeReportItem()
280 string BReportEntity::DecodeReportItem(const string &reportItem, bool enableEncode) in DecodeReportItem() argument
283 if (enableEncode) { in DecodeReportItem()