Searched refs:pullupInterval_ (Results 1 – 2 of 2) sorted by relevance
24 uint64_t ScheduleConfig::pullupInterval_ = Startup::PULLUP_INTERVAL; member in OHOS::UpdateEngine::ScheduleConfig36 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()
34 static uint64_t pullupInterval_;