Searched defs:ResetConnection (Results 1 – 7 of 7) sorted by relevance
161 otError ResetConnection(void) { return OT_ERROR_NONE; } in ResetConnection() function in ot::Posix::HalInterface
109 otError VendorInterface::ResetConnection(void) in ResetConnection() function in ot::Posix::VendorInterface
151 otError VendorInterface::ResetConnection(void) in ResetConnection() function in ot::Posix::VendorInterface
160 otError ResetConnection(void) { return OT_ERROR_NONE; } in ResetConnection() function in ot::Posix::SpiInterface
689 otError HdlcInterface::ResetConnection(void) in ResetConnection() function in ot::Posix::HdlcInterface
597 void QuicTestClient::ResetConnection() { in ResetConnection() function in quic::test::QuicTestClient
2806 TEST_P(EndToEndTest, ResetConnection) { in TEST_P() argument