Searched defs:RemoveAll (Results 1 – 4 of 4) sorted by relevance
150 void TimerMilli::RemoveAll(Instance &aInstance) { aInstance.Get<Scheduler>().RemoveAll(); } in RemoveAll() function in ot::TimerMilli243 void Timer::Scheduler::RemoveAll(const AlarmApi &aAlarmApi) in RemoveAll() function in ot::Timer::Scheduler290 void TimerMicro::RemoveAll(Instance &aInstance) { aInstance.Get<Scheduler>().RemoveAll(); } in RemoveAll() function in ot::TimerMicro
242 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMilliApi); } in RemoveAll() function in ot::TimerMilli::Scheduler414 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMicroApi); } in RemoveAll() function in ot::TimerMicro::Scheduler
93 static void RemoveAll(Instance &aInstance) { TimerMilli::RemoveAll(aInstance); } in RemoveAll() function in ot::TrickleTimerTester
120 static void RemoveAll(Instance &aInstance) { TimerType::RemoveAll(aInstance); } in RemoveAll() function in ot::TestTimer