HomeSort by relevance Sort by last modified time
    Searched refs:GetPowerwashCount (Results 1 - 8 of 8) sorted by null

  /system/update_engine/common/
mock_hardware.h 57 ON_CALL(*this, GetPowerwashCount())
59 &FakeHardware::GetPowerwashCount));
78 MOCK_CONST_METHOD0(GetPowerwashCount, int());
hardware_interface.h 74 virtual int GetPowerwashCount() const = 0;
fake_hardware.h 33 // this value is used in SetPowerwashCount(), GetPowerwashCount() will return
62 int GetPowerwashCount() const override { return powerwash_count_; }
  /system/update_engine/
hardware_android.h 45 int GetPowerwashCount() const override;
hardware_chromeos.h 49 int GetPowerwashCount() const override;
hardware_android.cc 174 int HardwareAndroid::GetPowerwashCount() const {
hardware_chromeos.cc 182 int HardwareChromeOS::GetPowerwashCount() const {
omaha_request_action.cc 620 int powerwash_count = system_state_->hardware()->GetPowerwashCount();
    [all...]

Completed in 104 milliseconds