Lines Matching refs:StartupSchedule
31 StartupSchedule::StartupSchedule()
33 ENGINE_LOGD("StartupSchedule constructor");
36 StartupSchedule::~StartupSchedule()
38 ENGINE_LOGD("StartupSchedule deConstructor");
41 void StartupSchedule::RegisterLooper(const ScheduleLooper &looper)
50 void StartupSchedule::UnregisterLooper()
59 bool StartupSchedule::Schedule(const ScheduleTask &task)
74 bool StartupSchedule::OnDemandSchedule(const std::vector<ScheduleTask> &tasks)