Searched refs:lastCheckTime_ (Results 1 – 10 of 10) sorted by relevance
26 …if (lastCheckTime_ != -1 && abs(GetCurrentTime() - lastCheckTime_) > Constant::FIVE_MINUTES_SECOND… in IsChecking()37 lastCheckTime_ = GetCurrentTime(); in SetIsChecking()
40 int64_t lastCheckTime_ = -1; variable
669 if ((curTime - lastCheckTime_) > RECORD_TIME_INTERVAL) { in GetCurrentSpeed()671 PUBLIC_LOG_U64 " downloadSize_: " PUBLIC_LOG_U64, curTime, lastCheckTime_, downloadSize_); in GetCurrentSpeed()672 float duration = static_cast<double>(curTime - lastCheckTime_) / MILLISECOUND_TO_SECOND; in GetCurrentSpeed()677 lastCheckTime_ = curTime; in GetCurrentSpeed()
107 int64_t lastCheckTime_ {0};
100 lastCheckTime_ = 0; in Open()903 if (now > lastCheckTime_ && now - lastCheckTime_ > RECORD_TIME_INTERVAL) { in OnWriteRingBuffer()906 downloadDuringTime_ = now - lastCheckTime_; in OnWriteRingBuffer()935 lastCheckTime_ = now; in OnWriteRingBuffer()
227 uint64_t lastCheckTime_ {0};
138 int64_t lastCheckTime_ {0};
968 if ((static_cast<int64_t>(now) - lastCheckTime_) > static_cast<int64_t>(SAMPLE_INTERVAL)) { in DownloadReport()971 downloadDuringTime_ = now - static_cast<uint64_t>(lastCheckTime_); in DownloadReport()993 lastCheckTime_ = static_cast<int64_t>(now); in DownloadReport()
915 if (now > lastCheckTime_ && now - lastCheckTime_ > SAMPLE_INTERVAL) { in DownloadReport()918 downloadDuringTime_ = now - lastCheckTime_; in DownloadReport()944 lastCheckTime_ = now; in DownloadReport()
200 uint64_t lastCheckTime_ {0};