Home
last modified time | relevance | path

Searched refs:pullupInterval_ (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; member in OHOS::UpdateEngine::ScheduleConfig
36 pullupInterval_ = ParseConfig(root, Startup::PULLUP_INTERVAL_CONFIG, Startup::PULLUP_INTERVAL); in InitConfig()
39 std::to_string(pullupInterval_).c_str(), std::to_string(idleCheckInterval_).c_str()); in InitConfig()
44 return pullupInterval_; in GetPullupInterval()
/ohos5.0/base/update/updateservice/services/startup/manage/include/
H A Dschedule_config.h34 static uint64_t pullupInterval_;