Home
last modified time | relevance | path

Searched refs:CompareAndUpdate (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp257 template <typename Entry> bool CompareAndUpdate(Entry &aEntry, Entry &aExistingEntry);
Dsrp_advertising_proxy.cpp722 template <typename Entry> bool AdvertisingProxy::CompareAndUpdate(Entry &aEntry, Entry &aExistingEn… in CompareAndUpdate() function in ot::Srp::AdvertisingProxy
808 replaced = CompareAndUpdate(aHost, aExistingHost); in CompareAndUpdateHost()
898 replaced = CompareAndUpdate(aService, aExistingService); in CompareAndUpdateService()