Home
last modified time | relevance | path

Searched refs:attributevalue (Results 1 – 9 of 9) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp157 const std::variant<int64_t, std::string>& attributevalue, in generateAttributeEntry() argument
160 std::string value = std::get<std::string>(attributevalue); in generateAttributeEntry()
H A Dbios_integer_attribute.hpp60 const std::variant<int64_t, std::string>& attributevalue,
H A Dbios_string_attribute.hpp83 const std::variant<int64_t, std::string>& attributevalue,
H A Dbios_attribute.hpp87 const std::variant<int64_t, std::string>& attributevalue,
H A Dbios_integer_attribute.cpp223 const std::variant<int64_t, std::string>& attributevalue, in generateAttributeEntry() argument
231 int64_t value = std::get<int64_t>(attributevalue); in generateAttributeEntry()
H A Dbios_enum_attribute.hpp64 const std::variant<int64_t, std::string>& attributevalue,
H A Dbios_enum_attribute.cpp270 const std::variant<int64_t, std::string>& attributevalue, in generateAttributeEntry() argument
277 std::string value = std::get<std::string>(attributevalue); in generateAttributeEntry()
H A Dbios_config.cpp1093 auto& [attributeType, attributevalue] = attribute.second; in constructPendingAttribute()
1129 if (attributeType == attrType && attributevalue != currentValue) in constructPendingAttribute()
1134 (*iter)->generateAttributeEntry(attributevalue, attrValueEntry); in constructPendingAttribute()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp187 auto& [attributeType, attributevalue] = it.second; in Handler()
189 std::get<std::string>(attributevalue); in Handler()