Searched refs:mIsPresent (Results 1 – 2 of 2) sorted by relevance
565 if (!mIsPresent || (aProperty != aValue)) in UpdateProperty()567 mIsPresent = true; in UpdateProperty()575 if (!mIsPresent || !NameMatch(aStringProperty, aString)) in UpdateProperty()577 mIsPresent = true; in UpdateProperty()585 if (!mIsPresent || !aDataProperty.Matches(aData, aLength)) in UpdateProperty()587 mIsPresent = true; in UpdateProperty()595 if (!mIsPresent || !aAddrProperty.Matches(aAddrs, aNumAddrs)) in UpdateProperty()597 mIsPresent = true; in UpdateProperty()612 if (mIsPresent) in StartAnnouncing()619 bool Core::RecordInfo::CanAnswer(void) const { return (mIsPresent && (mTtl > 0)); } in CanAnswer()[all …]
872 bool IsPresent(void) const { return mIsPresent; } in IsPresent()920 bool mIsPresent : 1; member in ot::Dns::Multicast::Core::RecordInfo