Home
last modified time | relevance | path

Searched refs:DBUS_INVALID_ARGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/pyphosphor/obmc/dbuslib/
H A Denums.py24 DBUS_INVALID_ARGS = 'org.freedesktop.DBus.Error.InvalidArgs' variable
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py54 DBUS_INVALID_ARGS = 'org.freedesktop.DBus.Error.InvalidArgs' variable
409 if e.get_dbus_name() == DBUS_INVALID_ARGS and retry:
505 if e.get_dbus_name() == DBUS_INVALID_ARGS and retry: