OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxFailedConnectionAttempts
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
connection_health_checker.cc
69
const int ConnectionHealthChecker::
kMaxFailedConnectionAttempts
= 2;
265
if (num_connection_failures_ ==
kMaxFailedConnectionAttempts
) {
connection_health_checker.h
155
// After |
kMaxFailedConnectionAttempts
| failed attempts to connect, give up
157
static const int
kMaxFailedConnectionAttempts
;
Completed in 84 milliseconds