Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c48 static uint16_t g_dFileSessionId = 0; variable
75 if (g_dFileSessionId == 0) { in GetDFileSessionId()
78 if (g_dFileSessionId == UINT16_MAX) { in GetDFileSessionId()
79 g_dFileSessionId = 1; in GetDFileSessionId()
81 g_dFileSessionId++; in GetDFileSessionId()
83 *sessionId = g_dFileSessionId; in GetDFileSessionId()