Searched refs:idleCheckInterval_ (Results 1 – 2 of 2) sorted by relevance
24 uint64_t ScheduleConfig::idleCheckInterval_ = Startup::IDLE_CHECK_INTERVAL; member in OHOS::UpdateEngine::ScheduleConfig36 …idleCheckInterval_ = ParseConfig(root, Startup::IDLE_CHECK_INTERVAL_CONFIG, Startup::IDLE_CHECK_IN… in InitConfig()38 std::to_string(pullupInterval_).c_str(), std::to_string(idleCheckInterval_).c_str()); in InitConfig()48 return idleCheckInterval_; in GetIdleCheckInterval()
35 static uint64_t idleCheckInterval_; variable