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.hpp343 const std::string& i_attributeName) noexcept in biosGetAttributeMethodCall() argument
352 l_method.append(i_attributeName); in biosGetAttributeMethodCall()
361 "Failed to read BIOS Attribute: " + i_attributeName + in biosGetAttributeMethodCall()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp920 const std::string& i_attributeName) noexcept in biosGetAttributeMethodCall() argument
930 l_method.append(i_attributeName); in biosGetAttributeMethodCall()
939 std::cerr << "Failed to read BIOS Attribute: " + i_attributeName + in biosGetAttributeMethodCall()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp178 const std::string& i_attributeName) in readBiosAttribute() argument
181 dbusUtility::biosGetAttributeMethodCall(i_attributeName); in readBiosAttribute()