Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A Ddns_server_api.cpp49 …AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().SetQueryCallbacks(aSubscribe, aUnsubscr… in otDnssdQuerySetCallbacks()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddnssd_server.hpp229 …void SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void *aCont…
H A Ddnssd_server.cpp1253 void Server::SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void… in SetQueryCallbacks() function in ot::Dns::ServiceDiscovery::Server
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dns_client.cpp1077 dnsServer->SetQueryCallbacks(QuerySubscribe, QueryUnsubscribe, sInstance); in TestDnssdServerProxyCallback()