Searched refs:aSecondHost (Results 1 – 1 of 1) sorted by relevance
663 template <> bool AdvertisingProxy::EntriesMatch(const Host &aFirstHost, const Host &aSecondHost) in EntriesMatch() argument667 VerifyOrExit(aFirstHost.IsDeleted() == aSecondHost.IsDeleted()); in EntriesMatch()675 VerifyOrExit(aFirstHost.mAddresses.GetLength() == aSecondHost.mAddresses.GetLength()); in EntriesMatch()679 VerifyOrExit(aSecondHost.mAddresses.Contains(address)); in EntriesMatch()