Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/cli/
H A 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
/aosp_15_r20/external/openthread/src/core/net/
H A 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
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp4736 void HandleSrvResult(otInstance *aInstance, const otMdnsSrvResult *aResult) in HandleSrvResult() function