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