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