Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h123 static int ParseLabelExchange(const uint8_t *bytes, uint32_t length, ParseResult &inResult);
H A Dprotocol_proto.cpp867 int errCode = ParseLabelExchange(bytes, length, inResult); in ParseCommLayerPayload()
876 int ProtocolProto::ParseLabelExchange(const uint8_t *bytes, uint32_t length, ParseResult &inResult) in ParseLabelExchange() function in DistributedDB::ProtocolProto