Home
last modified time | relevance | path

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

12

/openthread-latest/src/core/common/
Downing_list.hpp49 template <typename Type> class OwningList : public LinkedList<Type>
89 OwnedPtr<Type> Pop(void) { return OwnedPtr<Type>(LinkedList<Type>::Pop()); } in Pop()
101 …OwnedPtr<Type> PopAfter(Type *aPrevEntry) { return OwnedPtr<Type>(LinkedList<Type>::PopAfter(aPrev… in PopAfter()
120 return OwnedPtr<Type>(LinkedList<Type>::RemoveMatching(aArgs...)); in RemoveMatching()
138 LinkedList<Type>::RemoveAllMatching(aRemovedList, aArgs...); in RemoveAllMatching()
Dlinked_list.hpp98 template <typename Type> class LinkedList class
107 LinkedList(void) in LinkedList() function in ot::LinkedList
360 … template <typename... Args> void RemoveAllMatching(LinkedList &aRemovedList, const Args &...aArgs) in RemoveAllMatching()
562 friend class LinkedList;
577 friend class LinkedList;
Dpool.hpp178 LinkedList<Type> mFreeList;
Dtimer.hpp194 LinkedList<Timer> mTimerList;
/openthread-latest/src/core/net/
Dnetif.hpp107 friend class LinkedList<UnicastAddress>;
225 friend class LinkedList<MulticastAddress>;
263 friend class LinkedList<ExternalMulticastAddress>;
366 const LinkedList<UnicastAddress> &GetUnicastAddresses(void) const { return mUnicastAddresses; } in GetUnicastAddresses()
373 LinkedList<UnicastAddress> &GetUnicastAddresses(void) { return mUnicastAddresses; } in GetUnicastAddresses()
499 …const LinkedList<MulticastAddress> &GetMulticastAddresses(void) const { return mMulticastAddresses… in GetMulticastAddresses()
631 LinkedList<UnicastAddress> mUnicastAddresses;
632 LinkedList<MulticastAddress> mMulticastAddresses;
Dtcp6.hpp95 friend class LinkedList<Endpoint>;
398 friend class LinkedList<Listener>;
663 LinkedList<Endpoint> mEndpoints;
664 LinkedList<Listener> mListeners;
Dsrp_server.hpp187 friend class LinkedList<Service>;
530 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices()
580 LinkedList<Service> mServices;
807 const LinkedList<Host> &GetHosts(void) const { return mHosts; } in GetHosts()
914 LinkedList<Host> &GetHosts(void) { return mHosts; } in GetHosts()
998 LinkedList<Host> mHosts;
1002 LinkedList<UpdateMetadata> mOutstandingUpdates;
1003 LinkedList<UpdateMetadata> mCompletedUpdates;
Dnat64_translator.hpp327 friend class LinkedList<AddressMapping>;
354 uint16_t ReleaseMappings(LinkedList<AddressMapping> &aMappings);
374 LinkedList<AddressMapping> mActiveAddressMappings;
Dudp6.hpp93 friend class LinkedList<SocketHandle>;
681 LinkedList<Receiver> mReceivers;
682 LinkedList<SocketHandle> mSockets;
Dsrp_client.hpp174 friend class LinkedList<Service>;
617 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices()
1036 void GetRemovedServices(LinkedList<Service> &aRemovedServices);
1102 LinkedList<Service> mServices;
Ddns_dso.hpp179 friend class LinkedList<Connection>;
907 LinkedList<Connection> mClientConnections;
908 LinkedList<Connection> mServerConnections;
Dicmp6.hpp325 LinkedList<Handler> mHandlers;
Dnat64_translator.cpp327 uint16_t Translator::ReleaseMappings(LinkedList<AddressMapping> &aMappings) in ReleaseMappings()
342 LinkedList<AddressMapping> idleMappings; in ReleaseExpiredMappings()
Dsrp_client.cpp797 LinkedList<Service> removedServices; in RemoveService()
1778 LinkedList<Service> removedServices; in ProcessResponse()
1946 LinkedList<Service> removedServices; in HandleUpdateDone()
1960 void Client::GetRemovedServices(LinkedList<Service> &aRemovedServices) in GetRemovedServices()
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp47 friend class LinkedList<LinkMetricsDataInfo>;
156 typedef LinkedList<LinkMetricsDataInfo> LinkMetricsDataInfoList;
/openthread-latest/tests/nexus/platform/
Dnexus_core.hpp53 LinkedList<Node> &GetNodes(void) { return mNodes; } in GetNodes()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp106 friend class LinkedList<SecureSession>;
697 LinkedList<SecureSession> &GetSessions(void) { return mSessions; } in GetSessions()
801 LinkedList<SecureSession> mSessions;
/openthread-latest/src/core/utils/
Dsrp_client_buffers.hpp105 friend class LinkedList<ServiceEntry>;
Dlink_metrics_manager.hpp212 LinkedList<Subject> mSubjectList;
Dlink_metrics_manager.cpp152 LinkedList<Subject> staleSubjects; in UpdateLinkMetricsStates()
/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp251 friend class LinkedList<SeriesInfo>;
Dneighbor.hpp758 LinkedList<LinkMetrics::SeriesInfo> mLinkMetricsSeriesInfoList;
Daddress_resolver.hpp318 class CacheEntryList : public LinkedList<CacheEntry>
/openthread-latest/tests/unit/
Dtest_linked_list.cpp89 void VerifyLinkedListContent(const LinkedList<Entry> *aList, ...) in VerifyLinkedListContent()
139 LinkedList<Entry> list; in TestLinkedList()
140 LinkedList<Entry> removedList; in TestLinkedList()
/openthread-latest/src/core/coap/
Dcoap.hpp878 LinkedList<Resource> mResources;
890 LinkedList<ResourceBlockWise> mBlockWiseResources;

12