Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/
Dtest_dtls.cpp543 for (MeshCoP::SecureSession &session : dtls0.GetSessions()) in TestDtlsMultiSession()
572 for (MeshCoP::SecureSession &session : dtls0.GetSessions()) in TestDtlsMultiSession()
595 for (MeshCoP::SecureSession &session : dtls0.GetSessions()) in TestDtlsMultiSession()
609 dtls0.GetSessions().GetHead()->Disconnect(); in TestDtlsMultiSession()
618 VerifyOrQuit(dtls0.GetSessions().IsEmpty()); in TestDtlsMultiSession()
640 for (MeshCoP::SecureSession &session : dtls0.GetSessions()) in TestDtlsMultiSession()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp697 LinkedList<SecureSession> &GetSessions(void) { return mSessions; } in GetSessions() function in ot::MeshCoP::SecureTransport