HomeSort by relevance Sort by last modified time
    Searched defs:auth_timeout (Results 1 - 2 of 2) sorted by null

  /external/dbus/bus/
bus.h 56 int auth_timeout; /**< How long to wait for an authentication to time out */ member in struct:__anon5388
connection.c 791 int auth_timeout; local
794 auth_timeout = bus_context_get_auth_timeout (connections->context);
814 if (elapsed >= (double) auth_timeout)
822 next_interval = ((double)auth_timeout) - elapsed;
    [all...]

Completed in 31 milliseconds