Searched refs:AllowDowngrade (Results 1 – 6 of 6) sorted by relevance
131 virtual bool AllowDowngrade() const = 0;
135 bool AllowDowngrade() const override { return false; } in AllowDowngrade() function
57 bool AllowDowngrade() const override;
62 bool AllowDowngrade() const override { return false; } in AllowDowngrade() function
203 bool HardwareAndroid::AllowDowngrade() const { in AllowDowngrade() function in chromeos_update_engine::HardwareAndroid
1637 if (!hardware_->AllowDowngrade()) { in ValidateManifest()