Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h39 virtual bool FlushBSS(const uint32_t& age) = 0;
Dmock_supplicant_interface_proxy.h42 MOCK_METHOD1(FlushBSS, bool(const uint32_t& age));
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h53 bool FlushBSS(const uint32_t& age) override;
Dchromeos_supplicant_interface_proxy.cc205 bool ChromeosSupplicantInterfaceProxy::FlushBSS(const uint32_t& age) { in FlushBSS() argument
208 if (!interface_proxy_->FlushBSS(age, &error)) { in FlushBSS()
/system/update_engine/
Dupdate_attempter.cc241 TimeDelta age = now - lsb_release_timestamp; in ReportOSAge() local
242 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()