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.cpp43 otDnssdQuerySubscribeCallback aSubscribe, in otDnssdQuerySetCallbacks() argument
47 …AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().SetQueryCallbacks(aSubscribe, aUnsubscr… in otDnssdQuerySetCallbacks()
/openthread-latest/include/openthread/
Ddnssd_server.h185 otDnssdQuerySubscribeCallback aSubscribe,
/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() argument
1236 OT_ASSERT((aSubscribe == nullptr) == (aUnsubscribe == nullptr)); in SetQueryCallbacks()
1238 mQuerySubscribe.Set(aSubscribe, aContext); in SetQueryCallbacks()