| /openthread-latest/src/core/net/ |
| D | srp_advertising_proxy.hpp | 273 void RegisterKey(Host &aHost); 274 void RegisterKey(Service &aService); 275 void RegisterKey(const char *aName,
|
| D | srp_advertising_proxy.cpp | 500 RegisterKey(aHost); in Advertise() 520 RegisterKey(service); in Advertise() 1064 void AdvertisingProxy::RegisterKey(Host &aHost) in RegisterKey() function in ot::Srp::AdvertisingProxy 1074 RegisterKey(hostName, /* aServiceType */ nullptr, aHost.mKey, aHost.mKeyAdvId, aHost.GetTtl()); in RegisterKey() 1077 void AdvertisingProxy::RegisterKey(Service &aService) in RegisterKey() function in ot::Srp::AdvertisingProxy 1088 …RegisterKey(aService.GetInstanceLabel(), serviceType, aService.mHost->mKey, aService.mKeyAdvId, aS… in RegisterKey() 1091 void AdvertisingProxy::RegisterKey(const char *aName, in RegisterKey() function in ot::Srp::AdvertisingProxy 1117 Get<Dnssd>().RegisterKey(keyInfo, aRequestId, HandleRegistered); in RegisterKey()
|
| D | dnssd.cpp | 210 void Dnssd::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey() function in ot::Dnssd 219 IgnoreError(Get<Dns::Multicast::Core>().RegisterKey(aKey, aRequestId, aCallback)); in RegisterKey()
|
| D | dnssd.hpp | 270 void RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback);
|
| D | mdns.hpp | 342 Error RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback);
|
| D | mdns.cpp | 188 Error Core::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey() function in ot::Dns::Multicast::Core
|
| /openthread-latest/src/core/api/ |
| D | mdns_api.cpp | 105 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterKey(*aKey, aRequestId, aCallback); in otMdnsRegisterKey()
|
| /openthread-latest/tests/unit/ |
| D | test_mdns.cpp | 2037 SuccessOrQuit(mdns->RegisterKey(key, 0, HandleSuccessCallback)); in TestKeyReg() 2119 SuccessOrQuit(mdns->RegisterKey(key, 1, HandleSuccessCallback)); in TestKeyReg() 2143 SuccessOrQuit(mdns->RegisterKey(key, 1, HandleSuccessCallback)); in TestKeyReg() 2547 SuccessOrQuit(mdns->RegisterKey(key, 0, HandleSuccessCallback)); in TestUnregisterBeforeProbeFinished() 3047 SuccessOrQuit(mdns->RegisterKey(key, 1, HandleSuccessCallback)); in TestHostOrServiceAndKeyReg() 3207 SuccessOrQuit(mdns->RegisterKey(key, 3, HandleSuccessCallback)); in TestHostOrServiceAndKeyReg() 3413 SuccessOrQuit(mdns->RegisterKey(key1, 5, HandleSuccessCallback)); in TestQuery() 3414 SuccessOrQuit(mdns->RegisterKey(key2, 6, HandleSuccessCallback)); in TestQuery() 4357 SuccessOrQuit(mdns->RegisterKey(hostKey, 2, HandleSuccessCallback)); in TestTxMessageSizeLimit() 4358 SuccessOrQuit(mdns->RegisterKey(serviceKey, 3, HandleSuccessCallback)); in TestTxMessageSizeLimit()
|