Home
last modified time | relevance | path

Searched refs:HandleTimeout (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dtime_sync_service.hpp160 void HandleTimeout(void);
188 using SyncTimer = TimerMilliIn<TimeSync, &TimeSync::HandleTimeout>;
Dtime_sync_service.cpp193 void TimeSync::HandleTimeout(void) { CheckAndHandleChanges(false); } in HandleTimeout() function in ot::TimeSync
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp291 void HandleTimeout(void);
328 using TimeoutTimer = TimerMilliIn<BorderAgent, &BorderAgent::HandleTimeout>;
Dborder_agent.cpp225 void BorderAgent::HandleTimeout(void) in HandleTimeout() function in ot::MeshCoP::BorderAgent