Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c255 frame->curFrag.size = item->frame->fragSize; in FillpFrameRxNewFrag()
256 frame->curFrag.procSize = 0; in FillpFrameRxNewFrag()
257 frame->curFrag.seqNum = (FILLP_UINT32)item->frame->info.subSeqNum; in FillpFrameRxNewFrag()
277 h->curFrame.curFrag.procSize += item->dataLen; in FillpFrameRxUpdateAndNotify()
278 if (h->curFrame.curFrag.size == h->curFrame.curFrag.procSize) { in FillpFrameRxUpdateAndNotify()
294 h->curFrame.info.seqNum, h->curFrame.curFrag.seqNum, h->curFrame.curFrag.size); in FillpFrameRxUpdateAndNotify()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h60 struct FillpFrag curFrag; member