Searched refs:SetUpdateTimestampStart (Results 1 – 5 of 5) sorted by relevance
67 void SetUpdateTimestampStart(const base::Time& update_start_time,
338 void SetUpdateTimestampStart(const Time& update_start_time, in SetUpdateTimestampStart() function
822 SetUpdateTimestampStart(SystemState::Get()->clock()->GetWallclockTime()); in ResetPersistedState()1064 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()1067 void PayloadState::SetUpdateTimestampStart(const Time& value) { in SetUpdateTimestampStart() function in chromeos_update_engine::PayloadState1069 metrics_utils::SetUpdateTimestampStart(value, prefs_); in SetUpdateTimestampStart()
314 void SetUpdateTimestampStart(const base::Time& value);
961 metrics_utils::SetUpdateTimestampStart(clock_->GetMonotonicTime(), prefs_); in UpdatePrefsOnUpdateStart()