Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddns_server_api.cpp63 void otDnssdQueryHandleDiscoveredHost(otInstance *aInstance, const char *aHostFullName, otDnssdHost… in otDnssdQueryHandleDiscoveredHost() argument
65 AssertPointerIsNotNull(aHostFullName); in otDnssdQueryHandleDiscoveredHost()
68 …AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().HandleDiscoveredHost(aHostFullName, *aH… in otDnssdQueryHandleDiscoveredHost()
/openthread-latest/include/openthread/
Ddnssd_server.h227 void otDnssdQueryHandleDiscoveredHost(otInstance *aInstance, const char *aHostFullName, otDnssdHost…
/openthread-latest/src/core/net/
Ddnssd_server.hpp278 void HandleDiscoveredHost(const char *aHostFullName, const HostInfo &aHostInfo);
Ddnssd_server.cpp1304 void Server::HandleDiscoveredHost(const char *aHostFullName, const HostInfo &aHostInfo) in HandleDiscoveredHost() argument
1306 OT_ASSERT(StringEndsWith(aHostFullName, Name::kLabelSeparatorChar)); in HandleDiscoveredHost()
1318 if (QueryNameMatches(query, aHostFullName)) in HandleDiscoveredHost()