Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dpayload_state.cc1411 TimeDelta time_spent_attempting_p2p = now - p2p_first_attempt_timestamp_; in P2PAttemptAllowed() local
1412 if (time_spent_attempting_p2p.InSeconds() < 0) { in P2PAttemptAllowed()
1417 if (time_spent_attempting_p2p.InSeconds() > kMaxP2PAttemptTimeSeconds) { in P2PAttemptAllowed()
1419 << utils::FormatTimeDelta(time_spent_attempting_p2p) in P2PAttemptAllowed()