Lines Matching refs:res
93 for (const auto &res : results) {
94 FI_HILOGD("res:%{public}s", res.c_str());
95 if (res[0] == 'N') {
96 std::string::size_type spos = res.find(kname);
99 std::string::size_type tpos = res.find("\"", spos);
101 name = res.substr(spos, tpos - spos);
104 } else if (!name.empty() && (res[0] == 'H')) {
105 std::string::size_type spos = res.find(kevent);
112 while (std::isalnum(res[tpos])) {
115 auto [_, ret] = nodes.emplace(name, res.substr(spos, tpos - spos));