Home
last modified time | relevance | path

Searched defs:ResetConnection (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/android/thread_network_hal/
Dhal_interface.hpp161 otError ResetConnection(void) { return OT_ERROR_NONE; } in ResetConnection() function in ot::Posix::HalInterface
Dvendor_interface.cpp109 otError VendorInterface::ResetConnection(void) in ResetConnection() function in ot::Posix::VendorInterface
/external/openthread/src/posix/platform/
Dvendor_interface_example.cpp151 otError VendorInterface::ResetConnection(void) in ResetConnection() function in ot::Posix::VendorInterface
Dspi_interface.hpp160 otError ResetConnection(void) { return OT_ERROR_NONE; } in ResetConnection() function in ot::Posix::SpiInterface
Dhdlc_interface.cpp689 otError HdlcInterface::ResetConnection(void) in ResetConnection() function in ot::Posix::HdlcInterface
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_client.cc597 void QuicTestClient::ResetConnection() { in ResetConnection() function in quic::test::QuicTestClient
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc2806 TEST_P(EndToEndTest, ResetConnection) { in TEST_P() argument