Searched refs:tokens (Results 1 - 3 of 3) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | cert_dn_utils.cpp | 27 std::vector<std::string> tokens = StringUtils::SplitString(nameString.c_str(), ','); in g_checkDn() local 28 for (std::string &pair : tokens) { in g_checkDn()
|
H A D | string_utils.cpp | 48 std::vector<std::string> tokens; in SplitString() local 52 tokens.push_back(token); in SplitString() 54 return tokens; in SplitString()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | subcommand_stat_test.cpp | 164 auto tokens = StringSplit(line.c_str(), " "); in EffectiveCounter() local 167 if (tokens.size() > sizeLimit && in EffectiveCounter() 168 (IsDigits(tokens[0]) || std::regex_match(tokens[0], pattern))) { in EffectiveCounter() 169 if (find(counterNames.begin(), counterNames.end(), tokens[1]) != counterNames.end()) { in EffectiveCounter() 170 uint64_t count = std::stoull(tokens[0]); in EffectiveCounter() 172 printf("[%u] found %s:%s count %" PRIu64 "\n", effectiveCounter, tokens[1].c_str(), in EffectiveCounter() 173 tokens[0].c_str(), count); in EffectiveCounter() 191 auto tokens = StringSplit(line.c_str(), " "); in CounterValue() local 193 if (tokens in CounterValue() 219 auto tokens = StringSplit(line.c_str(), " "); CheckGroupCoverage() local [all...] |
Completed in 3 milliseconds