Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp391 for (const auto& [l_kwdName, l_kwdValue] : l_kwdJson.items()) in checkAndUpdatePowerVsVpd()
394 if (!l_kwdValue.is_array()) in checkAndUpdatePowerVsVpd()
414 l_kwdValue.get<types::BinaryVector>(); in checkAndUpdatePowerVsVpd()
423 std::make_tuple(l_recordName, l_kwdName, l_kwdValue)) == in checkAndUpdatePowerVsVpd()
931 if (auto l_kwdValue = std::get_if<types::BinaryVector>(&l_fcKwdValue)) in getUnexpandedLocationCode()
933 l_fcKwd.assign(l_kwdValue->begin(), l_kwdValue->end()); in getUnexpandedLocationCode()
999 if (auto l_kwdValue = std::get_if<types::BinaryVector>(&l_tmKwdValue)) in getUnexpandedLocationCode()
1001 l_tmKwd.assign(l_kwdValue->begin(), l_kwdValue in getUnexpandedLocationCode()
918 if (auto l_kwdValue = std::get_if<types::BinaryVector>(&l_fcKwdValue)) getUnexpandedLocationCode() local
986 if (auto l_kwdValue = std::get_if<types::BinaryVector>(&l_tmKwdValue)) getUnexpandedLocationCode() local
[all...]
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp148 std::string l_kwdValue; in getKwVal() local
159 l_kwdValue = l_itrToKwd->second; in getKwVal()
171 return l_kwdValue; in getKwVal()