Searched defs:auth_mechanisms (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-server-protected.h83 char **auth_mechanisms; /**< Array of allowed authentication mechanisms */ member in struct:DBusServer
/external/dbus/bus/
H A Dbus.c226 char **auth_mechanisms,
243 if (!dbus_server_set_auth_mechanisms (server, (const char**) auth_mechanisms))
292 char **auth_mechanisms; local
300 auth_mechanisms = NULL;
399 auth_mechanisms = dbus_new0 (char*, len + 1);
400 if (auth_mechanisms == NULL)
407 auth_mechanisms[i] = _dbus_strdup (link->data);
408 if (auth_mechanisms[i] == NULL)
415 auth_mechanisms = NULL;
430 else if (!setup_server (context, server, auth_mechanisms, erro
224 setup_server(BusContext *context, DBusServer *server, char **auth_mechanisms, DBusError *error) argument
[all...]

Completed in 123 milliseconds