Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1674 struct ServiceName struct in ot::Dns::Multicast::Core
1676 ServiceName(const char *aServiceInstance, const char *aServiceType) in ServiceName() function
1731 bool Matches(const ServiceName &aServiceName) const;
1742 Error Init(Instance &aInstance, const ServiceName &aServiceName);
1769 bool Matches(const ServiceName &aServiceName) const;
1780 Error Init(Instance &aInstance, const ServiceName &aServiceName);
Dmdns.cpp4504 ServiceName serviceName(aServiceInstance, aServiceType); in AddPassiveSrvTxtCache()
5603 Error Core::SrvCache::Init(Instance &aInstance, const ServiceName &aServiceName) in Init()
5615 bool Core::SrvCache::Matches(const ServiceName &aServiceName) const in Matches()
5801 Error Core::TxtCache::Init(Instance &aInstance, const ServiceName &aServiceName) in Init()
5813 bool Core::TxtCache::Matches(const ServiceName &aServiceName) const in Matches()