Home
last modified time | relevance | path

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

/system/update_engine/
Ddbus_service.cc37 : common_(new UpdateEngineService{system_state}) {} in DBusUpdateEngineService()
57 return common_->AttemptUpdate( in AttemptUpdateWithFlags()
84 return common_->AttemptInstall( in AttemptInstall()
90 return common_->AttemptRollback(error, in_powerwash); in AttemptRollback()
95 return common_->CanRollback(error, out_can_rollback); in CanRollback()
99 return common_->ResetStatus(error); in ResetStatus()
109 if (!common_->GetStatus(error, &status)) { in GetStatus()
121 return common_->RebootIfNeeded(error); in RebootIfNeeded()
127 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
133 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
[all …]
Dbinder_service_brillo.h41 : common_(new UpdateEngineService(system_state)) {} in BinderUpdateEngineBrilloService()
106 std::unique_ptr<UpdateEngineService> common_; variable
Ddbus_service.h157 std::unique_ptr<UpdateEngineService> common_;
Dbinder_service_brillo.cc56 if (((common_.get())->*Handler)(&error, arguments...)) in CallCommonHandler()