Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h133 uint8_t cycleRunning[2]; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1403 session->cycleRunning[socketIndex] = NSTACKX_FALSE; in UpdateInfoAfterSend()
1448 if (!session->cycleRunning[socketIndex]) { in DFileSessionSendFrame()
1449 session->cycleRunning[socketIndex] = NSTACKX_TRUE; in DFileSessionSendFrame()
1524 if (!session->cycleRunning[socketIndex]) { in DFileSenderHandle()