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

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 29 void RebootIfNeeded();
  /system/update_engine/client_library/include/update_engine/
client.h 90 virtual void RebootIfNeeded() = 0;
  /system/update_engine/
dbus_service.cc 95 bool DBusUpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
96 return common_->RebootIfNeeded(error);
common_service.h 72 bool RebootIfNeeded(brillo::ErrorPtr* error);
binder_service_brillo.h 64 android::binder::Status RebootIfNeeded() override;
dbus_service.h 73 bool RebootIfNeeded(brillo::ErrorPtr* error) override;
binder_service_brillo.cc 102 Status BinderUpdateEngineBrilloService::RebootIfNeeded() {
103 return CallCommonHandler(&UpdateEngineService::RebootIfNeeded);
common_service.cc 145 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
146 if (!system_state_->update_attempter()->RebootIfNeeded()) {
update_attempter.h 164 bool RebootIfNeeded();
update_engine_client.cc 534 client_->RebootIfNeeded();
update_attempter.cc     [all...]
  /system/update_engine/client_library/
client_binder.h 69 void RebootIfNeeded() override;
client_dbus.h 63 void RebootIfNeeded() override;
client_binder.cc 136 void BinderUpdateEngineClient::RebootIfNeeded() {
137 if (!service_->RebootIfNeeded().isOk()) {
141 LOG(INFO) << "RebootIfNeeded() failure ignored.";
client_dbus.cc 115 void DBusUpdateEngineClient::RebootIfNeeded() {
116 bool ret = proxy_->RebootIfNeeded(nullptr);
121 LOG(INFO) << "RebootIfNeeded() failure ignored.";

Completed in 79 milliseconds