Searched refs:SetUpdateTimestampStart (Results 1 – 5 of 5) sorted by relevance
92 void SetUpdateTimestampStart(const base::Time& update_start_time,
792 SetUpdateTimestampStart(system_state_->clock()->GetWallclockTime()); in ResetPersistedState()1046 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()1049 void PayloadState::SetUpdateTimestampStart(const Time& value) { in SetUpdateTimestampStart() function in chromeos_update_engine::PayloadState1051 metrics_utils::SetUpdateTimestampStart(value, prefs_); in SetUpdateTimestampStart()
301 void SetUpdateTimestampStart(const base::Time& value);
369 void SetUpdateTimestampStart(const Time& update_start_time, in SetUpdateTimestampStart() function
824 metrics_utils::SetUpdateTimestampStart(clock_->GetMonotonicTime(), prefs_); in UpdatePrefsOnUpdateStart()