Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
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.hpp67 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_string_attribute.cpp138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() function in pldm::responder::bios::BIOSStringAttribute
H A Dbios_integer_attribute.cpp212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() function in pldm::responder::bios::BIOSIntegerAttribute
H A Dbios_enum_attribute.cpp249 int BIOSEnumAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() function in pldm::responder::bios::BIOSEnumAttribute
H A Dbios_config.cpp1037 auto rc = biosAttributes[biosAttrIndex]->updateAttrVal( in processBiosAttrChangeNotification()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_attribute_test.cpp32 int updateAttrVal(Table& /*newValue*/, uint16_t /*attrHdl*/, in updateAttrVal() function in TestAttribute