Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Downing_list.hpp118 template <typename... Args> OwnedPtr<Type> RemoveMatching(const Args &...aArgs) in RemoveMatching() function in ot::OwningList
120 return OwnedPtr<Type>(LinkedList<Type>::RemoveMatching(aArgs...)); in RemoveMatching()
Darray.hpp477 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching() function in ot::Array
Dlinked_list.hpp335 template <typename... Args> Type *RemoveMatching(const Args &...aArgs) in RemoveMatching() function in ot::LinkedList
/openthread-latest/tests/unit/
Dtest_linked_list.cpp240 VerifyOrQuit(list.RemoveMatching(a.GetName()) == &a); in TestLinkedList()
243 VerifyOrQuit(list.RemoveMatching(c.GetId()) == &c); in TestLinkedList()
246 VerifyOrQuit(list.RemoveMatching(c.GetId()) == nullptr, "succeeded for missing entry"); in TestLinkedList()
247 VerifyOrQuit(list.RemoveMatching(a.GetName()) == nullptr, "succeeded for missing entry"); in TestLinkedList()
249 VerifyOrQuit(list.RemoveMatching(d.GetId()) == &d); in TestLinkedList()
259 VerifyOrQuit(list.RemoveMatching(a.GetName()) == nullptr, "succeeded when empty"); in TestLinkedList()
359 list.RemoveMatching("c"); in TestOwningList()
397 ptr = list.RemoveMatching<uint8_t>(1); in TestOwningList()
Dtest_array.cpp341 array2.RemoveMatching(entryToRemove.mName); in TestArrayCopyAndFindMatching()
357 array2.RemoveMatching(entryToRemove.mName); in TestArrayCopyAndFindMatching()
/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp142 mEntries.RemoveMatching(aKey); in Delete()
149 valuePtr = entry->mValues.RemoveMatching(indexMatcher); in Delete()
/openthread-latest/src/core/thread/
Dneighbor.cpp218 return mLinkMetricsSeriesInfoList.RemoveMatching(aSeriesId); in RemoveForwardTrackingSeriesInfo()
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp192 dataInfo = GetLinkMetricsDataInfoActiveList().RemoveMatching(aShortAddress); in otLinkMetricsConfigureEnhAckProbing()
/openthread-latest/src/core/net/
Dsrp_server.cpp381 UpdateMetadata *update = mOutstandingUpdates.RemoveMatching(aId); in HandleServiceUpdateResult()
467 existingHost = mHosts.RemoveMatching(aHost.GetFullName()); in CommitSrpUpdate()
Ddns_dso.cpp1400 void Dso::Connection::PendingRequests::Remove(MessageId aMessageId) { mRequests.RemoveMatching(aMes… in Remove()
Dmdns.cpp2533 Get<Core>().mServiceTypes.RemoveMatching(*serviceType); in UpdateServiceTypes()
4270 mRxMsgEntries.RemoveMatching(aRxMessagePtr->GetSenderAddress()); in AddNew()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp3000 mOldLocalPrefixes.RemoveMatching(prefix); in HandleTimer()