Searched refs:age (Results 1 – 5 of 5) sorted by relevance
39 virtual bool FlushBSS(const uint32_t& age) = 0;
42 MOCK_METHOD1(FlushBSS, bool(const uint32_t& age));
53 bool FlushBSS(const uint32_t& age) override;
205 bool ChromeosSupplicantInterfaceProxy::FlushBSS(const uint32_t& age) { in FlushBSS() argument208 if (!interface_proxy_->FlushBSS(age, &error)) { in FlushBSS()
241 TimeDelta age = now - lsb_release_timestamp; in ReportOSAge() local242 if (age.InSeconds() < 0) { in ReportOSAge()243 LOG(ERROR) << "The OS age (" << utils::FormatTimeDelta(age) in ReportOSAge()249 metrics::ReportDailyMetrics(system_state_, age); in ReportOSAge()