Home
last modified time | relevance | path

Searched refs:GetPowerwashCount (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/common/
Dmock_hardware.h57 ON_CALL(*this, GetPowerwashCount()) in MockHardware()
59 &FakeHardware::GetPowerwashCount)); in MockHardware()
78 MOCK_CONST_METHOD0(GetPowerwashCount, int());
Dhardware_interface.h74 virtual int GetPowerwashCount() const = 0;
Dfake_hardware.h62 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount() function
/system/update_engine/
Dhardware_android.h45 int GetPowerwashCount() const override;
Dhardware_chromeos.h49 int GetPowerwashCount() const override;
Dhardware_android.cc174 int HardwareAndroid::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareAndroid
Dhardware_chromeos.cc182 int HardwareChromeOS::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareChromeOS
Domaha_request_action.cc571 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing()