Home
last modified time | relevance | path

Searched defs:HandleSrvResult (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/cli/
Dcli_mdns.cpp718 void Mdns::HandleSrvResult(otInstance *aInstance, const otMdnsSrvResult *aResult) in HandleSrvResult() function in ot::Cli::Mdns
725 void Mdns::HandleSrvResult(const otMdnsSrvResult &aResult) in HandleSrvResult() function in ot::Cli::Mdns
/openthread-latest/src/core/net/
Ddnssd_server.cpp1915 void Server::DiscoveryProxy::HandleSrvResult(otInstance *aInstance, const otPlatDnssdSrvResult *aRe… in HandleSrvResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
1920 void Server::DiscoveryProxy::HandleSrvResult(const Dnssd::SrvResult &aResult) in HandleSrvResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
/openthread-latest/tests/unit/
Dtest_mdns.cpp4736 void HandleSrvResult(otInstance *aInstance, const otMdnsSrvResult *aResult) in HandleSrvResult() function