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 28 void RebootIfNeeded();
  /system/update_engine/client_library/include/update_engine/
client.h 90 virtual void RebootIfNeeded() = 0;
  /system/update_engine/
dbus_service.cc 85 bool DBusUpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
86 return common_->RebootIfNeeded(error);
common_service.h 73 bool RebootIfNeeded(brillo::ErrorPtr* error);
binder_service_brillo.h 67 android::binder::Status RebootIfNeeded() override;
binder_service_brillo.cc 100 Status BinderUpdateEngineBrilloService::RebootIfNeeded() {
101 return CallCommonHandler(&UpdateEngineService::RebootIfNeeded);
common_service.cc 135 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
136 if (!system_state_->update_attempter()->RebootIfNeeded()) {
dbus_service.h 73 bool RebootIfNeeded(brillo::ErrorPtr* error) override;
update_attempter.h 168 bool RebootIfNeeded();
update_engine_client.cc 519 client_->RebootIfNeeded();
update_attempter.cc 811 bool UpdateAttempter::RebootIfNeeded() {
    [all...]
  /system/update_engine/client_library/
client_binder.h 69 void RebootIfNeeded() override;
client_dbus.h 63 void RebootIfNeeded() override;
client_binder.cc 132 void BinderUpdateEngineClient::RebootIfNeeded() {
133 if (!service_->RebootIfNeeded().isOk()) {
137 LOG(INFO) << "RebootIfNeeded() failure ignored.";
client_dbus.cc 113 void DBusUpdateEngineClient::RebootIfNeeded() {
114 bool ret = proxy_->RebootIfNeeded(nullptr);
119 LOG(INFO) << "RebootIfNeeded() failure ignored.";

Completed in 155 milliseconds