Searched refs:AttributeValue (Results 1 – 3 of 3) sorted by relevance
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 70 using AttributeValue = std::variant<int64_t, std::string>; typedef in bios_config::Manager 100 void setAttribute(AttributeName attribute, AttributeValue value) override;
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 370 {0, 2, "AttributeValue"}, 372 {"AttributeValue", 1614807053, 0}, 376 {"value", 2, "AttributeValue"},
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 35 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute()
|