Home
last modified time | relevance | path

Searched refs:DBusMethodError (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp45 class DBusMethodError : public DBusError class
48 DBusMethodError(const std::string& busName, const std::string& path, in DBusMethodError() function in phosphor::fan::util::DBusMethodError
134 throw DBusMethodError{busName, path, interface, method}; in callMethod()
140 throw DBusMethodError{busName, path, interface, method}; in callMethod()
300 catch (const DBusMethodError& e) in getService()
H A Djson_config.hpp132 catch (const util::DBusMethodError&) in JsonConfig()
/openbmc/phosphor-fan-presence/cooling-type/
H A Dmain.cpp81 catch (const DBusMethodError& dme) in main()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dinit.cpp113 catch (const util::DBusMethodError& dme) in nameHasOwner()
/openbmc/phosphor-fan-presence/control/
H A Dmain.cpp135 catch (const phosphor::fan::util::DBusMethodError& e) in main()
H A Dfunctor.hpp450 catch (const util::DBusMethodError& e) in operator ()()
H A Dzone.cpp200 catch (const util::DBusMethodError& e) in setServices()
H A Dfanctl.cpp520 catch (const phosphor::fan::util::DBusMethodError& e) in resume()