Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dschedule_config.cpp24 uint64_t ScheduleConfig::pullupInterval_ = Startup::PULLUP_INTERVAL;
36 pullupInterval_ = ParseConfig(root, Startup::PULLUP_INTERVAL_CONFIG, Startup::PULLUP_INTERVAL); in InitConfig()
/ohos5.0/base/update/updateservice/services/startup/model/include/
H A Dstartup_constant.h55 constexpr uint64_t PULLUP_INTERVAL = 4 * ONE_HOUR_MINUTES * ONE_MINUTE_SECONDS; // SA拉起间隔 variable