Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.hpp420 Error ExtractServiceInstanceLabel(const char *aInstanceName, Name::LabelBuffer &aLabel);
Ddnssd_server.cpp1130 Error Server::Response::ExtractServiceInstanceLabel(const char *aInstanceName, Name::LabelBuffer &a… in ExtractServiceInstanceLabel() function in ot::Dns::ServiceDiscovery::Server::Response
1181 SuccessOrExit(error = ExtractServiceInstanceLabel(aInstanceInfo.mFullName, instanceLabel)); in Answer()