Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h269 uint32_t currentTransCount; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c318 if (((PeerInfo *)dFileTrans->context)->currentTransCount > 0) { in CheckTransDone()
319 ((PeerInfo *)dFileTrans->context)->currentTransCount--; in CheckTransDone()
900 peerInfo->currentTransCount++; in DFileSessionHandleFrame()