HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_ERROR_OBJECT_PATH_IN_USE (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-protocol.h 437 #define DBUS_ERROR_OBJECT_PATH_IN_USE "org.freedesktop.DBus.Error.ObjectPathInUse"
dbus-errors.c 124 else if (strcmp (error, DBUS_ERROR_OBJECT_PATH_IN_USE) == 0)
dbus-object-tree.c 388 * #DBUS_ERROR_OBJECT_PATH_IN_USE) is reported
417 dbus_set_error (error, DBUS_ERROR_OBJECT_PATH_IN_USE,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 554 if (!os_strcmp(error.name, DBUS_ERROR_OBJECT_PATH_IN_USE)) {

Completed in 202 milliseconds