Searched refs:splitStr (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | faultlog_util.cpp | 136 std::vector<std::string> splitStr; in ExtractInfoFromFileName() local 138 StringUtil::SplitStr(fileName, "-", splitStr); in ExtractInfoFromFileName() 139 if (splitStr.size() == expectedVecSize) { in ExtractInfoFromFileName() 140 info.faultLogType = GetLogTypeByName(splitStr[0]); // 0 : index of log type in ExtractInfoFromFileName() 141 info.module = splitStr[1]; // 1 : index of module name in ExtractInfoFromFileName() 142 StringUtil::ConvertStringTo<int32_t>(splitStr[2], info.id); // 2 : index of uid in ExtractInfoFromFileName() 143 info.time = TimeUtil::StrToTimeStamp(splitStr[3], "%Y%m%d%H%M%S"); // 3 : index of timestamp in ExtractInfoFromFileName() 153 std::vector<std::string> splitStr; in ExtractInfoFromTempFile() local 155 StringUtil::SplitStr(fileName, "-", splitStr); in ExtractInfoFromTempFile() 156 if (splitStr in ExtractInfoFromTempFile() 166 std::vector<std::string> splitStr; RegulateModuleNameIfNeed() local [all...] |
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | firewall_chain_rule.cpp | 81 std::string splitStr = ","; in Parameter() local 82 auto sidx = srcPort_.find(splitStr); in Parameter() 83 auto didx = destPort_.find(splitStr); in Parameter() 105 std::string splitStr = "-"; in IpToParameter() local 106 auto idx = ip.find(splitStr); in IpToParameter()
|
/base/update/updateservice/foundations/ability/utils/include/ |
H A D | string_utils.h | 91 static std::string GetLastSplitString(const std::string &stringName, const std::string &splitStr) in GetLastSplitString() argument 93 std::size_t found = stringName.find_last_of(splitStr); in GetLastSplitString()
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_rule.cpp | 237 std::string splitStr = "|"; in Get() local 238 Split(result, splitStr, temps); in Get()
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | iptables_rule_plugin.cpp | 259 std::string splitStr = "-"; in ConvertIpAddressCommand() local 260 std::string::size_type idx = ipAddress.find(splitStr); in ConvertIpAddressCommand()
|
Completed in 3 milliseconds