Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/status_cache/src/
Dstatus_cache.cpp25 …(lastCheckTime_ != -1 && abs(GetCurrentTime() - lastCheckTime_) > Constant::FIVE_MINUTES_SECONDS) { in IsChecking()
/base/update/updateservice/services/core/ability/common/include/
Dconstant.h31 constexpr int32_t FIVE_MINUTES_SECONDS = 5 * Constant::ONE_MINUTE_SECONDS; variable