Searched refs:DBusVPD (Results 1 – 3 of 3) sorted by relevance
75 class DBusVPD : public VPD class79 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
25 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()
185 DBusVPD vpd;