Searched defs:stored_time (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dmetrics_utils.cc270 Time stored_time = Time::FromInternalValue(stored_value); local
271 if (stored_time > now) {
275 *out_duration = now - stored_time;
295 Time stored_time = Time::FromInternalValue(*storage); local
296 *out_duration = now - stored_time;
H A Dpayload_state.cc936 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; local
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;
1350 Time stored_time = Time::FromInternalValue(stored_value); local
[all...]

Completed in 47 milliseconds