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

  /system/update_engine/update_manager/
update_manager.cc 28 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock,
42 UpdateManager::~UpdateManager() {
50 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...]

Completed in 68 milliseconds