Home
last modified time | relevance | path

Searched refs:GetMaxLength (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_frame_builder.cpp71 VerifyOrQuit(frameBuilder.GetMaxLength() == sizeof(buffer)); in TestFrameBuilder()
79 VerifyOrQuit(frameBuilder.GetMaxLength() == sizeof(kData1)); in TestFrameBuilder()
91 VerifyOrQuit(frameBuilder.GetMaxLength() == sizeof(buffer)); in TestFrameBuilder()
114 VerifyOrQuit(frameBuilder.GetMaxLength() == sizeof(buffer)); in TestFrameBuilder()
125 VerifyOrQuit(frameBuilder.GetMaxLength() == sizeof(buffer)); in TestFrameBuilder()
155 VerifyOrQuit(frameBuilder.GetMaxLength() == sizeof(buffer)); in TestFrameBuilder()
/openthread-latest/src/core/common/
Dframe_builder.hpp86 uint16_t GetMaxLength(void) const { return mMaxLength; } in GetMaxLength() function in ot::FrameBuilder
/openthread-latest/src/core/api/
Dnetdata_api.cpp59 return AsCoreType(aInstance).Get<NetworkData::Leader>().GetMaxLength(); in otNetDataGetMaxLength()
/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp96 uint8_t GetMaxLength(void) const { return mMaxLength; } in GetMaxLength() function in ot::NetworkData::Leader
Dmesh_forwarder.cpp1018 maxFrameLength = frameBuilder.GetMaxLength(); in PrepareDataFrame()