Home
last modified time | relevance | path

Searched refs:GetFrameTypeInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp165 work.frameInfo.SetFrameTypeInfo(inPacketInfo.GetFrameTypeInfo()); in CreateNewCombineWork()
245 uint32_t frameHeaderLength = (inInfo.GetFrameTypeInfo() != FrameType::APPLICATION_MESSAGE) ? in CreateNewFrameBuffer()
H A Dcommunicator_aggregator.cpp498 … if (packetResult.GetFrameTypeInfo() == FrameType::EMPTY) { // Empty frame will never be fragmented in OnBytesReceive()
505 } else if (packetResult.GetFrameTypeInfo() != FrameType::APPLICATION_MESSAGE) { in OnBytesReceive()
590 if (frameResult.GetFrameTypeInfo() != FrameType::APPLICATION_MESSAGE) { in OnFragmentReceive()
607 if (inResult.GetFrameTypeInfo() == FrameType::COMMUNICATION_LABEL_EXCHANGE_ACK) { in OnCommLayerFrameReceive()
H A Dprotocol_proto.cpp504 if (outResult.GetFrameTypeInfo() == FrameType::EMPTY) { in CheckAndParsePacket()
513 } else if (outResult.GetFrameTypeInfo() != FrameType::APPLICATION_MESSAGE) { in CheckAndParsePacket()
533 if (outResult.GetFrameTypeInfo() != FrameType::APPLICATION_MESSAGE) { in CheckAndParseFrame()
860 if (inResult.GetFrameTypeInfo() == FrameType::COMMUNICATION_LABEL_EXCHANGE_ACK) { in ParseCommLayerPayload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h107 FrameType GetFrameTypeInfo() const in GetFrameTypeInfo() function