Searched refs:last_ping (Results 1 – 1 of 1) sorted by relevance
712 int64_t last_ping = 0; in CalculatePingDays() local713 if (system_state_->prefs()->GetInt64(key, &last_ping) && last_ping >= 0) { in CalculatePingDays()714 days = (Time::Now() - Time::FromInternalValue(last_ping)).InDays(); in CalculatePingDays()