Home
last modified time | relevance | path

Searched refs:LinkedList (Results 1 – 23 of 23) sorted by relevance

/openthread-latest/src/core/common/
Downing_list.hpp50 template <typename Type> class OwningList : public LinkedList<Type>
95 OwnedPtr<Type> Pop(void) { return OwnedPtr<Type>(LinkedList<Type>::Pop()); } in Pop()
108 …OwnedPtr<Type> PopAfter(Type *aPrevEntry) { return OwnedPtr<Type>(LinkedList<Type>::PopAfter(aPrev… in PopAfter()
129 return OwnedPtr<Type>(LinkedList<Type>::RemoveMatching(aIndicator)); in RemoveMatching()
150 LinkedList<Type>::RemoveAllMatching(aIndicator, aRemovedList); in RemoveAllMatching()
Dlinked_list.hpp104 template <typename Type> class LinkedList class
114 LinkedList(void) in LinkedList() function in ot::LinkedList
387 …template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator, LinkedList &aRem… in RemoveAllMatching()
657 friend class LinkedList;
672 friend class LinkedList;
Dpool.hpp190 LinkedList<Type> mFreeList;
Dtimer.hpp192 LinkedList<Timer> mTimerList;
/openthread-latest/src/core/net/
Dnetif.hpp112 friend class LinkedList<UnicastAddress>;
244 friend class LinkedList<MulticastAddress>;
286 friend class LinkedList<ExternalMulticastAddress>;
396 const LinkedList<UnicastAddress> &GetUnicastAddresses(void) const { return mUnicastAddresses; } in GetUnicastAddresses()
404 LinkedList<UnicastAddress> &GetUnicastAddresses(void) { return mUnicastAddresses; } in GetUnicastAddresses()
543 …const LinkedList<MulticastAddress> &GetMulticastAddresses(void) const { return mMulticastAddresses… in GetMulticastAddresses()
686 LinkedList<UnicastAddress> mUnicastAddresses;
687 LinkedList<MulticastAddress> mMulticastAddresses;
Dtcp6.hpp98 friend class LinkedList<Endpoint>;
416 friend class LinkedList<Listener>;
699 LinkedList<Endpoint> mEndpoints;
700 LinkedList<Listener> mListeners;
Dsrp_server.hpp193 friend class LinkedList<Service>;
570 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices()
622 LinkedList<Service> mServices;
871 const LinkedList<Host> &GetHosts(void) const { return mHosts; } in GetHosts()
979 LinkedList<Host> &GetHosts(void) { return mHosts; } in GetHosts()
1063 LinkedList<Host> mHosts;
1067 LinkedList<UpdateMetadata> mOutstandingUpdates;
1068 LinkedList<UpdateMetadata> mCompletedUpdates;
Dnat64_translator.hpp345 friend class LinkedList<AddressMapping>;
372 uint16_t ReleaseMappings(LinkedList<AddressMapping> &aMappings);
392 LinkedList<AddressMapping> mActiveAddressMappings;
Dudp6.hpp96 friend class LinkedList<SocketHandle>;
712 LinkedList<Receiver> mReceivers;
713 LinkedList<SocketHandle> mSockets;
Dsrp_client.hpp186 friend class LinkedList<Service>;
667 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices()
1100 void GetRemovedServices(LinkedList<Service> &aRemovedServices);
1166 LinkedList<Service> mServices;
Ddns_dso.hpp192 friend class LinkedList<Connection>;
958 LinkedList<Connection> mClientConnections;
959 LinkedList<Connection> mServerConnections;
Dicmp6.hpp354 LinkedList<Handler> mHandlers;
Dnat64_translator.cpp331 uint16_t Translator::ReleaseMappings(LinkedList<AddressMapping> &aMappings) in ReleaseMappings()
346 LinkedList<AddressMapping> idleMappings; in ReleaseExpiredMappings()
Dsrp_client.cpp780 LinkedList<Service> removedServices; in RemoveService()
1761 LinkedList<Service> removedServices; in ProcessResponse()
1929 LinkedList<Service> removedServices; in HandleUpdateDone()
1943 void Client::GetRemovedServices(LinkedList<Service> &aRemovedServices) in GetRemovedServices()
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp47 friend class LinkedList<LinkMetricsDataInfo>;
161 typedef LinkedList<LinkMetricsDataInfo> LinkMetricsDataInfoList;
/openthread-latest/src/core/utils/
Dsrp_client_buffers.hpp114 friend class LinkedList<ServiceEntry>;
Dlink_metrics_manager.hpp217 LinkedList<Subject> mSubjectList;
Dlink_metrics_manager.cpp158 LinkedList<Subject> staleSubjects; in UpdateLinkMetricsStates()
/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp270 friend class LinkedList<SeriesInfo>;
Dneighbor.hpp838 LinkedList<LinkMetrics::SeriesInfo> mLinkMetricsSeriesInfoList;
Daddress_resolver.hpp334 class CacheEntryList : public LinkedList<CacheEntry>
/openthread-latest/tests/unit/
Dtest_linked_list.cpp88 void VerifyLinkedListContent(const LinkedList<Entry> *aList, ...) in VerifyLinkedListContent()
138 LinkedList<Entry> list; in TestLinkedList()
139 LinkedList<Entry> removedList; in TestLinkedList()
/openthread-latest/src/core/coap/
Dcoap.hpp946 LinkedList<Resource> mResources;
958 LinkedList<ResourceBlockWise> mBlockWiseResources;