Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp241 uint16_t GetMaxSize(void) const { return kMaxSize; } in GetMaxSize() function in ot::Spinel::SpinelDriver::Array
243 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull()
Dspinel_driver.cpp74 …VerifyOrDie(aIidListLength != 0 && aIidListLength <= mIidList.GetMaxSize(), OT_EXIT_INVALID_ARGUME… in Init()
/openthread-latest/src/core/common/
Darray.hpp179 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull()
186 IndexType GetMaxSize(void) const { return static_cast<IndexType>(kMaxSize); } in GetMaxSize() function in ot::Array
/openthread-latest/tests/unit/
Dtest_array.cpp59 VerifyOrQuit(array.GetMaxSize() == kMaxSize); in TestArray()
/openthread-latest/src/core/net/
Ddns_client.cpp1657 … uint8_t randomIndex = Random::NonCrypto::GetUint8InRange(0, mLimitedQueryServers.GetMaxSize()); in RecordServerAsLimitedToSingleQuestion()
/openthread-latest/src/core/thread/
Dmle.cpp5519 offsetRange.ShrinkLength(aTlvList.GetMaxSize()); in ReadTlvRequestTlv()