Searched refs:SetUpdateTimestampStart (Results 1 – 5 of 5) sorted by relevance
92 void SetUpdateTimestampStart(const base::Time& update_start_time,
819 SetUpdateTimestampStart(system_state_->clock()->GetWallclockTime()); in ResetPersistedState()1074 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()1077 void PayloadState::SetUpdateTimestampStart(const Time& value) { in SetUpdateTimestampStart() function in chromeos_update_engine::PayloadState1079 metrics_utils::SetUpdateTimestampStart(value, prefs_); in SetUpdateTimestampStart()
312 void SetUpdateTimestampStart(const base::Time& value);
377 void SetUpdateTimestampStart(const Time& update_start_time, in SetUpdateTimestampStart() function
932 metrics_utils::SetUpdateTimestampStart(clock_->GetMonotonicTime(), prefs_); in UpdatePrefsOnUpdateStart()