Lines Matching refs:EntryState
205 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost()
210 Error Core::GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const in GetNextService()
215 Error Core::GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const in GetNextKey()
1448 Error Core::Entry::CopyKeyInfoTo(Key &aKey, EntryState &aState) const in CopyKeyInfoTo()
1459 aState = static_cast<EntryState>(GetState()); in CopyKeyInfoTo()
1818 Error Core::HostEntry::CopyInfoTo(Host &aHost, EntryState &aState) const in CopyInfoTo()
1829 aState = static_cast<EntryState>(GetState()); in CopyInfoTo()
1835 Error Core::HostEntry::CopyInfoTo(Key &aKey, EntryState &aState) const in CopyInfoTo()
2745 Error Core::ServiceEntry::CopyInfoTo(Service &aService, EntryState &aState, EntryIterator &aIterato… in CopyInfoTo()
2770 aState = static_cast<EntryState>(GetState()); in CopyInfoTo()
2776 Error Core::ServiceEntry::CopyInfoTo(Key &aKey, EntryState &aState) const in CopyInfoTo()
6413 Error Core::EntryIterator::GetNextHost(Host &aHost, EntryState &aState) in GetNextHost()
6438 Error Core::EntryIterator::GetNextService(Service &aService, EntryState &aState) in GetNextService()
6463 Error Core::EntryIterator::GetNextKey(Key &aKey, EntryState &aState) in GetNextKey()