Home
last modified time | relevance | path

Searched refs:GetBitmapLength (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddns_types.hpp2606 uint8_t GetBitmapLength(void) { return mBitmapLength; } in GetBitmapLength() function in ot::Dns::NsecRecord::TypeBitMap
/openthread-latest/tests/unit/
Dtest_mdns.cpp333 VerifyOrQuit(bitmap.GetBitmapLength() <= NsecRecord::TypeBitMap::kMaxLength); in ParseFrom()
341 for (uint16_t type = 0; type < bitmap.GetBitmapLength() * kBitsPerByte; type++) in ParseFrom()