Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h113 int OnCommLayerFrameReceive(const std::string &srcTarget, const ParseResult &inResult);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp506 errCode = OnCommLayerFrameReceive(srcTarget, packetResult); in OnBytesReceive()
591 errCode = OnCommLayerFrameReceive(srcTarget, frameResult); in OnFragmentReceive()
605 int CommunicatorAggregator::OnCommLayerFrameReceive(const std::string &srcTarget, const ParseResult… in OnCommLayerFrameReceive() function in DistributedDB::CommunicatorAggregator