Home
last modified time | relevance | path

Searched defs:SetPayloadLength (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_frame_builder.cc167 void Http2FrameBuilder::SetPayloadLength(uint32_t payload_length) { in SetPayloadLength() function in http2::test::Http2FrameBuilder
171 size_t Http2FrameBuilder::SetPayloadLength() { in SetPayloadLength() function in http2::test::Http2FrameBuilder
H A Dhttp2_frame_builder_test.cc56 TEST(Http2FrameBuilderTest, SetPayloadLength) { in TEST() argument
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_headers.hpp241 void SetPayloadLength(uint16_t aLength) { mPayloadLength = BigEndian::HostSwap16(aLength); } in SetPayloadLength() function in ot::Ip6::Header
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp911 void Frame::SetPayloadLength(uint16_t aLength) { mLength = GetHeaderLength() + GetFooterLength() + … in SetPayloadLength() function in ot::Mac::Frame