Home
last modified time | relevance | path

Searched defs:RemoveAll (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/common/
Dtimer.cpp150 void TimerMilli::RemoveAll(Instance &aInstance) { aInstance.Get<Scheduler>().RemoveAll(); } in RemoveAll() function in ot::TimerMilli
243 void Timer::Scheduler::RemoveAll(const AlarmApi &aAlarmApi) in RemoveAll() function in ot::Timer::Scheduler
290 void TimerMicro::RemoveAll(Instance &aInstance) { aInstance.Get<Scheduler>().RemoveAll(); } in RemoveAll() function in ot::TimerMicro
Dtimer.hpp242 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMilliApi); } in RemoveAll() function in ot::TimerMilli::Scheduler
414 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMicroApi); } in RemoveAll() function in ot::TimerMicro::Scheduler
/openthread-latest/tests/unit/
Dtest_trickle_timer.cpp93 static void RemoveAll(Instance &aInstance) { TimerMilli::RemoveAll(aInstance); } in RemoveAll() function in ot::TrickleTimerTester
Dtest_timer.cpp120 static void RemoveAll(Instance &aInstance) { TimerType::RemoveAll(aInstance); } in RemoveAll() function in ot::TestTimer