Home
last modified time | relevance | path

Searched refs:EmptyChecker (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp769 struct EmptyChecker struct in ot::Dns::Multicast::Core
1124 bool Matches(const EmptyChecker &aChecker) const;
1480 bool Matches(EmptyChecker) const { return (mSharedCallback.mSrv == nullptr); } in Matches()
1819 bool Matches(EmptyChecker aChecker) const;
Dmdns.cpp2074 mSubTypes.RemoveAndFreeAllMatching(EmptyChecker()); in ScheduleToRemoveIfEmpty()
2372 mSubTypes.RemoveAndFreeAllMatching(EmptyChecker()); in UpdateRecordsState()
2801 bool Core::ServiceEntry::SubType::Matches(const EmptyChecker &aChecker) const in Matches()
4979 mCallbacks.RemoveAndFreeAllMatching(EmptyChecker()); in ClearEmptyCallbacks()
6259 mCommittedEntries.RemoveAndFreeAllMatching(EmptyChecker()); in CommitNewResponseEntries()
6329 bool Core::AddrCache::AddrEntry::Matches(EmptyChecker aChecker) const in Matches()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp909 typedef LifetimedPrefix::ExpirationChecker EmptyChecker; typedef
916 bool Matches(const EmptyChecker &aChecker);
Drouting_manager.cpp1576 mRouters.RemoveAndFreeAllMatching(Router::EmptyChecker(now)); in Evaluate()
2100 bool RoutingManager::RxRaTracker::Router::Matches(const EmptyChecker &aChecker) in Matches()