Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp486 auto ptrPhyHeader = reinterpret_cast<CommPhyHeader *>(headerByteLen.first); in SetPhyHeader() local
487 ptrPhyHeader->checkSum = HostToNet(sumResult); in SetPhyHeader()
1069 auto ptrPhyHeader = reinterpret_cast<CommPhyHeader *>(outPacket.ptrPacket); in FillFragmentPacket() local
1070 if (ptrPhyHeader == nullptr) { in FillFragmentPacket()
1073 ptrPhyHeader->checkSum = HostToNet(sumResult); in FillFragmentPacket()