Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/
Dtest_dtls.cpp182 class HeapDtlsSession : public Dtls::Session, public Heap::Allocatable<HeapDtlsSession> class in ot::Nexus::DtlsTransportAndHeapSession
184 friend Heap::Allocatable<HeapDtlsSession>;
187 HeapDtlsSession(Dtls::Transport &aTransport) in HeapDtlsSession() function in ot::Nexus::DtlsTransportAndHeapSession::HeapDtlsSession
197 HeapDtlsSession *session; in HandleAccept()
204 session = HeapDtlsSession::Allocate(*transport); in HandleAccept()
224 static_cast<HeapDtlsSession &>(aSesssion).Free(); in HandleRemoveSession()