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

  /external/dbus/dbus/
dbus-auth.h 49 const char **mechanisms);
dbus-server.h 75 const char **mechanisms);
dbus-transport.h 72 const char **mechanisms);
dbus-server.c 953 * Sets the authentication mechanisms that this server offers to
957 * mechanisms (this is the default behavior).
959 * The D-Bus specification describes some of the supported mechanisms.
962 * @param mechanisms #NULL-terminated array of mechanisms
967 const char **mechanisms)
975 if (mechanisms != NULL)
977 copy = _dbus_dup_string_array (mechanisms);
    [all...]
dbus-transport.c 42 * network connections or other IPC mechanisms.
1111 * Sets the SASL authentication mechanisms supported by this transport.
    [all...]
dbus-auth.c 178 char **allowed_mechs; /**< Mechanisms we're allowed to use,
197 DBusList *mechs_to_try; /**< Mechanisms we got from the server that we're going to try using */
    [all...]
  /external/dbus/bus/
config-parser.c 115 DBusList *mechanisms; /**< Auth mechanisms */ member in struct:BusConfigParser
386 while ((link = _dbus_list_pop_first_link (&included->mechanisms)))
387 _dbus_list_append_link (&parser->mechanisms, link);
546 _dbus_list_foreach (&parser->mechanisms,
550 _dbus_list_clear (&parser->mechanisms);
    [all...]
  /device/samsung/crespo/
device.mk 131 # be reachable from resources or other mechanisms.

Completed in 127 milliseconds