Home
last modified time | relevance | path

Searched refs:attrHdl (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() argument
145 table::attribute_value::constructStringEntry(newValue, attrHdl, in updateAttrVal()
H A Dbios_integer_attribute.cpp212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() argument
217 table::attribute_value::constructIntegerEntry(newValue, attrHdl, attrType, in updateAttrVal()
H A Dbios_integer_attribute.hpp63 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_string_attribute.hpp86 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_attribute.hpp77 virtual int updateAttrVal(Table& newValue, uint16_t attrHdl,
H A Dbios_enum_attribute.cpp250 int BIOSEnumAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() argument
264 table::attribute_value::constructEnumEntry(newValue, attrHdl, attrType, in updateAttrVal()
H A Dbios_enum_attribute.hpp67 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_config.cpp1024 auto [attrHdl, attrType, in processBiosAttrChangeNotification()
1037 newValue, attrHdl, attrType, newPropVal); in processBiosAttrChangeNotification()
1042 "ATTR_HANDLE", attrHdl, "TYPE", attrType); in processBiosAttrChangeNotification()