Searched refs:EntriesMatch (Results 1 – 2 of 2) sorted by relevance
258 … template <typename Entry> bool EntriesMatch(const Entry &aFirstEntry, const Entry &aSecondEntry);
663 template <> bool AdvertisingProxy::EntriesMatch(const Host &aFirstHost, const Host &aSecondHost) in EntriesMatch() function in ot::Srp::AdvertisingProxy689 template <> bool AdvertisingProxy::EntriesMatch(const Service &aFirstService, const Service &aSecon… in EntriesMatch() function in ot::Srp::AdvertisingProxy733 …if (aEntry.mShouldAdvertise || aExistingEntry.mIsReplaced || !EntriesMatch(aEntry, aExistingEntry)) in CompareAndUpdate()