Searched refs:IsSessionInUse (Results 1 – 5 of 5) sorted by relevance
172 return IsSessionInUse() ? nullptr : static_cast<SecureSession *>(this); in HandleDtlsAccept()
295 return IsSessionInUse() ? nullptr : static_cast<Coap::SecureSession *>(this); in HandleDtlsAccept()
147 VerifyOrQuit(!IsSessionInUse()); in DtlsTransportAndSingleSession()158 Dtls::Session *session = IsSessionInUse() ? nullptr : static_cast<Dtls::Session *>(this); in HandleAccept()
225 bool IsSessionInUse(void) const { return (mNext != this); } in IsSessionInUse() function in ot::MeshCoP::SecureSession
111 VerifyOrExit(!IsSessionInUse(), error = kErrorInvalidState); in Connect()1393 SecureSession *Tls::HandleAccept(void) { return IsSessionInUse() ? nullptr : static_cast<SecureSess… in HandleAccept()