Searched refs:aSubTypeLabel (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/net/ |
D | dnssd_server.hpp | 547 const char *aSubTypeLabel,
|
D | mdns.hpp | 1627 bool Matches(const char *aServiceType, const char *aSubTypeLabel) const; 1657 Error Init(Instance &aInstance, const char *aServiceType, const char *aSubTypeLabel);
|
D | dnssd_server.cpp | 1122 const char *aSubTypeLabel, in ConstructFullServiceSubTypeName() argument 1127 fullName.Append("%s._sub.%s.%s", aSubTypeLabel, aServiceType, kDefaultDomainName); in ConstructFullServiceSubTypeName()
|
D | mdns.cpp | 5181 …r Core::BrowseCache::Init(Instance &aInstance, const char *aServiceType, const char *aSubTypeLabel) in Init() argument 5190 SuccessOrExit(error = mSubTypeLabel.Set(aSubTypeLabel)); in Init() 5231 bool Core::BrowseCache::Matches(const char *aServiceType, const char *aSubTypeLabel) const in Matches() 5235 if (aSubTypeLabel == nullptr) in Matches() 5241 VerifyOrExit(NameMatch(mSubTypeLabel, aSubTypeLabel)); in Matches()
|