Home
last modified time | relevance | path

Searched refs:ParseSubTypeServiceName (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/net/
Dsrp_server.hpp269 …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()
Dsrp_server.cpp1569 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()
Dsrp_advertising_proxy.cpp1007 …IgnoreError(Server::Service::ParseSubTypeServiceName(subTypeName.AsCString(), label, sizeof(label)… in RegisterService()
/external/openthread/src/core/api/
Dsrp_server_api.cpp218 return Srp::Server::Service::ParseSubTypeServiceName(aSubTypeServiceName, aLabel, aLabelSize); in otSrpServerParseSubTypeServiceName()