Searched refs:typeBeginPos (Results 1 – 1 of 1) sorted by relevance
98 std::string::size_type typeBeginPos = info.find(":"); in SplitExtraInfo() local99 … std::string tmpType = info.substr(typeBeginPos + typeAddPos, info.length()); // "deviceType" : xxx in SplitExtraInfo()