Searched refs:RebootIfNeeded (Results 1 - 15 of 15) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
H A DIUpdateEngine.aidl28 void RebootIfNeeded();
/system/update_engine/client_library/include/update_engine/
H A Dclient.h86 virtual void RebootIfNeeded() = 0;
/system/update_engine/client_library/
H A Dclient_binder.cc118 void BinderUpdateEngineClient::RebootIfNeeded() { function in class:update_engine::internal::BinderUpdateEngineClient
119 if (!service_->RebootIfNeeded().isOk()) {
123 LOG(INFO) << "RebootIfNeeded() failure ignored.";
H A Dclient_dbus.cc105 void DBusUpdateEngineClient::RebootIfNeeded() { function in class:update_engine::internal::DBusUpdateEngineClient
106 bool ret = proxy_->RebootIfNeeded(nullptr);
111 LOG(INFO) << "RebootIfNeeded() failure ignored.";
H A Dclient_binder.h67 void RebootIfNeeded() override;
H A Dclient_dbus.h60 void RebootIfNeeded() override;
/system/update_engine/
H A Ddbus_service.cc84 bool DBusUpdateEngineService::RebootIfNeeded(ErrorPtr* error) { function in class:chromeos_update_engine::DBusUpdateEngineService
85 return common_->RebootIfNeeded(error);
H A Dcommon_service.h73 bool RebootIfNeeded(brillo::ErrorPtr* error);
H A Dbinder_service_brillo.h66 android::binder::Status RebootIfNeeded() override;
H A Ddbus_service.h72 bool RebootIfNeeded(brillo::ErrorPtr* error) override;
H A Dbinder_service_brillo.cc100 Status BinderUpdateEngineBrilloService::RebootIfNeeded() { function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
101 return CallCommonHandler(&UpdateEngineService::RebootIfNeeded);
H A Dcommon_service.cc134 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) { function in class:chromeos_update_engine::UpdateEngineService
135 if (!system_state_->update_attempter()->RebootIfNeeded()) {
H A Dupdate_attempter.h168 bool RebootIfNeeded();
H A Dupdate_engine_client.cc485 client_->RebootIfNeeded();
H A Dupdate_attempter.cc820 bool UpdateAttempter::RebootIfNeeded() { function in class:chromeos_update_engine::UpdateAttempter

Completed in 186 milliseconds