Searched defs:kMaxP2PAttempts (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/update_engine/update_manager/ | ||
H A D | chromeos_policy.h | 118 static const int kMaxP2PAttempts; variable |
H A D | chromeos_policy.cc | 210 const int ChromeOSPolicy::kMaxP2PAttempts = 10; member in chromeos_update_manager::ChromeOSPolicy |
/aosp12/system/update_engine/common/ | ||
H A D | constants.h | 160 constexpr int kMaxP2PAttempts = 10; variable |