Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp74 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in getAttribute()
226 auto attributeType = in pendingAttributes() local
227 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in pendingAttributes()
228 if (attributeType != std::get<0>(pair.second)) in pendingAttributes()
235 if (attributeType == AttributeType::Enumeration) in pendingAttributes()
255 if (attributeType == AttributeType::String) in pendingAttributes()
275 if (attributeType == AttributeType::Integer) in pendingAttributes()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp284 AttributeType attributeType{}; in checkAttributeValueTable() local
370 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()
425 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()
453 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()
486 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()
495 std::make_tuple(attributeType, readonlyStatus, displayName, in checkAttributeValueTable()
1093 auto& [attributeType, attributevalue] = attribute.second; in constructPendingAttribute()
1111 BIOSConfigManager::convertAttributeTypeFromString(attributeType); in constructPendingAttribute()
1118 attributeType); in constructPendingAttribute()
1129 if (attributeType == attrType && attributevalue != currentValue) in constructPendingAttribute()
H A Dbios_config.hpp137 attributeType = 0, enumerator
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp132 attributeType = 0, enumerator
/openbmc/bios-settings-mgr/
H A DREADME.md98 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String",
123 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp187 auto& [attributeType, attributevalue] = it.second; in Handler()