Home
last modified time | relevance | path

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

/base/update/updateservice/services/startup/model/include/
Dstartup_constant.h51 constexpr uint64_t ONE_MINUTE_SECONDS = 60L; variable
55 constexpr uint64_t PULLUP_INTERVAL = 4 * ONE_HOUR_MINUTES * ONE_MINUTE_SECONDS; // SA拉起间隔
57 constexpr uint64_t IDLE_CHECK_INTERVAL = 5 * ONE_MINUTE_SECONDS; // 空闲检测间隔
/base/update/updateservice/services/core/ability/common/include/
Dconstant.h30 constexpr int32_t ONE_MINUTE_SECONDS = 60; variable
31 constexpr int32_t FIVE_MINUTES_SECONDS = 5 * Constant::ONE_MINUTE_SECONDS;