Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp320 int CheckReadBytes(const int count, const int totLen) in CheckReadBytes()
343 int CheckUdpPacket(struct UdpDhcpPacket *pPacket, const int totLen) in CheckUdpPacket()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp307 int totLen = static_cast<int>(data[0]); in CheckReadBytesFuzzerTest() local
313 int totLen = static_cast<int>(data[0]); in CheckUdpPacketFuzzerTest() local
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h358 uint16_t totLen; /**< Total length of an IP data packet */ member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_manager.cpp491 … size_t totLen = static_cast<size_t>(bufferAttr->frameLen * bufferAttr->numChans * sizeof(float)); in ApplyAudioEffectChain() local