Searched refs:kMaxP2PAttempts (Results 1 – 6 of 6) sorted by relevance
155 const int kMaxP2PAttempts = 10; variable
123 static const int kMaxP2PAttempts; variable
209 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in chromeos_update_manager::ChromeOSPolicy422 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) { in UpdateCanStart()
1094 update_state.p2p_num_attempts = ChromeOSPolicy::kMaxP2PAttempts; in TEST_F()
1423 if (p2p_num_attempts_ > kMaxP2PAttempts) { in P2PAttemptAllowed()1425 << " which is greater than " << kMaxP2PAttempts in P2PAttemptAllowed()
1530 for (int n = 0; n < kMaxP2PAttempts; n++) { in TEST()