Searched refs:GetTransport (Results 1 – 2 of 2) sorted by relevance
220 SecureTransport &GetTransport(void) { return mTransport; } in GetTransport() function in ot::MeshCoP::SecureSession864 … Transport &GetTransport(void) { return static_cast<Transport &>(SecureSession::GetTransport()); } in GetTransport() function in ot::MeshCoP::Dtls::Session
94 VerifyOrExit(!GetTransport().IsClosed(), error = kErrorInvalidState); in Transmit()