Home
last modified time | relevance | path

Searched refs:TimerMilliContext (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/common/
Dtimer.hpp355 class TimerMilliContext : public TimerMilli class
365 TimerMilliContext(Instance &aInstance, Handler aHandler, void *aContext) in TimerMilliContext() function in ot::TimerMilliContext
/openthread-latest/src/core/coap/
Dcoap.hpp332 TimerMilliContext mTimer;
876 TimerMilliContext mRetransmissionTimer;
Dcoap.cpp453 …static_cast<Coap *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleRetransmissionTi… in HandleRetransmissionTimer()
1565 …static_cast<ResponsesQueue *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer(… in HandleTimer()
/openthread-latest/src/cli/
Dcli.hpp340 TimerMilliContext mTimer;
Dcli.cpp8038 … static_cast<Interpreter *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer(); in HandleTimer()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp804 TimerMilliContext mTimer;
Dsecure_transport.cpp996 …static_cast<SecureTransport *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer… in HandleTimer()