Home
last modified time | relevance | path

Searched refs:AttributeName (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/common/
H A Dtypes.hpp241 using AttributeName = std::string; typedef
257 using BaseBIOSTable = std::map<AttributeName, BIOSTableObj>;
259 using PendingAttributes = std::map<AttributeName, PendingObj>;
H A Dutils.hpp208 using AttributeName = std::string; typedef
212 std::pair<AttributeName, std::tuple<AttributeType, AttributeValue>>>;
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp29 using AttributeName = std::string; typedef
30 using AttributeMap = std::map<AttributeName, Attributes>;
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp35 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute()
64 Manager::AttributeDetails Manager::getAttribute(AttributeName attribute) in getAttribute()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp283 AttributeName attributeName{}; in checkAttributeValueTable()