Searched refs:kMaxP2PAttempts (Results 1 – 6 of 6) sorted by relevance
160 constexpr int kMaxP2PAttempts = 10; variable
118 static const int kMaxP2PAttempts; variable
210 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in chromeos_update_manager::ChromeOSPolicy426 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) { in UpdateCanStart()
1120 update_state.p2p_num_attempts = ChromeOSPolicy::kMaxP2PAttempts; in TEST_F()
1402 if (p2p_num_attempts_ > kMaxP2PAttempts) { in P2PAttemptAllowed()1404 << " which is greater than " << kMaxP2PAttempts in P2PAttemptAllowed()
1488 for (int n = 0; n < kMaxP2PAttempts; n++) { in TEST_F()