Home
last modified time | relevance | path

Searched refs:_g_dbus_auth_mechanism_get_name (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgdbusauth.c200 name = _g_dbus_auth_mechanism_get_name (mechanism_type); in add_mechanism()
495 …debug_print ("CLIENT: Trying mechanism '%s'", _g_dbus_auth_mechanism_get_name (auth_mech_to_use_gt… in client_choose_mech_and_send_initial_response()
496 …g_ptr_array_add (attempted_auth_mechs, (gpointer) _g_dbus_auth_mechanism_get_name (auth_mech_to_us… in client_choose_mech_and_send_initial_response()
503 …ug_print ("CLIENT: Mechanism '%s' says it is not supported", _g_dbus_auth_mechanism_get_name (auth… in client_choose_mech_and_send_initial_response()
514 _g_dbus_auth_mechanism_get_name (auth_mech_to_use_gtype), in client_choose_mech_and_send_initial_response()
523 _g_dbus_auth_mechanism_get_name (auth_mech_to_use_gtype), in client_choose_mech_and_send_initial_response()
530 s = g_strdup_printf ("AUTH %s\r\n", _g_dbus_auth_mechanism_get_name (auth_mech_to_use_gtype)); in client_choose_mech_and_send_initial_response()
Dgdbusauthmechanism.h112 const gchar *_g_dbus_auth_mechanism_get_name (GType me…
Dgdbusauthmechanism.c182 _g_dbus_auth_mechanism_get_name (GType mechanism_type) in _g_dbus_auth_mechanism_get_name() function