Home
last modified time | relevance | path

Searched refs:AttributeValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp63 using AttributeValue = std::variant<int64_t, std::string>; typedef in bios_config::Manager
92 void setAttribute(AttributeName attribute, AttributeValue value) override;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml17 - name: AttributeValue
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp34 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute()