Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp103 typedef otMdnsEntryState EntryState; ///< Host/Service/Key entry state. typedef in ot::Dns::Multicast::Core
581 Error GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const;
597 Error GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const;
612 Error GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const;
958 Error CopyKeyInfoTo(Key &aKey, EntryState &aState) const;
1054 Error CopyInfoTo(Host &aHost, EntryState &aState) const;
1055 Error CopyInfoTo(Key &aKey, EntryState &aState) const;
1114 Error CopyInfoTo(Service &aService, EntryState &aState, EntryIterator &aIterator) const;
1115 Error CopyInfoTo(Key &aKey, EntryState &aState) const;
1892 Error GetNextHost(Host &aHost, EntryState &aState);
[all …]
Dmdns.cpp205 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()
[all …]