Home
last modified time | relevance | path

Searched refs:UnregisterKey (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp256 UnregisterKey(advService); in AdvertiseRemovalOf()
296 UnregisterKey(service); in AdvertiseRemovalOf()
307 UnregisterKey(aHost); in AdvertiseRemovalOf()
357 UnregisterKey(aService); in AdvertiseRemovalOf()
496 UnregisterKey(aHost); in Advertise()
516 UnregisterKey(service); in Advertise()
548 UnregisterKey(service); in UnregisterHostAndItsServicesAndKeys()
559 UnregisterKey(aHost); in UnregisterHostAndItsServicesAndKeys()
826 UnregisterKey(existingService); in CompareAndUpdateHost()
852 UnregisterKey(existingService); in CompareAndUpdateHost()
[all …]
Dsrp_advertising_proxy.hpp280 void UnregisterKey(Service &aService);
281 void UnregisterKey(Host &aHost);
282 void UnregisterKey(const char *aName, const char *aServiceType);
Ddnssd.cpp232 void Dnssd::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey() function in ot::Dnssd
241 IgnoreError(Get<Dns::Multicast::Core>().UnregisterKey(aKey)); in UnregisterKey()
Ddnssd.hpp282 void UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback);
Dmdns.hpp366 Error UnregisterKey(const Key &aKey);
Dmdns.cpp194 Error Core::UnregisterKey(const Key &aKey) in UnregisterKey() function in ot::Dns::Multicast::Core
/openthread-latest/src/core/api/
Dmdns_api.cpp112 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterKey(*aKey); in otMdnsUnregisterKey()
/openthread-latest/tests/unit/
Dtest_mdns.cpp2163 SuccessOrQuit(mdns->UnregisterKey(key)); in TestKeyReg()
2595 SuccessOrQuit(mdns->UnregisterKey(key)); in TestUnregisterBeforeProbeFinished()
3187 SuccessOrQuit(mdns->UnregisterKey(key)); in TestHostOrServiceAndKeyReg()
3232 SuccessOrQuit(mdns->UnregisterKey(key)); in TestHostOrServiceAndKeyReg()