Searched refs:powerwash_count (Results 1 – 3 of 3) sorted by relevance
137 int powerwash_count; in GetPowerwashCount() local144 if (!base::StringToInt(contents, &powerwash_count)) in GetPowerwashCount()146 return powerwash_count; in GetPowerwashCount()
549 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); in ShouldPing() local550 if (powerwash_count > 0) { in ShouldPing()552 << "powerwash_count is " << powerwash_count; in ShouldPing()
117 void SetPowerwashCount(int powerwash_count) { in SetPowerwashCount() argument118 powerwash_count_ = powerwash_count; in SetPowerwashCount()