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

  /system/update_engine/client_library/
client.cc 17 #include "update_engine/client_library/include/update_engine/client.h"
22 #include "update_engine/client_library/client_binder.h"
24 #include "update_engine/client_library/client_dbus.h"
29 namespace update_engine { namespace
46 } // namespace update_engine
client_dbus.h 27 #include "update_engine/client_library/include/update_engine/client.h"
28 #include "update_engine/dbus-proxies.h"
30 namespace update_engine { namespace
100 std::vector<update_engine::StatusUpdateHandler*> handlers_;
107 } // namespace update_engine
client_binder.h 34 #include "update_engine/client_library/include/update_engine/client.h"
36 namespace update_engine { namespace
109 std::vector<update_engine::StatusUpdateHandler*> handlers_;
116 } // namespace update_engine
client_binder.cc 17 #include "update_engine/client_library/client_binder.h"
24 #include "update_engine/common_service.h"
25 #include "update_engine/parcelable_update_engine_status.h"
26 #include "update_engine/update_status_utils.h"
38 namespace update_engine { namespace
251 } // namespace update_engine
client_dbus.cc 17 #include "update_engine/client_library/client_dbus.h"
22 #include <update_engine/dbus-constants.h>
24 #include "update_engine/update_status_utils.h"
31 namespace update_engine { namespace
158 std::vector<update_engine::StatusUpdateHandler*> just_handler = {handler};
243 } // namespace update_engine
  /system/update_engine/client_library/include/update_engine/
client.h 24 #include "update_engine/status_update_handler.h"
25 #include "update_engine/update_status.h"
27 namespace update_engine { namespace
35 // Force the update_engine to attempt an update.
40 // Force update_engine to look for updates from the given server. Passing
41 // empty indicates update_engine should get this parameter from its
42 // config. Note that update_engine will ignore this parameter in
111 // its HandleStatusUpdate method will be called every time update_engine's
134 } // namespace update_engine
status_update_handler.h 22 #include "update_engine/client.h"
23 #include "update_engine/update_status.h"
25 namespace update_engine { namespace
27 // Handles update_engine status changes. An instance of this class can be
28 // registered with UpdateEngineClient and will respond to any update_engine
37 // Runs every time update_engine reports a status change.
45 } // namespace update_engine
update_status.h 20 namespace update_engine { namespace
35 } // namespace update_engine
  /external/cros/system_api/dbus/update_engine/
dbus-constants.h 8 namespace update_engine { namespace
60 } // namespace update_engine

Completed in 85 milliseconds