Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc1312 Time update_first_seen_at; in IsWallClockBasedWaitingSatisfied() local
1327 update_first_seen_at = Time::FromInternalValue(update_first_seen_at_int); in IsWallClockBasedWaitingSatisfied()
1329 << utils::ToString(update_first_seen_at); in IsWallClockBasedWaitingSatisfied()
1338 update_first_seen_at = system_state_->clock()->GetWallclockTime(); in IsWallClockBasedWaitingSatisfied()
1339 update_first_seen_at_int = update_first_seen_at.ToInternalValue(); in IsWallClockBasedWaitingSatisfied()
1343 << utils::ToString(update_first_seen_at); in IsWallClockBasedWaitingSatisfied()
1349 << utils::ToString(update_first_seen_at) in IsWallClockBasedWaitingSatisfied()
1356 system_state_->clock()->GetWallclockTime() - update_first_seen_at; in IsWallClockBasedWaitingSatisfied()