Searched refs:unsent (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_send.c | 174 static int32_t CheckUnsentList(List *unsent, List *head, int32_t maxCount) in CheckUnsentList() argument 179 while (cnt < maxCount && !ListIsEmpty(unsent)) { in CheckUnsentList() 180 List *p = ListPopFront(unsent); in CheckUnsentList() 294 int32_t SendDataFrame(DFileSession *session, List *unsent, uint32_t tid, uint8_t socketIndex) in SendDataFrame() argument 310 int32_t count = CheckUnsentList(unsent, &tmpq, maxCount); in SendDataFrame() 313 ListMove(&tmpq, unsent); in SendDataFrame()
|
H A D | nstackx_dfile_session.c | 1254 List unsent; in DFileAddiSenderHandle() local 1258 ListInitHead(&unsent); in DFileAddiSenderHandle() 1260 if (ListIsEmpty(&unsent) && !FileManagerHasPendingData(session->fileManager)) { in DFileAddiSenderHandle() 1277 ret = SendDataFrame(session, &unsent, threadIdx, 0); in DFileAddiSenderHandle() 1289 DestroyIovList(&unsent, session, threadIdx); in DFileAddiSenderHandle() 1424 if (CapsTcp(session) && !ListIsEmpty(unsent)) { in DFileSessionSendFrame() 1495 DestroyIovList(unsent, session, session->clientSendThreadNum - 1U); in DFileSenderClose() 1506 List unsent; in DFileSenderHandle() local 1517 ListInitHead(&unsent); in DFileSenderHandle() 1520 WaitNewSendData(queueNode, &unsent, session, socketIndex); in DFileSenderHandle() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_send.h | 27 int32_t SendDataFrame(DFileSession *session, List *unsent, uint32_t threadIdx, uint8_t socketIndex);
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-sms-sys.md | 2239 | SIM_MESSAGE_STATUS_UNSENT | 7 | Storage of unsent messages (applicable only to SMS).|
|