Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c127 if (!ListIsEmpty(&session->dFileTransChain)) { in CalculateSessionTransferRatePrepare()
279 if (!ListIsEmpty(&session->dFileTransChain)) { in CalculateSessionTransferRate()
413 static DFileTrans *SearchDFileTransNode(List *dFileTransChain, uint16_t transId) in SearchDFileTransNode() argument
418 if (dFileTransChain == NULL || transId == 0) { in SearchDFileTransNode()
422 LIST_FOR_EACH(pos, dFileTransChain) { in SearchDFileTransNode()
563 LIST_FOR_EACH(pos, &session->dFileTransChain) { in DFileSessionHandleClientSetting()
739 LIST_FOR_EACH(pos, &session->dFileTransChain) { in HandleWithoutSettingError()
899 ListInsertTail(&(session->dFileTransChain), &(trans->list)); in DFileSessionHandleFrame()
959 LIST_FOR_EACH(pos, &session->dFileTransChain) { in GetEpollWaitTimeOut()
976 LIST_FOR_EACH_SAFE(pos, tmp, &session->dFileTransChain) { in ProcessSessionTrans()
[all …]
H A Dnstackx_dfile_dfx.c124 LIST_FOR_EACH(pos, &session->dFileTransChain) in HidumpInfoServer()
H A Dnstackx_dfile.c834 ListInitHead(&session->dFileTransChain); in DFileSessionBaseInit()
1421 while (!ListIsEmpty(&session->dFileTransChain)) { in ClearTransChain()
1422 DFileTrans *trans = (DFileTrans *)ListPopFront(&session->dFileTransChain); in ClearTransChain()
H A Dnstackx_dfile_transfer.c406 LIST_FOR_EACH(pos, &session->dFileTransChain) { in FileManagerTransMsgHandler()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h90 List dFileTransChain; member