Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h94 …static int CheckAndParsePacket(const std::string &srcTarget, const uint8_t *bytes, uint32_t length,
H A Dcommunicator_aggregator.cpp484 int errCode = ProtocolProto::CheckAndParsePacket(srcTarget, bytes, length, packetResult); in OnBytesReceive()
H A Dprotocol_proto.cpp492 int ProtocolProto::CheckAndParsePacket(const std::string &srcTarget, const uint8_t *bytes, uint32_t… in CheckAndParsePacket() function in DistributedDB::ProtocolProto