Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 9 of 9) sorted by relevance

/base/update/updater/test/unittest/utils/
Dutils_unittest.cpp51 string newStr = Utils::ConvertSha256Hex(a, 1); variable
58 vector<string> newStr = Utils::SplitString(str, "\n"); variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_format_dump_filter.cpp69 std::string newStr; in FilterControlChar() local
/base/security/dlp_permission_service/frameworks/test/mock/
Ddlp_utils_mock.cpp107 std::string newStr = lower.substr(0, len); in GetFileTypeBySuffix() local
129 std::string newStr = lower.substr(0, len); in GetFileType() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_utils.cpp107 std::string newStr = lower.substr(0, len); in GetFileTypeBySuffix() local
129 std::string newStr = lower.substr(0, len); in GetFileType() local
Ddlp_file_kits.cpp137 std::string newStr = lower.substr(0, len); in GetMimeTypeBySuffix() local
Ddlp_file_operator.cpp255 std::string newStr = lower.substr(0, len); in EnterpriseSpacePrepareWorkDir() local
Ddlp_file_manager.cpp702 std::string newStr = lower.substr(0, len); in OpenDlpFile() local
/base/security/device_auth/common_lib/impl/src/
Dstring_util.c121 int32_t DeepCopyString(const char *str, char **newStr) in DeepCopyString()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp171 …bBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr) in ReplaceAllStr()