OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_timeout
(Results
1 - 16
of
16
) 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
53
<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:__anon10120
connection.c
777
int
auth_timeout
;
local
780
auth_timeout
= bus_context_get_auth_timeout (connections->context);
800
if (elapsed >= (double)
auth_timeout
)
808
next_interval = ((double)
auth_timeout
) - elapsed;
[
all
...]
config-parser.c
430
parser->limits.
auth_timeout
= 30000; /* 30 seconds */
[
all
...]
bus.c
1247
return context->limits.
auth_timeout
;
[
all
...]
/system/keymaster/
attestation_record.cpp
94
ASN1_INTEGER*
auth_timeout
;
member in struct:keymaster::km_auth_list
123
ASN1_EXP_OPT(KM_AUTH_LIST,
auth_timeout
, ASN1_INTEGER, TAG_AUTH_TIMEOUT.masked_tag()),
285
integer_ptr = &record->
auth_timeout
;
624
if (record->
auth_timeout
&&
625
!auth_list->push_back(TAG_AUTH_TIMEOUT, ASN1_INTEGER_get(record->
auth_timeout
)))
/external/dbus/test/name-test/
tmp-session-like-system.conf
81
<limit name="
auth_timeout
">240000</limit>
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapSession.java
47
public static final int
AUTH_TIMEOUT
= 9;
162
mParentHandler.obtainMessage(
AUTH_TIMEOUT
).sendToTarget();
BluetoothPbapClient.java
461
case BluetoothPbapSession.
AUTH_TIMEOUT
:
[
all
...]
/system/vold/
KeyStorage.cpp
59
static constexpr uint32_t
AUTH_TIMEOUT
= 30; // Seconds
120
paramBuilder.Authorization(keymaster::TAG_AUTH_TIMEOUT,
AUTH_TIMEOUT
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
138
private static final int
AUTH_TIMEOUT
= 3;
700
case
AUTH_TIMEOUT
:
717
.obtainMessage(
AUTH_TIMEOUT
), USER_CONFIRM_TIMEOUT_VALUE);
[
all
...]
/external/dbus/cmake/bus/
dbus-daemon.xml
401
"
auth_timeout
" : milliseconds (thousandths) a
/external/dbus/doc/
dbus-daemon.1.in
387
"
auth_timeout
" : milliseconds (thousandths) a
Completed in 883 milliseconds