Searched refs:age (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/supplicant/
H A Dmock_supplicant_interface_proxy.h42 MOCK_METHOD1(FlushBSS, bool(const uint32_t& age));
H A Dsupplicant_interface_proxy_interface.h39 virtual bool FlushBSS(const uint32_t& age) = 0;
/system/connectivity/shill/dbus/
H A Dchromeos_supplicant_interface_proxy.h53 bool FlushBSS(const uint32_t& age) override;
H A Dchromeos_supplicant_interface_proxy.cc205 bool ChromeosSupplicantInterfaceProxy::FlushBSS(const uint32_t& age) { argument
208 if (!interface_proxy_->FlushBSS(age, &error)) {
/system/update_engine/
H A Dupdate_attempter.cc241 TimeDelta age = now - lsb_release_timestamp; local
242 if (age.InSeconds() < 0) {
243 LOG(ERROR) << "The OS age (" << utils::FormatTimeDelta(age)
249 metrics::ReportDailyMetrics(system_state_, age);

Completed in 128 milliseconds