Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddns_server_api.cpp47 …AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().SetQueryCallbacks(aSubscribe, aUnsubscr… in otDnssdQuerySetCallbacks()
/openthread-latest/src/core/net/
Ddnssd_server.hpp215 …void SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void *aCont…
Ddnssd_server.cpp1234 void Server::SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void… in SetQueryCallbacks() function in ot::Dns::ServiceDiscovery::Server
/openthread-latest/tests/unit/
Dtest_dns_client.cpp1189 dnsServer->SetQueryCallbacks(QuerySubscribe, QueryUnsubscribe, sInstance); in TestDnssdServerProxyCallback()