Home
last modified time | relevance | path

Searched refs:aSubTypeLabel (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd_server.hpp547 const char *aSubTypeLabel,
Dmdns.hpp1627 bool Matches(const char *aServiceType, const char *aSubTypeLabel) const;
1657 Error Init(Instance &aInstance, const char *aServiceType, const char *aSubTypeLabel);
Ddnssd_server.cpp1122 const char *aSubTypeLabel, in ConstructFullServiceSubTypeName() argument
1127 fullName.Append("%s._sub.%s.%s", aSubTypeLabel, aServiceType, kDefaultDomainName); in ConstructFullServiceSubTypeName()
Dmdns.cpp5181 …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()