Home | History | Annotate | Download | only in bus

Lines Matching refs:uid

1267   unsigned long uid;
1282 _dbus_verbose ("asked for UID of connection %s\n", service);
1290 "Could not get UID of name '%s': no such name", service);
1300 if (!dbus_connection_get_unix_user (conn, &uid))
1304 "Could not determine UID for '%s'", service);
1308 uid32 = uid;