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.h124 static const int kMaxP2PAttempts; member in class:chromeos_update_manager::ChromeOSPolicy
H A Dchromeos_policy.cc192 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in class:chromeos_update_manager::ChromeOSPolicy
377 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) {
H A Dchromeos_policy_unittest.cc965 update_state.p2p_num_attempts = ChromeOSPolicy::kMaxP2PAttempts;
/system/update_engine/
H A Dpayload_state.cc1350 if (p2p_num_attempts_ > kMaxP2PAttempts) {
1353 << kMaxP2PAttempts local
H A Dpayload_state_unittest.cc1504 // Should allow exactly kMaxP2PAttempts...
1505 for (int n = 0; n < kMaxP2PAttempts; n++) {

Completed in 96 milliseconds