Home | History | Annotate | Download | only in update_manager

Lines Matching defs:UpdateManager

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);