Home
last modified time | relevance | path

Searched refs:DBusError (Results 1 – 16 of 16) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Derror.hpp38 DBusError error_;
45 error(DBusError *src) { in error()
63 operator const DBusError *() const { return &error_; } in operator const DBusError*()
65 operator DBusError *() { return &error_; } in operator DBusError*()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp34 class DBusError : public std::runtime_error class
37 explicit DBusError(const std::string& msg) : std::runtime_error(msg) {} in DBusError() function in phosphor::fan::util::DBusError
45 class DBusMethodError : public DBusError
50 DBusError(std::format("DBus method failed: {} {} {} {}", busName, path, in DBusMethodError()
67 class DBusServiceError : public DBusError
71 DBusError( in DBusServiceError()
85 class DBusPropertyError : public DBusError
91 DBusError(msg + std::format(": {} {} {} {}", busName, path, interface, in DBusPropertyError()
H A Djson_config.hpp152 catch (const util::DBusError&) in JsonConfig()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-1981.patch40 …dlerResult dbus_get_alternative_service_name(DBusConnection *c, DBusMessage *m, DBusError *error) {
58 …static DBusHandlerResult dbus_create_new_entry_group(DBusConnection *c, DBusMessage *m, DBusError
/openbmc/phosphor-fan-presence/control/
H A Dmatches.hpp79 catch (const util::DBusError& e) in nameOwnerChanged()
H A Dfunctor.hpp142 catch (const util::DBusError&) in operator ()()
172 catch (const util::DBusError&) in operator ()()
H A Dfanctl.cpp338 catch (const phosphor::fan::util::DBusError&) in status()
364 catch (const phosphor::fan::util::DBusError&) in status()
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.cpp120 catch (const util::DBusError& e) in logConflict()
H A Derror_reporter.cpp183 catch (const util::DBusError& e) in fanMissingTimerExpired()
H A Djson_parser.cpp320 catch (const util::DBusError& e) in getGpio()
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dunable-connect-dbus.patch43 DBusError error;
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch138 + return Gio.DBusError.register_error(domain, code, name)
166 + if not Gio.DBusError.is_remote_error(e):
170 + name = Gio.DBusError.get_remote_error(e)
357 +DOMAIN = Gio.DBusError.quark() # TODO: Register new domain.
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp448 catch (const util::DBusError& e) in updateInventory()
547 catch (const util::DBusError& e) in powerStateChanged()
H A Dfan_error.cpp121 catch (const DBusError& e) in commit()
H A Dsystem.cpp191 catch (const util::DBusError&) in subscribeSensorsToServices()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp732 catch (const util::DBusError&) in addGroups()