Home
last modified time | relevance | path

Searched refs:attributeType (Results 1 – 8 of 8) 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()
1092 auto& [attributeType, attributevalue] = attribute.second; in constructPendingAttribute()
1110 BIOSConfigManager::convertAttributeTypeFromString(attributeType); in constructPendingAttribute()
1117 attributeType); in constructPendingAttribute()
1128 if (attributeType == attrType && attributevalue != currentValue) in constructPendingAttribute()
H A Dbios_config.hpp148 attributeType = 0, enumerator
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_akid.asn133 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
H A Dx509.asn133 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
H A Dpkcs7.asn1133 attributeType OBJECT IDENTIFIER ({ pkcs7_note_OID }),
/openbmc/bios-settings-mgr/
H A DREADME.md86 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String",
111 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp162 attributeType = 0, enumerator