Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dvpd.hpp75 class DBusVPD : public VPD class
79 DBusVPD() = delete;
80 DBusVPD(const DBusVPD&) = delete;
81 DBusVPD(DBusVPD&&) = delete;
82 DBusVPD& operator=(const DBusVPD&) = delete;
83 DBusVPD& operator=(DBusVPD&&) = delete;
84 virtual ~DBusVPD() = default;
91 explicit DBusVPD(sdbusplus::bus_t& bus) : bus{bus} {} in DBusVPD() function in phosphor::power::regulators::DBusVPD
H A Dvpd.cpp25 std::vector<uint8_t> DBusVPD::getValue(const std::string& inventoryPath, in getValue()
52 void DBusVPD::getDBusProperty(const std::string& inventoryPath, in getDBusProperty()
94 bool DBusVPD::isUnknownPropertyException(const sdbusplus::exception_t& e) in isUnknownPropertyException()
H A Dservices.hpp185 DBusVPD vpd;