Home | History | Annotate | Download | only in dbus

Lines Matching defs:creds

361           DBusCredentials *creds;
380 creds = _dbus_credentials_new_from_current_process ();
381 if (creds == NULL)
389 if (!_dbus_auth_set_credentials (auth, creds))
394 _dbus_credentials_unref (creds);
398 _dbus_credentials_unref (creds);
403 DBusCredentials *creds;
422 creds = _dbus_credentials_new_from_current_process ();
423 if (creds == NULL)
431 if (!_dbus_auth_set_credentials (auth, creds))
436 _dbus_credentials_unref (creds);
440 _dbus_credentials_unref (creds);