Searched refs:DestroyIovList (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_send.h | 28 void DestroyIovList(List *head, DFileSession *s, uint32_t tid);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_send.c | 69 void DestroyIovList(const List *head, DFileSession *s, uint32_t tid) in DestroyIovList() function 164 DestroyIovList(head, session, tid); in SendFileDataFrame()
|
H A D | nstackx_dfile_session.c | 1289 DestroyIovList(&unsent, session, threadIdx); in DFileAddiSenderHandle() 1495 DestroyIovList(unsent, session, session->clientSendThreadNum - 1U); in DFileSenderClose()
|