Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dpayload_state.cc1010 Time stored_time = Time::FromInternalValue(stored_value); in LoadBackoffExpiryTime() local
1013 << utils::ToString(stored_time) in LoadBackoffExpiryTime()
1015 stored_time = Time(); in LoadBackoffExpiryTime()
1017 SetBackoffExpiryTime(stored_time); in LoadBackoffExpiryTime()
1037 Time stored_time; in LoadUpdateTimestampStart() local
1043 stored_time = now; in LoadUpdateTimestampStart()
1046 stored_time = now; in LoadUpdateTimestampStart()
1048 stored_time = Time::FromInternalValue(stored_value); in LoadUpdateTimestampStart()
1061 stored_time = now; in LoadUpdateTimestampStart()
1064 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()
[all …]
H A Dmetrics_reporter_omaha.cc561 Time stored_time = Time::FromInternalValue(stored_value); in WallclockDurationHelper() local
562 if (stored_time > now) { in WallclockDurationHelper()
566 *out_duration = now - stored_time; in WallclockDurationHelper()
584 Time stored_time = Time::FromInternalValue(*storage); in MonotonicDurationHelper() local
585 *out_duration = now - stored_time; in MonotonicDurationHelper()