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
351 throw DBusPropertyError{"DBus get property failed", service, path, in getProperty()
382 throw DBusPropertyError{"DBus get property variant failed", service, in getPropertyVariant()
428 throw DBusPropertyError{"DBus get property failed", service, path, in getProperty()
460 throw DBusPropertyError{"DBus get property variant failed", service, in getPropertyVariant()
494 throw DBusPropertyError{"DBus set property failed", service, path, in setProperty()
525 throw DBusPropertyError{"DBus set property failed", service, path, in setProperty()
/openbmc/phosphor-fan-presence/control/
H A Dfan.cpp71 throw util::DBusPropertyError{"DBus set property failed", in setSpeed()
H A Dfanctl.cpp486 catch (const phosphor::fan::util::DBusPropertyError& e) in set()
522 catch (const phosphor::fan::util::DBusPropertyError& e) in reload()
576 catch (const phosphor::fan::util::DBusPropertyError& e) in dumpFanControl()
H A Dmain.cpp144 catch (const phosphor::fan::util::DBusPropertyError& e) in main()
/openbmc/phosphor-fan-presence/control/json/
H A Dfan.cpp119 throw util::DBusPropertyError{ in setTarget()