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());
106 virtual int GetPowerwashCount() const = 0;
109 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount() function
51 int GetPowerwashCount() const override;
56 int GetPowerwashCount() const override;
155 int HardwareAndroid::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareAndroid
250 int HardwareChromeOS::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareChromeOS
329 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing()