Home
last modified time | relevance | path

Searched refs:AttributeType (Results 1 – 10 of 10) 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/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.cpp287 AttributeType attributeType{}; in checkAttributeValueTable()
1118 if (type != BIOSConfigManager::AttributeType::Enumeration && in constructPendingAttribute()
1119 type != BIOSConfigManager::AttributeType::String && in constructPendingAttribute()
1120 type != BIOSConfigManager::AttributeType::Integer) in constructPendingAttribute()
/openbmc/bios-settings-mgr/
H A DREADME.md27 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String, false, "Memory
32 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer, false, "BIOS
/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/openbmc-test-automation/pldm/
H A Dtest_pldm_bios.robot86 Append To List ${attr_val_list} ${attr_table_data}[${i}][AttributeType]