Home
last modified time | relevance | path

Searched refs:HashBitIndexes (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/meshcop/
Dmeshcop.cpp200 HashBitIndexes indexes; in UpdateBloomFilter()
208 HashBitIndexes indexes; in UpdateBloomFilter()
214 void SteeringData::UpdateBloomFilter(const HashBitIndexes &aIndexes) in UpdateBloomFilter()
224 HashBitIndexes indexes; in Contains()
233 HashBitIndexes indexes; in Contains()
240 bool SteeringData::Contains(const HashBitIndexes &aIndexes) const in Contains()
245 void SteeringData::CalculateHashBitIndexes(const Mac::ExtAddress &aJoinerId, HashBitIndexes &aIndex… in CalculateHashBitIndexes()
260 void SteeringData::CalculateHashBitIndexes(const JoinerDiscerner &aDiscerner, HashBitIndexes &aInde… in CalculateHashBitIndexes()
Dmeshcop.hpp239 struct HashBitIndexes struct in ot::MeshCoP::SteeringData
341 bool Contains(const HashBitIndexes &aIndexes) const;
351 static void CalculateHashBitIndexes(const Mac::ExtAddress &aJoinerId, HashBitIndexes &aIndexes);
361 … static void CalculateHashBitIndexes(const JoinerDiscerner &aDiscerner, HashBitIndexes &aIndexes);
376 void UpdateBloomFilter(const HashBitIndexes &aIndexes);
Djoiner.cpp121 SteeringData::HashBitIndexes filterIndexes; in Start()
/openthread-latest/src/core/thread/
Ddiscover_scanner.hpp92 typedef MeshCoP::SteeringData::HashBitIndexes FilterIndexes;
Dnetwork_data_leader.hpp429 using FilterIndexes = MeshCoP::SteeringData::HashBitIndexes;
/openthread-latest/tests/unit/
Dtest_meshcop.cpp42 MeshCoP::SteeringData::HashBitIndexes indexes; in TestSteeringData()