Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c240 } while (flag && (session->stopSendCnt[tid] == 0)); in DoSendDataFrame()
259 if (session->stopSendCnt[tid] != 0) { in CheckSendByBackPress()
265 stopCnt = session->stopSendCnt[tid]; in CheckSendByBackPress()
276 …session->stopSendCnt[tid] = (session->stopSendCnt[tid] > fileProcessCnt) ? (session->stopSendCnt[t… in CheckSendByBackPress()
288 fileProcessCnt, peerInfo->rateStateInterval, stopCnt, session->stopSendCnt[tid]); in CheckSendByBackPress()
H A Dnstackx_dfile_session.c795 session->stopSendCnt[index]++; in DFileSessionResolveBackPress()
799 session->stopSendCnt[index] = 0; in DFileSessionResolveBackPress()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h153 uint32_t stopSendCnt[NSTACKX_MAX_CLIENT_SEND_THREAD_NUM]; member