Home
last modified time | relevance | path

Searched refs:HandleEntryTimer (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1958 void HandleEntryTimer(void);
1975 using EntryTimer = TimerMilliIn<Core, &Core::HandleEntryTimer>;
Dmdns.cpp303 void Core::HandleEntryTimer(void) in HandleEntryTimer() function in ot::Dns::Multicast::Core