Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dconstants.h160 constexpr int kMaxP2PAttempts = 10; variable
/aosp12/system/update_engine/update_manager/
H A Dchromeos_policy.h118 static const int kMaxP2PAttempts; variable
H A Dchromeos_policy.cc210 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in chromeos_update_manager::ChromeOSPolicy
426 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) { in UpdateCanStart()
H A Dchromeos_policy_unittest.cc1120 update_state.p2p_num_attempts = ChromeOSPolicy::kMaxP2PAttempts; in TEST_F()
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc1402 if (p2p_num_attempts_ > kMaxP2PAttempts) { in P2PAttemptAllowed()
1404 << " which is greater than " << kMaxP2PAttempts in P2PAttemptAllowed()
H A Dpayload_state_unittest.cc1488 for (int n = 0; n < kMaxP2PAttempts; n++) { in TEST_F()