OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOutOfCreditsConnectionDropSeconds
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc
41
ActivePassiveOutOfCreditsDetector::
kOutOfCreditsConnectionDropSeconds
= 15;
199
//
kOutOfCreditsConnectionDropSeconds
. If the number of retries exceeds
238
if (time_since_connect.InSeconds() >
kOutOfCreditsConnectionDropSeconds
) {
257
if (time_since_connect.InSeconds() <=
kOutOfCreditsConnectionDropSeconds
) {
active_passive_out_of_credits_detector.h
68
static const int64_t
kOutOfCreditsConnectionDropSeconds
;
active_passive_out_of_credits_detector_unittest.cc
233
kOutOfCreditsConnectionDropSeconds
+ 1);
Completed in 1708 milliseconds