HomeSort by relevance Sort by last modified time
    Searched refs:update_engine (Results 1 - 25 of 59) sorted by null

1 2 3

  /system/update_engine/
update_status_utils.cc 16 #include "update_engine/update_status_utils.h"
19 #include <update_engine/dbus-constants.h>
21 using update_engine::UpdateStatus;
28 return update_engine::kUpdateStatusIdle;
30 return update_engine::kUpdateStatusCheckingForUpdate;
32 return update_engine::kUpdateStatusUpdateAvailable;
34 return update_engine::kUpdateStatusDownloading;
36 return update_engine::kUpdateStatusVerifying;
38 return update_engine::kUpdateStatusFinalizing;
40 return update_engine::kUpdateStatusUpdatedNeedReboot
    [all...]
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);
29 update_engine::UpdateStatus* status);
mock_service_observer.h 21 #include "update_engine/service_observer_interface.h"
29 void(const update_engine::UpdateEngineStatus& update_engine_status));
service_observer_interface.h 23 #include "update_engine/client_library/include/update_engine/update_status.h"
24 #include "update_engine/common/error_code.h"
35 const update_engine::UpdateEngineStatus& update_engine_status) = 0;
dbus_service.cc 17 #include "update_engine/dbus_service.h"
19 #include "update_engine/dbus-constants.h"
20 #include "update_engine/dbus_connection.h"
21 #include "update_engine/update_status_utils.h"
28 using update_engine::UpdateEngineStatus;
48 update_engine::AttemptUpdateFlags flags =
49 static_cast<update_engine::AttemptUpdateFlags>(in_flags_as_int);
50 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive);
58 : update_engine::UpdateAttemptFlags::kFlagNonInteractive,
172 dbus::ObjectPath(update_engine::kUpdateEngineServicePath)) {
    [all...]
parcelable_update_engine_status.h 23 #include "update_engine/client_library/include/update_engine/update_status.h"
34 const update_engine::UpdateEngineStatus& status);
42 // When the update_engine last checked for updates (seconds since unix Epoch)
44 // The current status/operation of the update_engine.
mock_update_attempter.h 22 #include "update_engine/update_attempter.h"
39 MOCK_METHOD1(GetStatus, bool(update_engine::UpdateEngineStatus* out_status));
parcelable_update_engine_status_unittest.cc 17 #include "update_engine/parcelable_update_engine_status.h"
18 #include "update_engine/update_status_utils.h"
27 using update_engine::UpdateEngineStatus;
28 using update_engine::UpdateStatus;
binder_service_android.h 31 #include "update_engine/service_delegate_android_interface.h"
32 #include "update_engine/service_observer_interface.h"
49 const update_engine::UpdateEngineStatus& update_engine_status) override;
  /device/google/atv/products/
aosp_atv_arm64_ab.mk 27 update_engine \
aosp_atv_arm_ab.mk 27 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 34 #include "update_engine/client_library/include/update_engine/client.h"
36 namespace update_engine { namespace
105 std::vector<update_engine::StatusUpdateHandler*> handlers_;
112 } // 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
100 std::vector<update_engine::StatusUpdateHandler*> handlers_;
107 } // 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
54 : update_engine::UpdateAttemptFlags::kFlagNonInteractive,
160 std::vector<update_engine::StatusUpdateHandler*> just_handler = {handler};
245 } // namespace update_engine
  /system/update_engine/client_library/include/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
update_status.h 24 namespace update_engine { namespace
53 // When the update_engine last checked for updates (time_t: seconds from unix
56 // the current status/operation of the update_engine
72 } // 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
111 // its HandleStatusUpdate method will be called every time update_engine's
134 } // 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.
  /external/cros/system_api/dbus/update_engine/
dbus-constants.h 8 namespace update_engine { namespace
64 } // namespace update_engine
  /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/client_library/include/update_engine/update_status.h"
29 #include "update_engine/common/clock_interface.h"
30 #include "update_engine/common/prefs.h"
31 #include "update_engine/omaha_request_params.h"
32 #include "update_engine/update_attempter.h"
33 #include "update_engine/update_status_utils.h"
41 using update_engine::UpdateAttemptFlags
    [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"
45 using update_engine::UpdateAttemptFlags;
198 ActionSetUpdateEngineStatusStatus(update_engine::UpdateStatus::IDLE)
    [all...]
  /external/autotest/client/site_tests/autoupdate_EOL/
autoupdate_EOL.py 10 from autotest_lib.client.cros.update_engine import nano_omaha_devserver
20 shutil.copy('/var/log/update_engine.log', self.resultsdir)
  /external/autotest/server/site_tests/autoupdate_Cellular/
autoupdate_Cellular.py 8 from autotest_lib.server.cros.update_engine import update_engine_test
24 _UPDATE_ENGINE_LOG_FILE = '/var/log/update_engine.log'
65 # Verify there are cellular entries in the update_engine log.
  /external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
autoupdate_NonBlockingOOBEUpdate.py 8 from autotest_lib.server.cros.update_engine import update_engine_test
20 self._host.get_file('/var/log/update_engine.log', self.resultsdir)
56 output = self._host.run('cat /var/log/update_engine.log | grep "%s"'

Completed in 424 milliseconds

1 2 3