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

  /system/update_engine/
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;
dbus_service.cc 166 UpdateEngineAdaptor::UpdateEngineAdaptor(SystemState* system_state)
174 void UpdateEngineAdaptor::RegisterAsync(
180 bool UpdateEngineAdaptor::RequestOwnership() {
185 void UpdateEngineAdaptor::SendStatusUpdate(

Completed in 52 milliseconds