Home
last modified time | relevance | path

Searched refs:sendBlockFrameList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c470 if (PthreadMutexLock(&para->sendBlockFrameList.lock) != 0) { in PushFileBlockFrame()
483 para->sendBlockFrameList.size++; in PushFileBlockFrame()
955 if (!ListIsEmpty(&para->sendBlockFrameList.head)) { in GetSendBlockFrameListPara()
962 if (!ListIsEmpty(&para->sendBlockFrameList.head)) { in GetSendBlockFrameListPara()
976 cur = ListPopFront(&para->sendBlockFrameList.head); in GetMultipleBlockFrame()
980 para->sendBlockFrameList.size--; in GetMultipleBlockFrame()
999 if (PthreadMutexLock(&para->sendBlockFrameList.lock) != 0) { in GetDataFrameFromSendList()
1063 MutexListDestory(&para->sendBlockFrameList); in InitSendBlockLists()
1097 while (para->sendBlockFrameList.size > 0) { in ClearSendFrameList()
1099 para->sendBlockFrameList.size--; in ClearSendFrameList()
[all …]
H A Dnstackx_file_manager.c1450 MutexListDestory(&fileManager->sendBlockFrameListPara[i].sendBlockFrameList); in FileManagerCreate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h220 MutexList sendBlockFrameList; /* DATA:BlockFrame */ member