Home
last modified time | relevance | path

Searched refs:powerwash_count (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dfake_hardware.h194 void SetPowerwashCount(int powerwash_count) { in SetPowerwashCount() argument
195 powerwash_count_ = powerwash_count; in SetPowerwashCount()
/system/update_engine/
Dhardware_chromeos.cc251 int powerwash_count; in GetPowerwashCount() local
258 if (!base::StringToInt(contents, &powerwash_count)) in GetPowerwashCount()
260 return powerwash_count; in GetPowerwashCount()
Domaha_request_action.cc329 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing() local
330 if (powerwash_count > 0) { in ShouldPing()
332 << "powerwash_count is " << powerwash_count; in ShouldPing()