Searched defs:aFilter (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | neighbor_table.cpp | 66 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent() 71 …ghbor *NeighborTable::FindParent(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilter) in FindParent() 76 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent() 100 …ighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindNeighbor() 111 …bor *NeighborTable::FindNeighbor(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilter) in FindNeighbor() 116 …ighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindNeighbor() 137 …ighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor::StateFilter aFilter) in FindNeighbor()
|
H A D | child_table.cpp | 44 ChildTable::Iterator::Iterator(Instance &aInstance, Child::StateFilter aFilter) in Iterator() 135 Child *ChildTable::FindChild(uint16_t aRloc16, Child::StateFilter aFilter) in FindChild() 140 Child *ChildTable::FindChild(const Mac::ExtAddress &aExtAddress, Child::StateFilter aFilter) in FindChild() 145 Child *ChildTable::FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter) in FindChild()
|
H A D | child_table.hpp | 250 …IteratorBuilder Iterate(Child::StateFilter aFilter) { return IteratorBuilder(GetInstance(), aFilte… in Iterate() 342 IteratorBuilder(Instance &aInstance, Child::StateFilter aFilter) in IteratorBuilder()
|
/aosp_15_r20/external/openthread/src/core/backbone_router/ |
H A D | ndproxy_table.hpp | 291 IteratorBuilder(Instance &aInstance, Filter aFilter) in IteratorBuilder() 303 IteratorBuilder Iterate(Filter aFilter) { return IteratorBuilder(GetInstance(), aFilter); } in Iterate()
|
H A D | ndproxy_table.cpp | 75 bool NdProxyTable::MatchesFilter(const NdProxy &aProxy, Filter aFilter) in MatchesFilter() 95 NdProxyTable::Iterator::Iterator(Instance &aInstance, Filter aFilter) in Iterator()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | netif.hpp | 313 Builder(const Netif &aNetif, Address::TypeFilter aFilter) in Builder() 636 Address::TypeFilter aFilter = Address::kTypeAny) in IterateExternalMulticastAddresses()
|
H A D | netif.cpp | 583 …tif::ExternalMulticastAddress::Iterator::Iterator(const Netif &aNetif, Address::TypeFilter aFilter) in Iterator()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_child_table.cpp | 71 static bool StateMatchesFilter(Child::State aState, Child::StateFilter aFilter) in StateMatchesFilter()
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | slaac_address.cpp | 90 void Slaac::SetFilter(PrefixFilter aFilter) in SetFilter()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | ip6_api.cpp | 265 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter) in otIp6SetSlaacPrefixFilter()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | bounds_inference.cpp | 305 TensorAccessKind aFilter = kMutate, in hasConflictingOverlap()
|