Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp258 … template <typename Entry> bool EntriesMatch(const Entry &aFirstEntry, const Entry &aSecondEntry);
Dsrp_advertising_proxy.cpp663 template <> bool AdvertisingProxy::EntriesMatch(const Host &aFirstHost, const Host &aSecondHost) in EntriesMatch() function in ot::Srp::AdvertisingProxy
689 template <> bool AdvertisingProxy::EntriesMatch(const Service &aFirstService, const Service &aSecon… in EntriesMatch() function in ot::Srp::AdvertisingProxy
733 …if (aEntry.mShouldAdvertise || aExistingEntry.mIsReplaced || !EntriesMatch(aEntry, aExistingEntry)) in CompareAndUpdate()