Searched refs:ParseSubTypeServiceName (Results 1 – 4 of 4) sorted by relevance
/external/openthread/src/core/net/ |
D | srp_server.hpp | 269 …static Error ParseSubTypeServiceName(const char *aSubTypeServiceName, char *aLabel, uint8_t aLabel… 394 … static Error ParseSubTypeServiceName(const char *aSubTypeServiceName, char (&aLabel)[kLabelSize]) in ParseSubTypeServiceName() function in ot::Srp::Server::Service 396 return ParseSubTypeServiceName(aSubTypeServiceName, aLabel, kLabelSize); in ParseSubTypeServiceName()
|
D | srp_server.cpp | 1569 IgnoreError(Service::ParseSubTypeServiceName(subType.AsCString(), label)); in InformUpdateHandlerOrCommit() 1993 Error Server::Service::ParseSubTypeServiceName(const char *aSubTypeServiceName, char *aLabel, uint8… in ParseSubTypeServiceName() function in ot::Srp::Server::Service 2118 IgnoreError(ParseSubTypeServiceName(subType.AsCString(), label)); in Log()
|
D | srp_advertising_proxy.cpp | 1007 …IgnoreError(Server::Service::ParseSubTypeServiceName(subTypeName.AsCString(), label, sizeof(label)… in RegisterService()
|
/external/openthread/src/core/api/ |
D | srp_server_api.cpp | 218 return Srp::Server::Service::ParseSubTypeServiceName(aSubTypeServiceName, aLabel, aLabelSize); in otSrpServerParseSubTypeServiceName()
|