Home
last modified time | relevance | path

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

/base/update/updateservice/services/startup/manage/src/
Dschedule_config.cpp23 uint64_t ScheduleConfig::pullupInterval_ = Startup::PULLUP_INTERVAL; member in OHOS::UpdateEngine::ScheduleConfig
35 pullupInterval_ = ParseConfig(root, Startup::PULLUP_INTERVAL_CONFIG, Startup::PULLUP_INTERVAL); in InitConfig()
38 std::to_string(pullupInterval_).c_str(), std::to_string(idleCheckInterval_).c_str()); in InitConfig()
43 return pullupInterval_; in GetPullupInterval()
/base/update/updateservice/services/startup/manage/include/
Dschedule_config.h34 static uint64_t pullupInterval_;