Searched refs:attributevalue (Results 1 – 9 of 9) sorted by relevance
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_string_attribute.cpp | 157 const std::variant<int64_t, std::string>& attributevalue, in generateAttributeEntry() argument 160 std::string value = std::get<std::string>(attributevalue); in generateAttributeEntry()
|
| H A D | bios_integer_attribute.hpp | 60 const std::variant<int64_t, std::string>& attributevalue,
|
| H A D | bios_string_attribute.hpp | 83 const std::variant<int64_t, std::string>& attributevalue,
|
| H A D | bios_attribute.hpp | 87 const std::variant<int64_t, std::string>& attributevalue,
|
| H A D | bios_integer_attribute.cpp | 223 const std::variant<int64_t, std::string>& attributevalue, in generateAttributeEntry() argument 231 int64_t value = std::get<int64_t>(attributevalue); in generateAttributeEntry()
|
| H A D | bios_enum_attribute.hpp | 64 const std::variant<int64_t, std::string>& attributevalue,
|
| H A D | bios_enum_attribute.cpp | 270 const std::variant<int64_t, std::string>& attributevalue, in generateAttributeEntry() argument 277 std::string value = std::get<std::string>(attributevalue); in generateAttributeEntry()
|
| H A D | bios_config.cpp | 1093 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 D | oem_ibm_handler.hpp | 187 auto& [attributeType, attributevalue] = it.second; in Handler() 189 std::get<std::string>(attributevalue); in Handler()
|