Home
last modified time | relevance | path

Searched refs:RemoveAllMatching (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/common/
Downing_list.hpp136 … template <typename... Args> void RemoveAllMatching(OwningList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::OwningList
138 LinkedList<Type>::RemoveAllMatching(aRemovedList, aArgs...); in RemoveAllMatching()
158 RemoveAllMatching(removedList, aArgs...); in RemoveAndFreeAllMatching()
Darray.hpp501 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching() function in ot::Array
Dlinked_list.hpp360 … template <typename... Args> void RemoveAllMatching(LinkedList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::LinkedList
/openthread-latest/tests/unit/
Dtest_linked_list.cpp272 list.RemoveAllMatching(removedList, kAlphaType); in TestLinkedList()
277 list.RemoveAllMatching(removedList, kAlphaType); in TestLinkedList()
281 list.RemoveAllMatching(removedList, kBetaType); in TestLinkedList()
286 list.RemoveAllMatching(removedList, kAlphaType); in TestLinkedList()
298 list.RemoveAllMatching(removedList, kBetaType); in TestLinkedList()
426 list.RemoveAllMatching(removedList, kAlphaType); in TestOwningList()
433 list.RemoveAllMatching(removedList, kAlphaType); in TestOwningList()
437 list.RemoveAllMatching(removedList, kBetaType); in TestOwningList()
Dtest_array.cpp363 array2.RemoveAllMatching(entryToRemove.mName); in TestArrayCopyAndFindMatching()
373 array2.RemoveAllMatching(entryToRemove.mName); in TestArrayCopyAndFindMatching()
383 array3.RemoveAllMatching(matchMode); in TestArrayCopyAndFindMatching()
402 array3.RemoveAllMatching(kMatchAll); in TestArrayCopyAndFindMatching()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp154 mSubjectList.RemoveAllMatching(staleSubjects, *this); in UpdateLinkMetricsStates()
/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp1255 mAdvInfoList.RemoveAllMatching(expiredList, AdvInfo::ExpirationChecker(nextTime.GetNow())); in HandleTimer()
1284 mAdvInfoList.RemoveAllMatching(completedList, AdvInfo::CompletionChecker()); in HandleTasklet()
Dnat64_translator.cpp344 mActiveAddressMappings.RemoveAllMatching(idleMappings, TimerMilli::GetNow()); in ReleaseExpiredMappings()
Dsrp_client.cpp1962 mServices.RemoveAllMatching(aRemovedServices, kRemoved); in GetRemovedServices()
Dmdns.cpp4279 mRxMsgEntries.RemoveAllMatching(expiredEntries, ExpireChecker(nextTime.GetNow())); in HandleTimer()
5448 mPtrEntries.RemoveAllMatching(expiredEntries, ExpireChecker(aNow)); in ProcessExpiredRecords()
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp775 mFwdFrameInfoArray.RemoveAllMatching(FwdFrameInfo::kIsExpired); in UpdateFwdFrameInfoArrayOnTimeTick()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp803 mSessions.RemoveAllMatching(disconnectedSessions, SecureSession::kStateDisconnected); in RemoveDisconnectedSessions()