Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c293 fileList->hasUnInsetFrame = NSTACKX_TRUE; in CreateRetranBlockFrame()
432 fileList->hasUnInsetFrame = NSTACKX_TRUE; in CreateSendBlockFrame()
611 fileList->hasUnInsetFrame = NSTACKX_FALSE; in SendTaskProcess()
1131 fileList->sendRetranList.size == 0 && !fileList->hasUnInsetFrame) { in FileManagerIsLastBlockRead()
1178 if (fileList->hasUnInsetFrame) { in FileManagerHasPendingDataMp()
1229 if (fileList->hasUnInsetFrame) { in FileManagerHasPendingDataInner()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h194 uint8_t hasUnInsetFrame; member