Searched defs:RemoveAll (Results 1 – 3 of 3) sorted by relevance
/openthread-2.7.6/src/core/common/ | ||
D | timer.cpp | 110 void TimerMilli::RemoveAll(Instance &aInstance) in RemoveAll() function in ot::TimerMilli |
D | timer.hpp | 187 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMilliApi); } in RemoveAll() function in ot::TimerMilli::Scheduler |
/openthread-2.7.6/tests/unit/ | ||
D | test_timer.cpp | 107 static void RemoveAll(ot::Instance &aInstance) { TimerType::RemoveAll(aInstance); } in RemoveAll() function in TestTimer |