HomeSort by relevance Sort by last modified time
    Searched refs:UpdateEngineAdaptor (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
daemon.h 58 std::unique_ptr<UpdateEngineAdaptor> dbus_adaptor_;
dbus_service.cc 166 UpdateEngineAdaptor::UpdateEngineAdaptor(SystemState* system_state)
174 void UpdateEngineAdaptor::RegisterAsync(
180 bool UpdateEngineAdaptor::RequestOwnership() {
185 void UpdateEngineAdaptor::SendStatusUpdate(
dbus_service.h 151 // The UpdateEngineAdaptor class runs the UpdateEngineInterface in the fixed
154 class UpdateEngineAdaptor : public org::chromium::UpdateEngineInterfaceAdaptor,
157 UpdateEngineAdaptor(SystemState* system_state);
158 ~UpdateEngineAdaptor() = default;
daemon.cc 84 dbus_adaptor_.reset(new UpdateEngineAdaptor(real_system_state));
99 LOG(ERROR) << "Registering the UpdateEngineAdaptor";
update_attempter.h 55 class UpdateEngineAdaptor;

Completed in 447 milliseconds