Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmock_hardware.h68 ON_CALL(*this, GetPowerwashCount()) in MockHardware()
70 testing::Invoke(&fake_, &FakeHardware::GetPowerwashCount)); in MockHardware()
102 MOCK_CONST_METHOD0(GetPowerwashCount, int());
Dhardware_interface.h106 virtual int GetPowerwashCount() const = 0;
Dfake_hardware.h109 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount() function
/system/update_engine/
Dhardware_android.h51 int GetPowerwashCount() const override;
Dhardware_chromeos.h56 int GetPowerwashCount() const override;
Dhardware_android.cc155 int HardwareAndroid::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareAndroid
Dhardware_chromeos.cc250 int HardwareChromeOS::GetPowerwashCount() const { in GetPowerwashCount() function in chromeos_update_engine::HardwareChromeOS
Domaha_request_action.cc329 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing()