Home
last modified time | relevance | path

Searched defs:aFilter (Results 1 – 11 of 11) sorted by relevance

/external/openthread/src/core/thread/
Dneighbor_table.cpp63 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent()
68 …ghbor *NeighborTable::FindParent(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilter) in FindParent()
73 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent()
97 …ighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindNeighbor()
108 …bor *NeighborTable::FindNeighbor(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilter) in FindNeighbor()
113 …ighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindNeighbor()
134 …ighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor::StateFilter aFilter) in FindNeighbor()
Dchild_table.cpp42 ChildTable::Iterator::Iterator(Instance &aInstance, Child::StateFilter aFilter) in Iterator()
133 Child *ChildTable::FindChild(uint16_t aRloc16, Child::StateFilter aFilter) in FindChild()
138 Child *ChildTable::FindChild(const Mac::ExtAddress &aExtAddress, Child::StateFilter aFilter) in FindChild()
143 Child *ChildTable::FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter) in FindChild()
Dchild_table.hpp231 …IteratorBuilder Iterate(Child::StateFilter aFilter) { return IteratorBuilder(GetInstance(), aFilte… in Iterate()
315 IteratorBuilder(Instance &aInstance, Child::StateFilter aFilter) in IteratorBuilder()
/external/openthread/src/core/backbone_router/
Dndproxy_table.hpp273 IteratorBuilder(Instance &aInstance, Filter aFilter) in IteratorBuilder()
285 IteratorBuilder Iterate(Filter aFilter) { return IteratorBuilder(GetInstance(), aFilter); } in Iterate()
Dndproxy_table.cpp75 bool NdProxyTable::MatchesFilter(const NdProxy &aProxy, Filter aFilter) in MatchesFilter()
95 NdProxyTable::Iterator::Iterator(Instance &aInstance, Filter aFilter) in Iterator()
/external/openthread/src/core/net/
Dnetif.hpp288 Builder(const Netif &aNetif, Address::TypeFilter aFilter) in Builder()
585 Address::TypeFilter aFilter = Address::kTypeAny) in IterateExternalMulticastAddresses()
Dnetif.cpp577 …tif::ExternalMulticastAddress::Iterator::Iterator(const Netif &aNetif, Address::TypeFilter aFilter) in Iterator()
/external/openthread/tests/unit/
Dtest_child_table.cpp71 static bool StateMatchesFilter(Child::State aState, Child::StateFilter aFilter) in StateMatchesFilter()
/external/openthread/src/core/utils/
Dslaac_address.cpp82 void Slaac::SetFilter(PrefixFilter aFilter) in SetFilter()
/external/openthread/src/core/api/
Dip6_api.cpp258 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter) in otIp6SetSlaacPrefixFilter()
/external/pytorch/torch/csrc/jit/tensorexpr/
Dbounds_inference.cpp305 TensorAccessKind aFilter = kMutate, in hasConflictingOverlap()