Searched defs:aServiceType (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 1092 const char *aServiceType, in RegisterKey() 1148 void AdvertisingProxy::UnregisterKey(const char *aName, const char *aServiceType) in UnregisterKey()
|
D | mdns.cpp | 247 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 …]
|
D | dnssd_server.cpp | 1055 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/ |
D | test_mdns.cpp | 1002 static void HandleConflict(otInstance *aInstance, const char *aName, const char *aServiceType) in HandleConflict()
|