Home
last modified time | relevance | path

Searched refs:aServiceInstance (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1133 Error Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType);
1640 Error Init(const char *aServiceInstance);
1641 …bool Matches(const char *aServiceInstance) const { return NameMatch(mServiceInstance, aServiceIns… in Matches()
1676 ServiceName(const char *aServiceInstance, const char *aServiceType) in ServiceName()
1677 : mServiceInstance(aServiceInstance) in ServiceName()
1702 …Error Init(Instance &aInstance, Type aType, const char *aServiceInstance, const char *aServiceType…
1704 bool Matches(const char *aServiceInstance, const char *aServiceType) const;
1741 Error Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType);
1779 Error Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType);
1953 void AddPassiveSrvTxtCache(const char *aServiceInstance, const char *aServiceType);
Dmdns.cpp1868 Error Core::ServiceEntry::Init(Instance &aInstance, const char *aServiceInstance, const char *aServ… in Init() argument
1874 SuccessOrExit(error = mServiceInstance.Set(aServiceInstance)); in Init()
4502 void Core::AddPassiveSrvTxtCache(const char *aServiceInstance, const char *aServiceType) in AddPassiveSrvTxtCache() argument
4504 ServiceName serviceName(aServiceInstance, aServiceType); in AddPassiveSrvTxtCache()
5492 Error Core::BrowseCache::PtrEntry::Init(const char *aServiceInstance) in Init() argument
5496 return mServiceInstance.Set(aServiceInstance); in Init()
5518 Error Core::ServiceCache::Init(Instance &aInstance, Type aType, const char *aServiceInstance, const… in Init() argument
5524 SuccessOrExit(error = mServiceInstance.Set(aServiceInstance)); in Init()
5542 bool Core::ServiceCache::Matches(const char *aServiceInstance, const char *aServiceType) const in Matches() argument
5544 return NameMatch(mServiceInstance, aServiceInstance) && NameMatch(mServiceType, aServiceType); in Matches()
[all …]