Searched refs:strUuidInfo (Results 1 – 2 of 2) sorted by relevance
272 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid);
3621 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid) in ParseUuidInfo() argument3625 if (strUuidInfo.size() <= 0) in ParseUuidInfo()3629 pos = strUuidInfo.find('='); in ParseUuidInfo()3634 strName = strUuidInfo.substr(0, pos); in ParseUuidInfo()3638 strUUid = strUuidInfo.substr(pos + 1); in ParseUuidInfo()