OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kTimeoutPeriodicInterval
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/update_manager/
chromeos_policy.h
125
static const int
kTimeoutPeriodicInterval
;
chromeos_policy.cc
175
const int ChromeOSPolicy::
kTimeoutPeriodicInterval
= 5 * 60 * 60;
178
const int ChromeOSPolicy::
kTimeoutPeriodicInterval
= 45 * 60;
592
//
kTimeoutPeriodicInterval
for the subsequent update checks. If the update
633
interval =
kTimeoutPeriodicInterval
;
647
if (interval <=
kTimeoutPeriodicInterval
) {
648
interval =
kTimeoutPeriodicInterval
;
[
all
...]
Completed in 39 milliseconds