Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h124 static int ParseLabelExchangeAck(const uint8_t *bytes, uint32_t length, ParseResult &inResult);
H A Dprotocol_proto.cpp861 int errCode = ParseLabelExchangeAck(bytes, length, inResult); in ParseCommLayerPayload()
926 int ProtocolProto::ParseLabelExchangeAck(const uint8_t *bytes, uint32_t length, ParseResult &inResu… in ParseLabelExchangeAck() function in DistributedDB::ProtocolProto