Home
last modified time | relevance | path

Searched refs:update_first_seen_at_int (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Domaha_request_action.cc1697 int64_t update_first_seen_at_int; in LoadOrPersistUpdateFirstSeenAtPref() local
1700 &update_first_seen_at_int)) { in LoadOrPersistUpdateFirstSeenAtPref()
1710 update_first_seen_at = Time::FromInternalValue(update_first_seen_at_int); in LoadOrPersistUpdateFirstSeenAtPref()
1721 update_first_seen_at_int = update_first_seen_at.ToInternalValue(); in LoadOrPersistUpdateFirstSeenAtPref()
1723 update_first_seen_at_int)) { in LoadOrPersistUpdateFirstSeenAtPref()
Dupdate_attempter.cc1873 int64_t update_first_seen_at_int; in ReportTimeToUpdateAppliedMetric() local
1876 &update_first_seen_at_int)) { in ReportTimeToUpdateAppliedMetric()
1879 Time::FromInternalValue(update_first_seen_at_int); in ReportTimeToUpdateAppliedMetric()