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

  /external/dbus/test/data/equiv-config-files/basic/
basic-1.conf 18 <limit name="auth_timeout">6000</limit>
  /external/dbus/test/data/valid-config-files/
basic.conf 18 <limit name="auth_timeout">6000</limit>
many-rules.conf 51 <limit name="auth_timeout">6000</limit>
  /external/dbus/bus/
session.conf.in 54 <limit name="auth_timeout">240000</limit>
bus.h 56 int auth_timeout; /**< How long to wait for an authentication to time out */ member in struct:__anon5958
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...]
config-parser.c 429 parser->limits.auth_timeout = 30000; /* 30 seconds */
    [all...]
bus.c 1218 return context->limits.auth_timeout;
    [all...]
dbus-daemon.1.in 383 "auth_timeout" : milliseconds (thousandths) a
  /external/dbus/test/name-test/
tmp-session-like-system.conf 81 <limit name="auth_timeout">240000</limit>
  /external/dropbear/
options.h 232 /* Close connections to clients which haven't authorised after AUTH_TIMEOUT */
233 #ifndef AUTH_TIMEOUT
234 #define AUTH_TIMEOUT 300 /* we choose 5 minutes */
svr-session.c 98 ses.connecttimeout = timeout.tv_sec + AUTH_TIMEOUT;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 128 private static final int AUTH_TIMEOUT = 3;
597 case AUTH_TIMEOUT:
614 .obtainMessage(AUTH_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);
  /external/dbus/cmake/bus/
dbus-daemon.xml 401 "auth_timeout" : milliseconds (thousandths) a

Completed in 907 milliseconds