Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Dmdns.hpp107 typedef otMdnsEntryState EntryState; ///< Host/Service/Key entry state. typedef in ot::Dns::Multicast::Core
614 Error GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const;
631 Error GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const;
647 Error GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const;
980 Error CopyKeyInfoTo(Key &aKey, EntryState &aState) const;
1072 Error CopyInfoTo(Host &aHost, EntryState &aState) const;
1073 Error CopyInfoTo(Key &aKey, EntryState &aState) const;
1131 Error CopyInfoTo(Service &aService, EntryState &aState, EntryIterator &aIterator) const;
1132 Error CopyInfoTo(Key &aKey, EntryState &aState) const;
1912 Error GetNextHost(Host &aHost, EntryState &aState);
[all …]
Dmdns.cpp210 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost()
215 Error Core::GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const in GetNextService()
220 Error Core::GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const in GetNextKey()
1323 Error Core::Entry::CopyKeyInfoTo(Key &aKey, EntryState &aState) const in CopyKeyInfoTo()
1334 aState = static_cast<EntryState>(GetState()); in CopyKeyInfoTo()
1679 Error Core::HostEntry::CopyInfoTo(Host &aHost, EntryState &aState) const in CopyInfoTo()
1690 aState = static_cast<EntryState>(GetState()); in CopyInfoTo()
1696 Error Core::HostEntry::CopyInfoTo(Key &aKey, EntryState &aState) const in CopyInfoTo()
2568 Error Core::ServiceEntry::CopyInfoTo(Service &aService, EntryState &aState, EntryIterator &aIterato… in CopyInfoTo()
2593 aState = static_cast<EntryState>(GetState()); in CopyInfoTo()
[all …]