Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc89 class LastCheckedTimeVariable : public UpdaterVariableBase<Time> { class
91 explicit LastCheckedTimeVariable(const string& name) in LastCheckedTimeVariable() function in chromeos_update_manager::LastCheckedTimeVariable
103 DISALLOW_COPY_AND_ASSIGN(LastCheckedTimeVariable);
476 var_last_checked_time_(new LastCheckedTimeVariable("last_checked_time")), in RealUpdaterProvider()