Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_enum_attribute.cpp252 const PropertyValue& newPropVal) in updateAttrVal() argument
254 auto iter = valMap.find(newPropVal); in updateAttrVal()
258 std::get<std::string>(newPropVal)); in updateAttrVal()
H A Dbios_string_attribute.cpp140 const PropertyValue& newPropVal) in updateAttrVal() argument
144 const auto& newStringValue = std::get<std::string>(newPropVal); in updateAttrVal()
H A Dbios_integer_attribute.cpp214 const PropertyValue& newPropVal) in updateAttrVal() argument
216 auto newVal = getAttrValue(newPropVal); in updateAttrVal()
H A Dbios_integer_attribute.hpp64 const pldm::utils::PropertyValue& newPropVal) override;
H A Dbios_string_attribute.hpp87 const pldm::utils::PropertyValue& newPropVal) override;
H A Dbios_attribute.hpp79 const pldm::utils::PropertyValue& newPropVal) = 0;
H A Dbios_enum_attribute.hpp68 const pldm::utils::PropertyValue& newPropVal) override;
H A Dbios_config.cpp987 PropertyValue newPropVal = it->second; in processBiosAttrChangeNotification() local
1037 newValue, attrHdl, attrType, newPropVal); in processBiosAttrChangeNotification()