Searched refs:kMaxP2PAttempts (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/common/
H A Dconstants.h129 const int kMaxP2PAttempts = 10; member in namespace:chromeos_update_engine
/system/update_engine/update_manager/
H A Dchromeos_policy.h134 static const int kMaxP2PAttempts; member in class:chromeos_update_manager::ChromeOSPolicy
H A Dchromeos_policy.cc185 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in class:chromeos_update_manager::ChromeOSPolicy
408 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) {
H A Dchromeos_policy_unittest.cc1084 update_state.p2p_num_attempts = ChromeOSPolicy::kMaxP2PAttempts;
/system/update_engine/
H A Dpayload_state.cc1365 if (p2p_num_attempts_ > kMaxP2PAttempts) {
1368 << kMaxP2PAttempts local
H A Dpayload_state_unittest.cc1524 // Should allow exactly kMaxP2PAttempts...
1525 for (int n = 0; n < kMaxP2PAttempts; n++) {

Completed in 145 milliseconds