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.cc1208 Time update_first_seen_at; in IsWallClockBasedWaitingSatisfied() local
1223 update_first_seen_at = Time::FromInternalValue(update_first_seen_at_int); in IsWallClockBasedWaitingSatisfied()
1225 << utils::ToString(update_first_seen_at); in IsWallClockBasedWaitingSatisfied()
1234 update_first_seen_at = system_state_->clock()->GetWallclockTime(); in IsWallClockBasedWaitingSatisfied()
1235 update_first_seen_at_int = update_first_seen_at.ToInternalValue(); in IsWallClockBasedWaitingSatisfied()
1239 << utils::ToString(update_first_seen_at); in IsWallClockBasedWaitingSatisfied()
1245 << utils::ToString(update_first_seen_at) in IsWallClockBasedWaitingSatisfied()
1252 system_state_->clock()->GetWallclockTime() - update_first_seen_at; in IsWallClockBasedWaitingSatisfied()