Home
last modified time | relevance | path

Searched refs:GetFrameLen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp162 work.frameInfo.SetPacketLen(inPacketInfo.GetFrameLen()); in CreateNewCombineWork()
166 work.frameInfo.SetFrameLen(inPacketInfo.GetFrameLen()); in CreateNewCombineWork()
217 if (inPacketInfo.GetFrameLen() != inWork.frameInfo.GetFrameLen()) { in CheckPacketWithOriWork()
218 …[Combiner][CheckPacket] FrameLen mismatch %" PRIu32 " vs %" PRIu32 ".", inPacketInfo.GetFrameLen(), in CheckPacketWithOriWork()
219 inWork.frameInfo.GetFrameLen()); in CheckPacketWithOriWork()
247 int errCode = buffer->AllocBufferByTotalLength(inInfo.GetFrameLen(), frameHeaderLength); in CreateNewFrameBuffer()
H A Dprotocol_proto.cpp324 uint32_t frameLen = inResult.GetFrameLen(); in AnalyzeSplitStructure()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp217 const int32_t* VDecDemo::GetFrameLen() in GetFrameLen() function in VDecDemo
232 const int32_t *frameLen = GetFrameLen(); in InputFunc()
H A Ddecoder_demo.h74 const int32_t *GetFrameLen();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h115 uint32_t GetFrameLen() const in GetFrameLen() function