Home
last modified time | relevance | path

Searched refs:getAttrValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp131 currentValue = getAttrValue(); in constructEntry()
136 currentValue = getAttrValue(); in constructEntry()
143 uint64_t BIOSIntegerAttribute::getAttrValue(const PropertyValue& propertyValue) in getAttrValue() function in pldm::responder::bios::BIOSIntegerAttribute
187 uint64_t BIOSIntegerAttribute::getAttrValue() in getAttrValue() function in pldm::responder::bios::BIOSIntegerAttribute
200 return getAttrValue(propertyValue); in getAttrValue()
216 auto newVal = getAttrValue(newPropVal); in updateAttrVal()
H A Dbios_integer_attribute.hpp71 uint64_t getAttrValue(const pldm::utils::PropertyValue& value);
74 uint64_t getAttrValue();
H A Dbios_string_attribute.cpp78 std::string BIOSStringAttribute::getAttrValue() in getAttrValue() function in pldm::responder::bios::BIOSStringAttribute
126 currStr = getAttrValue(); in constructEntry()
131 currStr = getAttrValue(); in constructEntry()
H A Dbios_string_attribute.hpp94 std::string getAttrValue();