Searched refs:GetPowerwashCount (Results 1 – 8 of 8) sorted by relevance
68 ON_CALL(*this, GetPowerwashCount()) in MockHardware()70 testing::Invoke(&fake_, &FakeHardware::GetPowerwashCount)); in MockHardware()102 MOCK_CONST_METHOD0(GetPowerwashCount, int());
102 virtual int GetPowerwashCount() const = 0;
105 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount() function
50 int GetPowerwashCount() const override;
55 int GetPowerwashCount() const override;
150 int HardwareAndroid::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareAndroid
216 int HardwareChromeOS::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareChromeOS
744 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing()