Home
last modified time | relevance | path

Searched refs:saInfoVec (Results 1 - 1 of 1) sorted by relevance

/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp180 std::vector<string> saInfoVec; in ParseSaList() local
181 SplitStr(saInfoStr.value(), " ", saInfoVec); in ParseSaList()
182 if (saInfoVec.size() != 3) { // 3: name id version in ParseSaList()
187 infoTmp.saName = saInfoVec.at(0); // 0:index of name in ParseSaList()
188 infoTmp.saId = static_cast<int32_t>(std::stoi(saInfoVec.at(1))); // 1:index of saId in ParseSaList()
189 if (!ParseSaVersion(saInfoVec.at(2), infoTmp)) { // 2:index of version in ParseSaList()

Completed in 2 milliseconds