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

  /system/update_engine/
dbus_service.cc 84 bool DBusUpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
85 return common_->RebootIfNeeded(error);
binder_service_brillo.cc 100 Status BinderUpdateEngineBrilloService::RebootIfNeeded() {
101 return CallCommonHandler(&UpdateEngineService::RebootIfNeeded);
common_service.cc 134 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
135 if (!system_state_->update_attempter()->RebootIfNeeded()) {
update_attempter.cc     [all...]
  /system/update_engine/client_library/
client_binder.cc 118 void BinderUpdateEngineClient::RebootIfNeeded() {
119 if (!service_->RebootIfNeeded().isOk()) {
123 LOG(INFO) << "RebootIfNeeded() failure ignored.";
client_dbus.cc 105 void DBusUpdateEngineClient::RebootIfNeeded() {
106 bool ret = proxy_->RebootIfNeeded(nullptr);
111 LOG(INFO) << "RebootIfNeeded() failure ignored.";

Completed in 1676 milliseconds