Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/core/ability/status_cache/src/
H A Dstatus_cache.cpp52 if (lastDownloadTime_ == -1) { in IsDownloadTriggered()
53 lastDownloadTime_ = TimeUtils::GetTimestampByMilliseconds(); in IsDownloadTriggered()
57 if (abs(TimeUtils::GetTimestampByMilliseconds() - lastDownloadTime_) < Constant::MILLESECONDS) { in IsDownloadTriggered()
62 lastDownloadTime_ = TimeUtils::GetTimestampByMilliseconds(); in IsDownloadTriggered()
/ohos5.0/base/update/updateservice/services/core/ability/status_cache/include/
H A Dstatus_cache.h41 int64_t lastDownloadTime_ = -1; variable