Home
last modified time | relevance | path

Searched defs:aServiceType (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp1092 const char *aServiceType, in RegisterKey()
1148 void AdvertisingProxy::UnregisterKey(const char *aName, const char *aServiceType) in UnregisterKey()
Dmdns.cpp247 void Core::InvokeConflictCallback(const char *aName, const char *aServiceType) in InvokeConflictCallback()
1868 …re::ServiceEntry::Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType) in Init()
2827 Error Core::ServiceType::Init(Instance &aInstance, const char *aServiceType) in Init()
3140 void Core::TxMessage::AppendServiceType(Section aSection, const char *aServiceType, uint16_t &aComp… in AppendServiceType()
3883 bool Core::RxMessage::ShouldSuppressKnownAnswer(const Name &aServiceType, in ShouldSuppressKnownAnswer()
4502 void Core::AddPassiveSrvTxtCache(const char *aServiceInstance, const char *aServiceType) in AddPassiveSrvTxtCache()
5181 Error Core::BrowseCache::Init(Instance &aInstance, const char *aServiceType, const char *aSubTypeLa… in Init()
5231 bool Core::BrowseCache::Matches(const char *aServiceType, const char *aSubTypeLabel) const in Matches() argument
5518 …ache::Init(Instance &aInstance, Type aType, const char *aServiceInstance, const char *aServiceType) in Init()
5593 …r Core::SrvCache::Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType) in Init()
[all …]
Ddnssd_server.cpp1055 Name::Buffer &aServiceType) in ReadQueryInstanceName()
1114 void Server::ConstructFullInstanceName(const char *aInstanceLabel, const char *aServiceType, Name::… in ConstructFullInstanceName()
1121 void Server::ConstructFullServiceSubTypeName(const char *aServiceType, in ConstructFullServiceSubTypeName()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1002 static void HandleConflict(otInstance *aInstance, const char *aName, const char *aServiceType) in HandleConflict()