Searched refs:RemoveAll (Results 1 – 3 of 3) sorted by relevance
139 void RemoveAll(const AlarmApi &aAlarmApi);187 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMilliApi); } in RemoveAll() function in ot::TimerMilli::Scheduler254 static void RemoveAll(Instance &aInstance);330 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMicroApi); } in RemoveAll() function in ot::TimerMicro::Scheduler388 static void RemoveAll(Instance &aInstance);
110 void TimerMilli::RemoveAll(Instance &aInstance) in RemoveAll() function in ot::TimerMilli112 aInstance.Get<Scheduler>().RemoveAll(); in RemoveAll()203 void Timer::Scheduler::RemoveAll(const AlarmApi &aAlarmApi) in RemoveAll() function in ot::Timer::Scheduler255 void TimerMicro::RemoveAll(Instance &aInstance) in RemoveAll() function in ot::TimerMicro257 aInstance.Get<Scheduler>().RemoveAll(); in RemoveAll()
107 static void RemoveAll(ot::Instance &aInstance) { TimerType::RemoveAll(aInstance); } in RemoveAll() function in TestTimer139 TestTimer<TimerType>::RemoveAll(*instance); in TestOneTimer()265 TestTimer<TimerType>::RemoveAll(*instance); in TestTwoTimers()498 TestTimer<TimerType>::RemoveAll(*instance); in TenTimers()