Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddns_server_api.cpp51 const char *aServiceFullName, in otDnssdQueryHandleDiscoveredServiceInstance() argument
54 AssertPointerIsNotNull(aServiceFullName); in otDnssdQueryHandleDiscoveredServiceInstance()
57 …e(aInstance).Get<Dns::ServiceDiscovery::Server>().HandleDiscoveredServiceInstance(aServiceFullName, in otDnssdQueryHandleDiscoveredServiceInstance()
/openthread-latest/include/openthread/
Ddnssd_server.h202 const char *aServiceFullName,
/openthread-latest/src/core/net/
Ddnssd_server.hpp223 …void HandleDiscoveredServiceInstance(const char *aServiceFullName, const ServiceInstanceInfo &aIns…
Ddnssd_server.cpp1242 void Server::HandleDiscoveredServiceInstance(const char *aServiceFullName, const ServiceInstanceInf… in HandleDiscoveredServiceInstance() argument
1244 OT_ASSERT(StringEndsWith(aServiceFullName, Name::kLabelSeparatorChar)); in HandleDiscoveredServiceInstance()
1261 canAnswer = QueryNameMatches(query, aServiceFullName); in HandleDiscoveredServiceInstance()