Lines Matching refs:EntryState
103 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);
1893 Error GetNextService(Service &aService, EntryState &aState);
1894 Error GetNextKey(Key &aKey, EntryState &aState);