Home
last modified time | relevance | path

Searched defs:paddingLen (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dframe_header.h36 uint8_t paddingLen = 0; // Unit byte, range from 0 to 7. member
Dprotocol_proto.cpp420 void FillPhyHeaderLenInfo(uint32_t packetLen, uint64_t sum, uint8_t type, uint8_t paddingLen, CommP… in FillPhyHeaderLenInfo()
442 uint8_t paddingLen = static_cast<uint8_t>(bufferByteLen.second - frameByteLen.second); in SetPhyHeader() local