Searched defs:DefaultPolicy (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/update_manager/
H A Ddefault_policy.cc31 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock) function in class:chromeos_update_manager::DefaultPolicy
34 EvalStatus DefaultPolicy::UpdateCheckAllowed(
56 EvalStatus DefaultPolicy::UpdateCanStart(
76 EvalStatus DefaultPolicy::UpdateDownloadAllowed(
85 EvalStatus DefaultPolicy::P2PEnabled(
94 EvalStatus DefaultPolicy::P2PEnabledChanged(
H A Ddefault_policy.h30 // Auxiliary state class for DefaultPolicy evaluations.
34 // exception here to ensure that DefaultPolicy indeed serves as a safe (and
58 // The DefaultPolicy is a safe Policy implementation that doesn't fail. The
61 class DefaultPolicy : public Policy { class in namespace:chromeos_update_manager
63 explicit DefaultPolicy(chromeos_update_engine::ClockInterface* clock);
64 DefaultPolicy() : DefaultPolicy(nullptr) {} function in class:chromeos_update_manager::DefaultPolicy
65 ~DefaultPolicy() override {}
91 std::string PolicyName() const override { return "DefaultPolicy"; }
100 DISALLOW_COPY_AND_ASSIGN(DefaultPolicy);
[all...]

Completed in 57 milliseconds