Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dattribute_registry.hpp8 enum class AttributeType{ enum
74 NLOHMANN_JSON_SERIALIZE_ENUM(AttributeType, {
75 {AttributeType::Invalid, "Invalid"},
76 {AttributeType::Enumeration, "Enumeration"},
77 {AttributeType::String, "String"},
78 {AttributeType::Integer, "Integer"},
79 {AttributeType::Boolean, "Boolean"},
80 {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"},
389 {"id-at-surname", 1880096780, "AttributeType"},
397 {"id-at-name", 1880096780, "AttributeType"},
421 {"id-at-title", 1880096780, "AttributeType"},
454 {"id-at-name", 1880096780, "AttributeType"},
477 {"emailAddress", 1880096780, "AttributeType"},
1057 {"id-at-ldap-DC", 1880096780, "AttributeType"},
[all …]
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp47 AttributeType, bool, std::string, std::string, std::string,
57 std::tuple<AttributeType, std::variant<int64_t, std::string>>>;
60 std::tuple<AttributeType, std::variant<int64_t, std::string>>;
67 std::tuple<AttributeType, CurrentValue, PendingValue>;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml39 type: enum[self.AttributeType]
64 …dict[string,struct[enum[self.AttributeType],boolean,string,string,string,variant[int64,string],var…
70 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String,
86 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer,
100 type: dict[string,struct[enum[self.AttributeType],variant[int64,string]]]
112 - name: AttributeType
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp49 std::get<0>(attributeValue) = AttributeType::Integer; in setAttribute()
53 std::get<0>(attributeValue) = AttributeType::String; in setAttribute()
234 if (attributeType == AttributeType::Enumeration) in pendingAttributes()
254 if (attributeType == AttributeType::String) in pendingAttributes()
274 if (attributeType == AttributeType::Integer) in pendingAttributes()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp42 using AttributeType = std::string; typedef
55 std::tuple<AttributeType, ReadonlyStatus, DisplayName, Description,
59 using PendingObj = std::tuple<AttributeType, CurrentValue>;
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/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.md51 enum[self.AttributeType],
84 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String",
109 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios.robot86 Append To List ${attr_val_list} ${attr_table_data}[${i}][AttributeType]