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.h37 uint8_t paddingLen = 0; // Unit byte, range from 0 to 7. member
Dprotocol_proto.cpp433 void FillPhyHeaderLenInfo(uint32_t packetLen, uint64_t sum, uint8_t type, uint8_t paddingLen, CommP… in FillPhyHeaderLenInfo()
455 uint8_t paddingLen = static_cast<uint8_t>(bufferByteLen.second - frameByteLen.second); in SetPhyHeader() local