Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc134 class StageVariable : public UpdaterVariableBase<Stage> { class
136 explicit StageVariable(const string& name) in StageVariable() function in chromeos_update_manager::StageVariable
149 DISALLOW_COPY_AND_ASSIGN(StageVariable);
152 const StageVariable::CurrOpStrToStage StageVariable::curr_op_str_to_stage[] = {
168 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, string* errmsg) { in GetValue()
480 var_stage_(new StageVariable("stage")), in RealUpdaterProvider()