Home
last modified time | relevance | path

Searched defs:aMatcher (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor_table.cpp49 Neighbor *NeighborTable::FindParent(const Neighbor::AddressMatcher &aMatcher) in FindParent()
81 Neighbor *NeighborTable::FindNeighbor(const Neighbor::AddressMatcher &aMatcher) in FindNeighbor()
123 Neighbor *NeighborTable::FindChildOrRouter(const Neighbor::AddressMatcher &aMatcher) in FindChildOrRouter()
H A Dchild_table.hpp355 …Child *FindChild(const Child::AddressMatcher &aMatcher) { return AsNonConst(AsConst(this)->FindChi… in FindChild()
H A Drouter_table.hpp459 Router *FindRouter(const Router::AddressMatcher &aMatcher) in FindRouter()
/aosp_15_r20/external/openthread/src/core/common/
H A Ddata.cpp41 ByteMatcher aMatcher) in MatchBytes()
H A Ddata.hpp221 bool MatchesBytesIn(const void *aBuffer, ByteMatcher aMatcher) in MatchesBytesIn()