/system/update_engine/ |
update_status_utils.h | 22 #include "update_engine/client_library/include/update_engine/update_status.h" 26 const char* UpdateStatusToString(const update_engine::UpdateStatus& status); 30 const update_engine::UpdateStatus& status); 33 update_engine::UpdateStatus* status);
|
update_status_utils.cc | 16 #include "update_engine/update_status_utils.h" 19 #include <update_engine/dbus-constants.h> 21 using update_engine::UpdateStatus; 43 return update_engine::kUpdateStatusIdle; 45 return update_engine::kUpdateStatusCheckingForUpdate; 47 return update_engine::kUpdateStatusUpdateAvailable; 49 return update_engine::kUpdateStatusDownloading; 51 return update_engine::kUpdateStatusVerifying; 53 return update_engine::kUpdateStatusFinalizing; 55 return update_engine::kUpdateStatusUpdatedNeedReboot [all...] |
service_observer_interface.h | 23 #include "update_engine/client_library/include/update_engine/update_status.h" 24 #include "update_engine/common/error_code.h" 36 update_engine::UpdateStatus status,
|
weave_service_interface.h | 24 #include "update_engine/client_library/include/update_engine/update_status.h" 25 #include "update_engine/service_observer_interface.h" 49 update_engine::UpdateStatus* update_status,
|
dbus_service.cc | 17 #include "update_engine/dbus_service.h" 19 #include "update_engine/dbus-constants.h" 20 #include "update_engine/update_status_utils.h" 46 update_engine::AttemptUpdateFlags flags = 47 static_cast<update_engine::AttemptUpdateFlags>(in_flags_as_int); 49 update_engine::kAttemptUpdateFlagNonInteractive); 147 dbus::ObjectPath(update_engine::kUpdateEngineServicePath)) {} 156 return bus_->RequestOwnershipAndBlock(update_engine::kUpdateEngineServiceName, 162 update_engine::UpdateStatus status,
|
weave_service.h | 27 #include "update_engine/weave_service_interface.h" 41 update_engine::UpdateStatus status,
|
weave_service.cc | 17 #include "update_engine/weave_service.h" 26 #include "update_engine/update_status_utils.h" 67 update_engine::UpdateStatus /* status */, 86 update_engine::UpdateStatus update_status;
|
binder_service_android.h | 31 #include "update_engine/service_delegate_android_interface.h" 32 #include "update_engine/service_observer_interface.h" 50 update_engine::UpdateStatus status,
|
update_engine_client.cc | 32 #include "update_engine/common/error_code.h" 33 #include "update_engine/common/error_code_utils.h" 34 #include "update_engine/client.h" 35 #include "update_engine/status_update_handler.h" 36 #include "update_engine/update_status.h" 37 #include "update_engine/update_status_utils.h" 44 using update_engine::UpdateStatus; 64 client_ = update_engine::UpdateEngineClient::CreateInstance(); 101 unique_ptr<update_engine::UpdateEngineClient> client_; 104 vector<unique_ptr<update_engine::StatusUpdateHandler>> handlers_ [all...] |
update_attempter_android.h | 28 #include "update_engine/client_library/include/update_engine/update_status.h" 29 #include "update_engine/common/action_processor.h" 30 #include "update_engine/common/boot_control_interface.h" 31 #include "update_engine/common/cpu_limiter.h" 32 #include "update_engine/common/hardware_interface.h" 33 #include "update_engine/common/prefs_interface.h" 34 #include "update_engine/payload_consumer/download_action.h" 35 #include "update_engine/payload_consumer/postinstall_runner_action.h" 36 #include "update_engine/service_delegate_android_interface.h [all...] |
Android.mk | 80 LOCAL_DBUS_PROXY_PREFIX := update_engine 117 # update_engine-dbus-adaptor (from generate-dbus-adaptors.gypi) 121 LOCAL_MODULE := update_engine-dbus-adaptor 127 # update_engine-dbus-libcros-client (from generate-dbus-proxies.gypi) 130 LOCAL_MODULE := update_engine-dbus-libcros-client 245 update_engine-dbus-adaptor \ 246 update_engine-dbus-libcros-client \ 293 update_engine-dbus-adaptor \ 294 update_engine-dbus-libcros-client \ 415 # update_engine (type: executable [all...] |
binder_service_brillo.h | 27 #include "update_engine/common_service.h" 28 #include "update_engine/parcelable_update_engine_status.h" 29 #include "update_engine/service_observer_interface.h" 50 update_engine::UpdateStatus status,
|
/system/update_engine/client_library/include/update_engine/ |
update_status.h | 20 namespace update_engine { namespace 35 } // 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
|
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 107 // its HandleStatusUpdate method will be called every time update_engine's 127 } // namespace update_engine
|
/external/cros/system_api/dbus/update_engine/ |
dbus-constants.h | 8 namespace update_engine { namespace 49 } // namespace update_engine
|
/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_binder.h | 35 #include "update_engine/client_library/include/update_engine/client.h" 37 namespace update_engine { namespace 104 std::vector<update_engine::StatusUpdateHandler*> handlers_; 111 } // 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 95 std::vector<update_engine::StatusUpdateHandler*> handlers_; 102 } // 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 150 std::vector<update_engine::StatusUpdateHandler*> just_handler = {handler}; 234 } // namespace update_engine
|
/system/update_engine/init/ |
update-engine.conf | 21 # to disable update_engine in factory images. Do not change this without 31 exec ionice -c3 update_engine 33 # Put update_engine process in its own cgroup.
|
/system/core/crash_reporter/ |
crash_reporter_logs.conf | 31 update_engine=cat $(ls -1tr /var/log/update_engine | tail -5 | \ 32 sed s.^./var/log/update_engine/.) | tail -c 50000 35 # so it is handled in the same way as update_engine. 36 cros_installer=cat $(ls -1tr /var/log/update_engine | tail -5 | \ 37 sed s.^./var/log/update_engine/.) | tail -c 50000
|
/system/update_engine/update_manager/ |
real_updater_provider.cc | 17 #include "update_engine/update_manager/real_updater_provider.h" 26 #include <update_engine/dbus-constants.h> 28 #include "update_engine/common/clock_interface.h" 29 #include "update_engine/common/prefs.h" 30 #include "update_engine/omaha_request_params.h" 31 #include "update_engine/update_attempter.h" 151 {update_engine::kUpdateStatusIdle, Stage::kIdle}, 152 {update_engine::kUpdateStatusCheckingForUpdate, Stage::kCheckingForUpdate}, 153 {update_engine::kUpdateStatusUpdateAvailable, Stage::kUpdateAvailable}, 154 {update_engine::kUpdateStatusDownloading, Stage::kDownloading} [all...] |
real_updater_provider_unittest.cc | 17 #include "update_engine/update_manager/real_updater_provider.h" 24 #include <update_engine/dbus-constants.h> 26 #include "update_engine/common/fake_clock.h" 27 #include "update_engine/common/fake_prefs.h" 28 #include "update_engine/fake_system_state.h" 29 #include "update_engine/mock_update_attempter.h" 30 #include "update_engine/omaha_request_params.h" 31 #include "update_engine/update_manager/umtest_utils.h" 178 .WillOnce(DoAll(SetArgPointee<2>(update_engine::kUpdateStatusIdle), 187 SetArgPointee<2>(update_engine::kUpdateStatusCheckingForUpdate) [all...] |
/system/core/metricsd/uploader/ |
system_profile_cache.cc | 26 #include <update_engine/client.h> 82 auto client = update_engine::UpdateEngineClient::CreateInstance();
|