Home
last modified time | relevance | path

Searched defs:aInstanceLabel (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/api/
Ddns_api.cpp176 const char *aInstanceLabel, in otDnsBrowseResponseGetServiceInfo()
198 const char *aInstanceLabel, in otDnsClientResolveService()
212 const char *aInstanceLabel, in otDnsClientResolveServiceAndHostAddress()
/openthread-3.6.0/src/core/net/
Ddns_client.cpp481 Error Client::BrowseResponse::GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo)… in GetServiceInfo() argument
513 Error Client::BrowseResponse::FindPtrRecord(const char *aInstanceLabel, Name &aInstanceName) const in FindPtrRecord() argument
905 Error Client::ResolveService(const char *aInstanceLabel, in ResolveService()
914 Error Client::ResolveServiceAndHostAddress(const char *aInstanceLabel, in ResolveServiceAndHostAddress()
923 Error Client::Resolve(const char *aInstanceLabel, in Resolve()
Dsrp_server.cpp1740 Error Server::Service::Init(const char *aInstanceName, const char *aInstanceLabel, Host &aHost, Tim… in Init()
2019 const char *aInstanceLabel, in AddNewService()
Ddnssd_server.cpp481 Error Server::Response::AppendPtrRecord(const char *aInstanceLabel, uint32_t aTtl) in AppendPtrRecord()