Searched defs:aServiceType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | mdns.cpp | 252 void Core::InvokeConflictCallback(const char *aName, const char *aServiceType) in InvokeConflictCallback() 1740 …re::ServiceEntry::Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType) in Init() 2678 Error Core::ServiceType::Init(Instance &aInstance, const char *aServiceType) in Init() 2985 void Core::TxMessage::AppendServiceType(Section aSection, const char *aServiceType, uint16_t &aComp… in AppendServiceType() 3718 bool Core::RxMessage::ShouldSuppressKnownAnswer(const Name &aServiceType, in ShouldSuppressKnownAnswer() 4340 void Core::AddPassiveSrvTxtCache(const char *aServiceInstance, const char *aServiceType) in AddPassiveSrvTxtCache() 5020 Error Core::BrowseCache::Init(Instance &aInstance, const char *aServiceType, const char *aSubTypeLa… in Init() 5070 bool Core::BrowseCache::Matches(const char *aServiceType, const char *aSubTypeLabel) const in Matches() argument 5357 …ache::Init(Instance &aInstance, Type aType, const char *aServiceInstance, const char *aServiceType) in Init() 5432 …r Core::SrvCache::Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType) in Init() [all …]
|
H A D | srp_advertising_proxy.cpp | 1098 const char *aServiceType, in RegisterKey() 1154 void AdvertisingProxy::UnregisterKey(const char *aName, const char *aServiceType) in UnregisterKey()
|
H A D | dnssd_server.cpp | 1062 Name::Buffer &aServiceType) in ReadQueryInstanceName() 1121 void Server::ConstructFullInstanceName(const char *aInstanceLabel, const char *aServiceType, Name::… in ConstructFullInstanceName() 1128 void Server::ConstructFullServiceSubTypeName(const char *aServiceType, in ConstructFullServiceSubTypeName()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_mdns.cpp | 1002 static void HandleConflict(otInstance *aInstance, const char *aName, const char *aServiceType) in HandleConflict()
|