Home
last modified time | relevance | path

Searched refs:OwningList (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/common/
Downing_list.hpp49 template <typename Type> class OwningList : public LinkedList<Type> class
58 OwningList(void) = default;
65 ~OwningList(void) { Free(); } in ~OwningList()
136 … template <typename... Args> void RemoveAllMatching(OwningList &aRemovedList, const Args &...aArgs) in RemoveAllMatching()
156 OwningList removedList; in RemoveAndFreeAllMatching()
/openthread-latest/src/core/net/
Dmdns.hpp1164 OwningList<SubType> mSubTypes;
1405 OwningList<RxMessage> mRxMessages;
1412 OwningList<RxMsgEntry> mRxMsgEntries;
1451 OwningList<HashEntry> mHashEntries;
1592 typedef OwningList<ResultCallback> CallbackList;
1666 OwningList<PtrEntry> mPtrEntries;
1843 OwningList<AddrEntry> mCommittedEntries;
1844 OwningList<AddrEntry> mNewEntries;
1940 template <typename EntryType> OwningList<EntryType> &GetEntryList(void);
1945 template <typename CacheType> OwningList<CacheType> &GetCacheList(void);
[all …]
Dsrp_advertising_proxy.hpp297 OwningList<AdvInfo> mAdvInfoList;
Dsrp_advertising_proxy.cpp1251 OwningList<AdvInfo> expiredList; in HandleTimer()
1282 OwningList<AdvInfo> completedList; in HandleTasklet()
Dmdns.cpp4277 OwningList<RxMsgEntry> expiredEntries; in HandleTimer()
5446 OwningList<PtrEntry> expiredEntries; in ProcessExpiredRecords()
/openthread-latest/tests/nexus/platform/
Dnexus_settings.hpp73 OwningList<Value> mValues;
76 OwningList<Entry> mEntries;
Dnexus_core.hpp82 OwningList<Node> mNodes;
/openthread-latest/src/core/border_router/
Drouting_manager.hpp800 OwningList<PeerBr> mPeerBrs;
920 using OnLinkPrefixList = OwningList<Entry<OnLinkPrefix>>;
921 using RoutePrefixList = OwningList<Entry<RoutePrefix>>;
1056 using RouterList = OwningList<Entry<Router>>;
/openthread-latest/tests/unit/
Dtest_linked_list.cpp317 OwningList<Entry> list; in TestOwningList()
318 OwningList<Entry> removedList; in TestOwningList()
Dtest_mdns.cpp93 OwningList<DnsMessage> sDnsMessages;
188 struct DnsQuestions : public OwningList<DnsQuestion>
391 struct DnsRecords : public OwningList<DnsRecord>
624 OwningList<DnsRecord> &aRecords, in ParseRecords()
4851 OwningList<BrowseCallback> sBrowseCallbacks;
4852 OwningList<SrvCallback> sSrvCallbacks;
4853 OwningList<TxtCallback> sTxtCallbacks;
4854 OwningList<AddrCallback> sAddrCallbacks;