Searched refs:OnAppLayerFrameReceive (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | communicator_aggregator.h | 114 int OnAppLayerFrameReceive(const std::string &srcTarget, const uint8_t *bytes, 116 int OnAppLayerFrameReceive(const std::string &srcTarget, SerialBuffer *&inFrameBuffer,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_aggregator.cpp | 511 errCode = OnAppLayerFrameReceive(srcTarget, bytes, length, packetResult, userId); in OnBytesReceive() 598 errCode = OnAppLayerFrameReceive(srcTarget, frameBuffer, frameResult, userId); in OnFragmentReceive() 627 int CommunicatorAggregator::OnAppLayerFrameReceive(const std::string &srcTarget, const uint8_t *byt… in OnAppLayerFrameReceive() function in DistributedDB::CommunicatorAggregator 643 return OnAppLayerFrameReceive(srcTarget, buffer, inResult, userId); in OnAppLayerFrameReceive() 664 int CommunicatorAggregator::OnAppLayerFrameReceive(const std::string &srcTarget, SerialBuffer *&inF… in OnAppLayerFrameReceive() function in DistributedDB::CommunicatorAggregator
|