Searched refs:attrHdl (Results 1 – 8 of 8) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios_string_attribute.cpp | 138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() argument 145 table::attribute_value::constructStringEntry(newValue, attrHdl, in updateAttrVal()
|
H A D | bios_integer_attribute.cpp | 212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() argument 217 table::attribute_value::constructIntegerEntry(newValue, attrHdl, attrType, in updateAttrVal()
|
H A D | bios_integer_attribute.hpp | 63 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
|
H A D | bios_string_attribute.hpp | 86 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
|
H A D | bios_attribute.hpp | 77 virtual int updateAttrVal(Table& newValue, uint16_t attrHdl,
|
H A D | bios_enum_attribute.cpp | 250 int BIOSEnumAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() argument 264 table::attribute_value::constructEnumEntry(newValue, attrHdl, attrType, in updateAttrVal()
|
H A D | bios_enum_attribute.hpp | 67 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
|
H A D | bios_config.cpp | 1024 auto [attrHdl, attrType, in processBiosAttrChangeNotification() 1037 newValue, attrHdl, attrType, newPropVal); in processBiosAttrChangeNotification() 1042 "ATTR_HANDLE", attrHdl, "TYPE", attrType); in processBiosAttrChangeNotification()
|