Searched refs:GetPowerwashCount (Results 1 – 8 of 8) sorted by relevance
51 ON_CALL(*this, GetPowerwashCount()) in MockHardware()53 &FakeHardware::GetPowerwashCount)); in MockHardware()71 MOCK_CONST_METHOD0(GetPowerwashCount, int());
66 virtual int GetPowerwashCount() const = 0;
63 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount() function
43 int GetPowerwashCount() const override;
44 int GetPowerwashCount() const override;
147 int HardwareAndroid::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareAndroid
136 int HardwareChromeOS::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareChromeOS
549 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing()