Home
last modified time | relevance | path

Searched refs:Browser (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd.hpp115 class Browser : public otPlatDnssdBrowser, public Clearable<Browser> ///< Browser. class in ot::Dnssd
292 void StartBrowser(const Browser &aBrowser);
302 void StopBrowser(const Browser &aBrowser);
Dmdns.hpp107 typedef otMdnsBrowser Browser; ///< Browser. typedef in ot::Dns::Multicast::Core
387 Error StartBrowser(const Browser &aBrowser);
399 Error StopBrowser(const Browser &aBrowser);
628 Error GetNextBrowser(Iterator &aIterator, Browser &aBrowser, CacheInfo &aInfo) const;
1628 bool Matches(const Browser &aBrowser) const;
1630 Error Add(const Browser &aBrowser);
1631 void Remove(const Browser &aBrowser);
1634 void CopyInfoTo(Browser &aBrowser, CacheInfo &aInfo) const;
1658 Error Init(Instance &aInstance, const Browser &aBrowser);
1895 Error GetNextBrowser(Browser &aBrowser, CacheInfo &aInfo);
Ddnssd.cpp256 void Dnssd::StartBrowser(const Browser &aBrowser) in StartBrowser()
278 void Dnssd::StopBrowser(const Browser &aBrowser) in StopBrowser()
Dmdns.cpp220 Error Core::GetNextBrowser(Iterator &aIterator, Browser &aBrowser, CacheInfo &aInfo) const in GetNextBrowser()
4470 Error Core::StartBrowser(const Browser &aBrowser) { return Start<BrowseCache, Browser>(aBrowser); } in StartBrowser()
4472 Error Core::StopBrowser(const Browser &aBrowser) { return Stop<BrowseCache, Browser>(aBrowser); } in StopBrowser()
5196 Error Core::BrowseCache::Init(Instance &aInstance, const Browser &aBrowser) in Init()
5250 bool Core::BrowseCache::Matches(const Browser &aBrowser) const in Matches()
5257 Error Core::BrowseCache::Add(const Browser &aBrowser) { return CacheEntry::Add(ResultCallback(aBrow… in Add()
5259 void Core::BrowseCache::Remove(const Browser &aBrowser) { CacheEntry::Remove(ResultCallback(aBrowse… in Remove()
5477 void Core::BrowseCache::CopyInfoTo(Browser &aBrowser, CacheInfo &aInfo) const in CopyInfoTo()
6501 Error Core::EntryIterator::GetNextBrowser(Browser &aBrowser, CacheInfo &aInfo) in GetNextBrowser()
Ddnssd_server.cpp1659 Dnssd::Browser browser; in StartOrStopBrowser()
/openthread-latest/tests/unit/
Dtest_mdns.cpp886 void ValidateAsQueryFor(const Core::Browser &aBrowser) const in ValidateAsQueryFor()
5015 Core::Browser browser; in TestBrowser()
5016 Core::Browser browser2; in TestBrowser()
6753 Core::Browser browser; in TestPassiveCache()