Searched refs:kMaxP2PAttempts (Results 1 – 6 of 6) sorted by relevance
126 const int kMaxP2PAttempts = 10; variable
134 static const int kMaxP2PAttempts; variable
189 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in chromeos_update_manager::ChromeOSPolicy442 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) { in UpdateCanStart()
1165 update_state.p2p_num_attempts = ChromeOSPolicy::kMaxP2PAttempts; in TEST_F()
1404 if (p2p_num_attempts_ > kMaxP2PAttempts) { in P2PAttemptAllowed()1407 << kMaxP2PAttempts in P2PAttemptAllowed()
1553 for (int n = 0; n < kMaxP2PAttempts; n++) { in TEST()