Home
last modified time | relevance | path

Searched refs:HandleBrowseResult (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/cli/
Dcli_mdns.hpp119 void HandleBrowseResult(const otMdnsBrowseResult &aResult);
126 static void HandleBrowseResult(otInstance *aInstance, const otMdnsBrowseResult *aResult);
Dcli_mdns.cpp647 browser.mCallback = HandleBrowseResult; in Process()
662 void Mdns::HandleBrowseResult(otInstance *aInstance, const otMdnsBrowseResult *aResult) in HandleBrowseResult() function in ot::Cli::Mdns
666 Interpreter::GetInterpreter().mMdns.HandleBrowseResult(*aResult); in HandleBrowseResult()
669 void Mdns::HandleBrowseResult(const otMdnsBrowseResult &aResult) in HandleBrowseResult() function in ot::Cli::Mdns
/openthread-latest/src/core/net/
Ddnssd_server.hpp529 … static void HandleBrowseResult(otInstance *aInstance, const otPlatDnssdBrowseResult *aResult);
535 void HandleBrowseResult(const Dnssd::BrowseResult &aResult);
Ddnssd_server.cpp1705 browser.mCallback = HandleBrowseResult; in StartOrStopBrowser()
1887 void Server::DiscoveryProxy::HandleBrowseResult(otInstance *aInstance, const otPlatDnssdBrowseResul… in HandleBrowseResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
1889 AsCoreType(aInstance).Get<Server>().mDiscoveryProxy.HandleBrowseResult(*aResult); in HandleBrowseResult()
1892 void Server::DiscoveryProxy::HandleBrowseResult(const Dnssd::BrowseResult &aResult) in HandleBrowseResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
/openthread-latest/tests/unit/
Dtest_mdns.cpp4704 void HandleBrowseResult(otInstance *aInstance, const otMdnsBrowseResult *aResult) in HandleBrowseResult() function
4733 HandleBrowseResult(aInstance, aResult); in HandleBrowseResultAlternate()
4885 browser.mCallback = HandleBrowseResult; in TestBrowser()
6709 browser.mCallback = HandleBrowseResult; in TestPassiveCache()
6798 browser.mCallback = HandleBrowseResult; in TestPassiveCache()