Searched refs:RemoveMatching (Results 1 – 12 of 12) sorted by relevance
118 template <typename... Args> OwnedPtr<Type> RemoveMatching(const Args &...aArgs) in RemoveMatching() function in ot::OwningList120 return OwnedPtr<Type>(LinkedList<Type>::RemoveMatching(aArgs...)); in RemoveMatching()
477 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching() function in ot::Array
335 template <typename... Args> Type *RemoveMatching(const Args &...aArgs) in RemoveMatching() function in ot::LinkedList
240 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()
341 array2.RemoveMatching(entryToRemove.mName); in TestArrayCopyAndFindMatching()357 array2.RemoveMatching(entryToRemove.mName); in TestArrayCopyAndFindMatching()
142 mEntries.RemoveMatching(aKey); in Delete()149 valuePtr = entry->mValues.RemoveMatching(indexMatcher); in Delete()
218 return mLinkMetricsSeriesInfoList.RemoveMatching(aSeriesId); in RemoveForwardTrackingSeriesInfo()
192 dataInfo = GetLinkMetricsDataInfoActiveList().RemoveMatching(aShortAddress); in otLinkMetricsConfigureEnhAckProbing()
381 UpdateMetadata *update = mOutstandingUpdates.RemoveMatching(aId); in HandleServiceUpdateResult()467 existingHost = mHosts.RemoveMatching(aHost.GetFullName()); in CommitSrpUpdate()
1400 void Dso::Connection::PendingRequests::Remove(MessageId aMessageId) { mRequests.RemoveMatching(aMes… in Remove()
2533 Get<Core>().mServiceTypes.RemoveMatching(*serviceType); in UpdateServiceTypes()4270 mRxMsgEntries.RemoveMatching(aRxMessagePtr->GetSenderAddress()); in AddNew()
3000 mOldLocalPrefixes.RemoveMatching(prefix); in HandleTimer()