Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_srp_server.cpp455 const char *subTypeName = otSrpServerServiceGetSubTypeServiceNameAt(service, index); in Process() local
457 if (subTypeName == nullptr) in Process()
462 … IgnoreError(otSrpServerParseSubTypeServiceName(subTypeName, subLabel, sizeof(subLabel))); in Process()
/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp1002 for (const Heap::String &subTypeName : aService.mSubTypes) in RegisterService() local
1007 …IgnoreError(Server::Service::ParseSubTypeServiceName(subTypeName.AsCString(), label, sizeof(label)… in RegisterService()