Home
last modified time | relevance | path

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

/system/update_engine/
Ddbus_service.cc29 : common_(new UpdateEngineService{system_state}) { in DBusUpdateEngineService()
51 return common_->AttemptUpdate( in AttemptUpdateWithFlags()
58 return common_->AttemptRollback(error, in_powerwash); in AttemptRollback()
63 return common_->CanRollback(error, out_can_rollback); in CanRollback()
67 return common_->ResetStatus(error); in ResetStatus()
76 return common_->GetStatus(error, in GetStatus()
85 return common_->RebootIfNeeded(error); in RebootIfNeeded()
91 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
97 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
102 return common_->SetP2PUpdatePermission(error, in_enabled); in SetP2PUpdatePermission()
[all …]
Dbinder_service_brillo.h40 : common_(new UpdateEngineService(system_state)) {} in BinderUpdateEngineBrilloService()
101 std::unique_ptr<UpdateEngineService> common_; variable
Ddbus_service.h137 std::unique_ptr<UpdateEngineService> common_;
Dbinder_service_brillo.cc55 if (((common_.get())->*Handler)(&error, arguments...)) in CallCommonHandler()