Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_secure.cpp172 return IsSessionInUse() ? nullptr : static_cast<SecureSession *>(this); in HandleDtlsAccept()
/openthread-latest/src/core/thread/
Dtmf.cpp295 return IsSessionInUse() ? nullptr : static_cast<Coap::SecureSession *>(this); in HandleDtlsAccept()
/openthread-latest/tests/nexus/
Dtest_dtls.cpp147 VerifyOrQuit(!IsSessionInUse()); in DtlsTransportAndSingleSession()
158 Dtls::Session *session = IsSessionInUse() ? nullptr : static_cast<Dtls::Session *>(this); in HandleAccept()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp225 bool IsSessionInUse(void) const { return (mNext != this); } in IsSessionInUse() function in ot::MeshCoP::SecureSession
Dsecure_transport.cpp111 VerifyOrExit(!IsSessionInUse(), error = kErrorInvalidState); in Connect()
1393 SecureSession *Tls::HandleAccept(void) { return IsSessionInUse() ? nullptr : static_cast<SecureSess… in HandleAccept()