Home
last modified time | relevance | path

Searched refs:HWVerList (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dtypes.hpp119 using HWVerList = std::vector<std::pair<std::string, std::string>>; typedef
124 std::unordered_map<std::string, std::pair<std::string, HWVerList>>;
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp381 const types::HWVerList hwVersionList = itrToIM->second.second; in getSystemJson()