OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeout_sec
(Results
1 - 2
of
2
) sorted by null
/external/libweave/src/
access_api_handler.cc
150
int
timeout_sec
= 0;
local
151
parameters.GetInteger(kExpirationTimeout, &
timeout_sec
);
154
base::Time::Now() + base::TimeDelta::FromSeconds(
timeout_sec
);
/external/wpa_supplicant_8/wpa_supplicant/
events.c
1212
int
timeout_sec
, int timeout_usec)
1227
wpa_supplicant_req_scan(wpa_s,
timeout_sec
, timeout_usec);
1662
int
timeout_sec
= wpa_s->scan_interval;
local
[
all
...]
Completed in 113 milliseconds