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.cc1956 int64_t update_first_seen_at_int; in LoadOrPersistUpdateFirstSeenAtPref() local
1959 &update_first_seen_at_int)) { in LoadOrPersistUpdateFirstSeenAtPref()
1969 update_first_seen_at = Time::FromInternalValue(update_first_seen_at_int); in LoadOrPersistUpdateFirstSeenAtPref()
1980 update_first_seen_at_int = update_first_seen_at.ToInternalValue(); in LoadOrPersistUpdateFirstSeenAtPref()
1982 update_first_seen_at_int)) { in LoadOrPersistUpdateFirstSeenAtPref()
Dupdate_attempter.cc1663 int64_t update_first_seen_at_int; in ReportTimeToUpdateAppliedMetric() local
1666 &update_first_seen_at_int)) { in ReportTimeToUpdateAppliedMetric()
1669 Time::FromInternalValue(update_first_seen_at_int); in ReportTimeToUpdateAppliedMetric()