Home
last modified time | relevance | path

Searched refs:DBusPropertyError (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp85 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 Dfan.cpp67 throw util::DBusPropertyError{"DBus set property failed", in setSpeed()
H A Dmain.cpp142 catch (const phosphor::fan::util::DBusPropertyError& e) in main()
H A Dfanctl.cpp500 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 Dfan.cpp139 throw util::DBusPropertyError{ in setTarget()