H A D | sdbusplus.hpp | 83 * Thrown when a set/get property fails. 90 const std::string& property) : in DBusPropertyError() argument 92 property)), in DBusPropertyError() 93 busName(busName), path(path), interface(interface), property(property) in DBusPropertyError() 99 const std::string property; member in phosphor::fan::util::DBusPropertyError 337 /** @brief Get a property with mapper lookup. */ 341 const std::string& property) in getProperty() argument 348 "Get"s, interface, property); in getProperty() 351 throw DBusPropertyError{"DBus get property faile in getProperty() 363 getProperty(const std::string & path,const std::string & interface,const std::string & property) getProperty() argument 372 getPropertyVariant(sdbusplus::bus_t & bus,const std::string & path,const std::string & interface,const std::string & property) getPropertyVariant() argument 394 getPropertyVariant(const std::string & path,const std::string & interface,const std::string & property) getPropertyVariant() argument 419 getProperty(sdbusplus::bus_t & bus,const std::string & service,const std::string & path,const std::string & interface,const std::string & property) getProperty() argument 440 getProperty(const std::string & service,const std::string & path,const std::string & interface,const std::string & property) getProperty() argument 451 getPropertyVariant(sdbusplus::bus_t & bus,const std::string & service,const std::string & path,const std::string & interface,const std::string & property) getPropertyVariant() argument 472 getPropertyVariant(const std::string & service,const std::string & path,const std::string & interface,const std::string & property) getPropertyVariant() argument 482 setProperty(sdbusplus::bus_t & bus,const std::string & path,const std::string & interface,const std::string & property,Property && value) setProperty() argument 503 setProperty(const std::string & path,const std::string & interface,const std::string & property,Property && value) setProperty() argument 514 setProperty(sdbusplus::bus_t & bus,const std::string & service,const std::string & path,const std::string & interface,const std::string & property,Property && value) setProperty() argument 534 setProperty(const std::string & service,const std::string & path,const std::string & interface,const std::string & property,Property && value) setProperty() argument [all...] |