| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | attribute_registry.hpp | 10 enum class AttributeType{ enum 76 NLOHMANN_JSON_SERIALIZE_ENUM(AttributeType, { 77 {AttributeType::Invalid, "Invalid"}, 78 {AttributeType::Enumeration, "Enumeration"}, 79 {AttributeType::String, "String"}, 80 {AttributeType::Integer, "Integer"}, 81 {AttributeType::Boolean, "Boolean"}, 82 {AttributeType::Password, "Password"},
|
| /openbmc/qemu/tests/unit/ |
| H A D | pkix_asn1_tab.c.inc | 368 {"type", 1073741826, "AttributeType"}, 371 {"AttributeType", 1073741836, 0}, 375 {"type", 1073741826, "AttributeType"}, 381 {"id-at-initials", 1880096780, "AttributeType"}, 385 {"id-at-generationQualifier", 1880096780, "AttributeType"}, 389 {"id-at-surname", 1880096780, "AttributeType"}, 393 {"id-at-givenName", 1880096780, "AttributeType"}, 397 {"id-at-name", 1880096780, "AttributeType"}, 401 {"id-at-commonName", 1880096780, "AttributeType"}, 405 {"id-at-localityName", 1880096780, "AttributeType"}, [all …]
|
| /openbmc/bios-settings-mgr/include/ |
| H A D | manager.hpp | 46 AttributeType, bool, std::string, std::string, std::string, 56 std::tuple<AttributeType, std::variant<int64_t, std::string>>>; 59 std::tuple<AttributeType, std::variant<int64_t, std::string>>; 66 std::tuple<AttributeType, CurrentValue, PendingValue>;
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | manager.cpp | 50 std::get<0>(attributeValue) = AttributeType::Integer; in setAttribute() 54 std::get<0>(attributeValue) = AttributeType::String; in setAttribute() 235 if (attributeType == AttributeType::Enumeration) in pendingAttributes() 255 if (attributeType == AttributeType::String) in pendingAttributes() 275 if (attributeType == AttributeType::Integer) in pendingAttributes()
|
| /openbmc/pldm/common/ |
| H A D | types.hpp | 242 using AttributeType = std::string; typedef 255 std::tuple<AttributeType, ReadonlyStatus, DisplayName, Description, 258 using PendingObj = std::tuple<AttributeType, CurrentValue>;
|
| H A D | utils.hpp | 210 using AttributeType = std::string; typedef 213 std::pair<AttributeName, std::tuple<AttributeType, AttributeValue>>>;
|
| H A D | utils.cpp | 938 AttributeType attrType; in setBiosAttr()
|
| /openbmc/openpower-proc-control/service_files/ |
| H A D | op-clear-sys-dump-active@.service.in | 17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
|
| H A D | op-enter-mpreboot@.service.in | 22 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Enabled"
|
| /openbmc/bios-settings-mgr/ |
| H A D | README.md | 63 enum[self.AttributeType], 98 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String", 123 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_config.cpp | 284 AttributeType attributeType{}; in checkAttributeValueTable() 1113 if (type != BIOSConfigManager::AttributeType::Enumeration && in constructPendingAttribute() 1114 type != BIOSConfigManager::AttributeType::String && in constructPendingAttribute() 1115 type != BIOSConfigManager::AttributeType::Integer) in constructPendingAttribute()
|
| /openbmc/openbmc-test-automation/pldm/ |
| H A D | test_pldm_bios.robot | 86 Append To List ${attr_val_list} ${attr_table_data}[${i}][AttributeType]
|