Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c251 uint32_t fileProcessCnt; in CheckSendByBackPress() local
274 fileProcessCnt = session->fileListProcessingCnt + session->smallListProcessingCnt; in CheckSendByBackPress()
276 …session->stopSendCnt[tid] = (session->stopSendCnt[tid] > fileProcessCnt) ? (session->stopSendCnt[t… in CheckSendByBackPress()
277 fileProcessCnt) : 0; in CheckSendByBackPress()
288 fileProcessCnt, peerInfo->rateStateInterval, stopCnt, session->stopSendCnt[tid]); in CheckSendByBackPress()