Searched refs:RemoveAllMatching (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/src/core/common/ |
D | owning_list.hpp | 136 … 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()
|
D | array.hpp | 501 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching() function in ot::Array
|
D | linked_list.hpp | 360 … template <typename... Args> void RemoveAllMatching(LinkedList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::LinkedList
|
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 272 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()
|
D | test_array.cpp | 363 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/ |
D | link_metrics_manager.cpp | 154 mSubjectList.RemoveAllMatching(staleSubjects, *this); in UpdateLinkMetricsStates()
|
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 1255 mAdvInfoList.RemoveAllMatching(expiredList, AdvInfo::ExpirationChecker(nextTime.GetNow())); in HandleTimer() 1284 mAdvInfoList.RemoveAllMatching(completedList, AdvInfo::CompletionChecker()); in HandleTasklet()
|
D | nat64_translator.cpp | 344 mActiveAddressMappings.RemoveAllMatching(idleMappings, TimerMilli::GetNow()); in ReleaseExpiredMappings()
|
D | srp_client.cpp | 1962 mServices.RemoveAllMatching(aRemovedServices, kRemoved); in GetRemovedServices()
|
D | mdns.cpp | 4279 mRxMsgEntries.RemoveAllMatching(expiredEntries, ExpireChecker(nextTime.GetNow())); in HandleTimer() 5448 mPtrEntries.RemoveAllMatching(expiredEntries, ExpireChecker(aNow)); in ProcessExpiredRecords()
|
/openthread-latest/src/core/thread/ |
D | mesh_forwarder_ftd.cpp | 775 mFwdFrameInfoArray.RemoveAllMatching(FwdFrameInfo::kIsExpired); in UpdateFwdFrameInfoArrayOnTimeTick()
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.cpp | 803 mSessions.RemoveAllMatching(disconnectedSessions, SecureSession::kStateDisconnected); in RemoveDisconnectedSessions()
|