Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dattribute_registry.hpp10 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 Dpkix_asn1_tab.c.inc368 {"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 Dmanager.hpp46 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 Dmanager.cpp50 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 Dtypes.hpp242 using AttributeType = std::string; typedef
255 std::tuple<AttributeType, ReadonlyStatus, DisplayName, Description,
258 using PendingObj = std::tuple<AttributeType, CurrentValue>;
H A Dutils.hpp210 using AttributeType = std::string; typedef
213 std::pair<AttributeName, std::tuple<AttributeType, AttributeValue>>>;
H A Dutils.cpp938 AttributeType attrType; in setBiosAttr()
/openbmc/openpower-proc-control/service_files/
H A Dop-clear-sys-dump-active@.service.in17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
H A Dop-enter-mpreboot@.service.in22 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Enabled"
/openbmc/bios-settings-mgr/
H A DREADME.md63 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 Dbios_config.cpp284 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 Dtest_pldm_bios.robot86 Append To List ${attr_val_list} ${attr_table_data}[${i}][AttributeType]