Searched refs:DBusPropertyError (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-fan-presence/ |
| H A D | sdbusplus.hpp | 85 class DBusPropertyError : public DBusError class 88 DBusPropertyError(const std::string& msg, const std::string& busName, in DBusPropertyError() function in phosphor::fan::util::DBusPropertyError 346 throw DBusPropertyError{"DBus get property failed", service, path, in getProperty() 377 throw DBusPropertyError{"DBus get property variant failed", service, in getPropertyVariant() 423 throw DBusPropertyError{"DBus get property failed", service, path, in getProperty() 455 throw DBusPropertyError{"DBus get property variant failed", service, in getPropertyVariant() 489 throw DBusPropertyError{"DBus set property failed", service, path, in setProperty() 520 throw DBusPropertyError{"DBus set property failed", service, path, in setProperty()
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | fan.cpp | 67 throw util::DBusPropertyError{"DBus set property failed", in setSpeed()
|
| H A D | main.cpp | 142 catch (const phosphor::fan::util::DBusPropertyError& e) in main()
|
| H A D | fanctl.cpp | 500 catch (const phosphor::fan::util::DBusPropertyError& e) in set() 536 catch (const phosphor::fan::util::DBusPropertyError& e) in reload() 590 catch (const phosphor::fan::util::DBusPropertyError& e) in dumpFanControl()
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | fan.cpp | 139 throw util::DBusPropertyError{ in setTarget()
|