Searched defs:BrowseCallback (Results 1 – 6 of 6) sorted by relevance
93 typedef otPlatDnssdBrowseCallback BrowseCallback; ///< Browser callback. typedef in ot::Dnssd
388 typedef otDnsBrowseCallback BrowseCallback; typedef in ot::Dns::Client
108 typedef otMdnsBrowseCallback BrowseCallback; ///< Browser callback. typedef in ot::Dns::Multicast::Core
4768 struct BrowseCallback : public Allocatable<BrowseCallback>, public LinkedListEntry<BrowseCallback> struct4770 BrowseCallback *mNext;4771 DnsName mServiceType;4772 DnsName mSubTypeLabel;4773 DnsName mServiceInstance;4774 uint32_t mTtl;4775 bool mIsSubType;
429 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback() function
295 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback() function