Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc231 class UpdateCompletedTimeVariable : public UpdaterVariableBase<Time> { class
233 UpdateCompletedTimeVariable(const string& name, SystemState* system_state) in UpdateCompletedTimeVariable() function in chromeos_update_manager::UpdateCompletedTimeVariable
257 DISALLOW_COPY_AND_ASSIGN(UpdateCompletedTimeVariable);
450 var_update_completed_time_(new UpdateCompletedTimeVariable( in RealUpdaterProvider()