Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp115 enum class AttributesType : uint8_t enum
126 AttributesType getAttrType(const std::string_view typeDbus) in getAttrType()
131 return AttributesType::string; in getAttrType()
136 return AttributesType::integer; in getAttrType()
141 return AttributesType::enumeration; in getAttrType()
144 return AttributesType::unknown; in getAttrType()
149 const std::string_view key, AttributesType& attrType) in fillPayloadData()
154 if (attrType == AttributesType::string || in fillPayloadData()
155 attrType == AttributesType::enumeration) in fillPayloadData()
165 else if (attrType == AttributesType::integer) in fillPayloadData()
[all …]