Searched refs:attributeType (Results 1 – 8 of 8) sorted by relevance
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 74 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 D | bios_config.cpp | 284 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 D | bios_config.hpp | 148 attributeType = 0, enumerator
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_akid.asn1 | 33 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
|
H A D | x509.asn1 | 33 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
|
H A D | pkcs7.asn1 | 133 attributeType OBJECT IDENTIFIER ({ pkcs7_note_OID }),
|
/openbmc/bios-settings-mgr/ |
H A D | README.md | 86 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String", 111 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
|
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 162 attributeType = 0, enumerator
|