Searched refs:updateAttrVal (Results 1 – 9 of 9) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
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.hpp | 67 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
|
H A D | bios_string_attribute.cpp | 138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() function in pldm::responder::bios::BIOSStringAttribute
|
H A D | bios_integer_attribute.cpp | 212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() function in pldm::responder::bios::BIOSIntegerAttribute
|
H A D | bios_enum_attribute.cpp | 250 int BIOSEnumAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() function in pldm::responder::bios::BIOSEnumAttribute
|
H A D | bios_config.cpp | 1036 auto rc = biosAttributes[biosAttrIndex]->updateAttrVal( in processBiosAttrChangeNotification()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_attribute_test.cpp | 32 int updateAttrVal(Table& /*newValue*/, uint16_t /*attrHdl*/, in updateAttrVal() function in TestAttribute
|