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

  /system/update_engine/update_manager/
update_manager.cc 24 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock,
36 UpdateManager::~UpdateManager() {
44 void UpdateManager::UnregisterEvalContext(EvaluationContext* ec) {
update_manager.h 46 class UpdateManager {
48 // Creates the UpdateManager instance, assuming ownership on the provided
50 UpdateManager(chromeos_update_engine::ClockInterface* clock,
54 virtual ~UpdateManager();
58 // Policy class for the policy request to call. The UpdateManager will call
95 // The UpdateManager receives ownership of the passed Policy instance.
140 // The policy used by the UpdateManager. Note that since it is a const Policy,
162 // destructed; alternatively, when the UpdateManager instance is destroyed, it
168 base::WeakPtrFactory<UpdateManager> weak_ptr_factory_;
170 DISALLOW_COPY_AND_ASSIGN(UpdateManager);
    [all...]
  /external/autotest/contrib/
crbug_crawler.py 81 class UpdateManager(object):
370 updater = UpdateManager(autocommit=True)

Completed in 551 milliseconds