Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddns_server_api.cpp45 otDnssdQuerySubscribeCallback aSubscribe, in otDnssdQuerySetCallbacks() argument
49 …AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().SetQueryCallbacks(aSubscribe, aUnsubscr… in otDnssdQuerySetCallbacks()
/openthread-latest/include/openthread/
Ddnssd_server.h194 otDnssdQuerySubscribeCallback aSubscribe,
/openthread-latest/src/core/net/
Ddnssd_server.hpp229 …void SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void *aCont…
Ddnssd_server.cpp1253 void Server::SetQueryCallbacks(SubscribeCallback aSubscribe, UnsubscribeCallback aUnsubscribe, void… in SetQueryCallbacks() argument
1255 OT_ASSERT((aSubscribe == nullptr) == (aUnsubscribe == nullptr)); in SetQueryCallbacks()
1257 mQuerySubscribe.Set(aSubscribe, aContext); in SetQueryCallbacks()