Searched refs:GetPowerwashCount (Results 1 – 8 of 8) sorted by relevance
57 ON_CALL(*this, GetPowerwashCount()) in MockHardware()59 &FakeHardware::GetPowerwashCount)); in MockHardware()78 MOCK_CONST_METHOD0(GetPowerwashCount, int());
74 virtual int GetPowerwashCount() const = 0;
62 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount() function
45 int GetPowerwashCount() const override;
49 int GetPowerwashCount() const override;
174 int HardwareAndroid::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareAndroid
182 int HardwareChromeOS::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareChromeOS
571 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing()