Lines Matching refs:aRequestId

118 void Dnssd::RegisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCallba…  in RegisterService()  argument
127 IgnoreError(Get<Dns::Multicast::Core>().RegisterService(aService, aRequestId, aCallback)); in RegisterService()
133 otPlatDnssdRegisterService(&GetInstance(), &aService, aRequestId, aCallback); in RegisterService()
140 void Dnssd::UnregisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCall… in UnregisterService() argument
151 aCallback(&GetInstance(), aRequestId, kErrorNone); in UnregisterService()
157 otPlatDnssdUnregisterService(&GetInstance(), &aService, aRequestId, aCallback); in UnregisterService()
164 void Dnssd::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost() argument
173 IgnoreError(Get<Dns::Multicast::Core>().RegisterHost(aHost, aRequestId, aCallback)); in RegisterHost()
179 otPlatDnssdRegisterHost(&GetInstance(), &aHost, aRequestId, aCallback); in RegisterHost()
186 void Dnssd::UnregisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in UnregisterHost() argument
197 aCallback(&GetInstance(), aRequestId, kErrorNone); in UnregisterHost()
203 otPlatDnssdUnregisterHost(&GetInstance(), &aHost, aRequestId, aCallback); in UnregisterHost()
210 void Dnssd::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey() argument
219 IgnoreError(Get<Dns::Multicast::Core>().RegisterKey(aKey, aRequestId, aCallback)); in RegisterKey()
225 otPlatDnssdRegisterKey(&GetInstance(), &aKey, aRequestId, aCallback); in RegisterKey()
232 void Dnssd::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey() argument
243 aCallback(&GetInstance(), aRequestId, kErrorNone); in UnregisterKey()
249 otPlatDnssdUnregisterKey(&GetInstance(), &aKey, aRequestId, aCallback); in UnregisterKey()