Home | History | Annotate | Download | only in update_engine

Lines Matching refs:stored_time

936   Time stored_time = Time::FromInternalValue(stored_value);
937 if (stored_time > Time::Now() + TimeDelta::FromDays(kMaxBackoffDays)) {
939 << utils::ToString(stored_time)
941 stored_time = Time();
943 SetBackoffExpiryTime(stored_time);
964 Time stored_time;
973 stored_time = now;
976 stored_time = now;
978 stored_time = Time::FromInternalValue(stored_value);
985 TimeDelta duration_according_to_stored_time = now - stored_time;
988 << utils::ToString(stored_time)
992 stored_time = now;
995 SetUpdateTimestampStart(stored_time);
1350 Time stored_time = Time::FromInternalValue(stored_value);
1351 SetP2PFirstAttemptTimestamp(stored_time);