Searched refs:SetQueryCallbacks (Results 1 – 4 of 4) sorted by relevance
49 …AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().SetQueryCallbacks(aSubscribe, aUnsubscr… in otDnssdQuerySetCallbacks()
229 …void SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void *aCont…
1253 void Server::SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void… in SetQueryCallbacks() function in ot::Dns::ServiceDiscovery::Server
1077 dnsServer->SetQueryCallbacks(QuerySubscribe, QueryUnsubscribe, sInstance); in TestDnssdServerProxyCallback()