Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp344 types::BiosGetAttrRetType l_attributeVal; in biosGetAttributeMethodCall() local
354 l_result.read(std::get<0>(l_attributeVal), std::get<1>(l_attributeVal), in biosGetAttributeMethodCall()
355 std::get<2>(l_attributeVal)); in biosGetAttributeMethodCall()
366 return std::get<1>(l_attributeVal); in biosGetAttributeMethodCall()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp923 types::BiosGetAttrRetType l_attributeVal; in biosGetAttributeMethodCall() local
934 l_result.read(std::get<0>(l_attributeVal), std::get<1>(l_attributeVal), in biosGetAttributeMethodCall()
935 std::get<2>(l_attributeVal)); in biosGetAttributeMethodCall()
945 return std::get<1>(l_attributeVal); in biosGetAttributeMethodCall()