Home
last modified time | relevance | path

Searched refs:i_attributeName (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp370 const std::string& i_attributeName) noexcept in biosGetAttributeMethodCall() argument
379 l_method.append(i_attributeName); in biosGetAttributeMethodCall()
388 "Failed to read BIOS Attribute: " + i_attributeName + in biosGetAttributeMethodCall()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp921 const std::string& i_attributeName) noexcept in biosGetAttributeMethodCall() argument
931 l_method.append(i_attributeName); in biosGetAttributeMethodCall()
940 std::cerr << "Failed to read BIOS Attribute: " + i_attributeName + in biosGetAttributeMethodCall()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp222 const std::string& i_attributeName) in processFieldCoreOverride()
225 dbusUtility::biosGetAttributeMethodCall(i_attributeName); in processFieldCoreOverride()
179 readBiosAttribute(const std::string & i_attributeName) readBiosAttribute() argument