Home
last modified time | relevance | path

Searched refs:FindServerConnection (Results 1 – 3 of 3) sorted by relevance

/external/openthread/tests/unit/
Dtest_dso.cpp567 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(clientSockAddr) == nullptr); in TestDso()
569 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(serverSockAddr) == nullptr); in TestDso()
587 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(serverSockAddr) == nullptr); in TestDso()
589 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(clientSockAddr) == &serverConn); in TestDso()
646 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(clientSockAddr) == nullptr); in TestDso()
648 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(serverSockAddr) == nullptr); in TestDso()
660 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(serverSockAddr) == nullptr); in TestDso()
667 VerifyOrQuit(instance.Get<Dso>().FindServerConnection(serverSockAddr) == nullptr); in TestDso()
/external/openthread/src/core/net/
Ddns_dso.hpp847 Connection *FindServerConnection(const Ip6::SockAddr &aPeerSockAddr);
Ddns_dso.cpp1449 Dso::Connection *Dso::FindServerConnection(const Ip6::SockAddr &aPeerSockAddr) in FindServerConnection() function in ot::Dns::Dso