Home
last modified time | relevance | path

Searched refs:g_currentSessionId4Ctl (Results 1 - 1 of 1) sorted by relevance

/test/xts/dcts/communication/softbus_standard/common/
H A Dnet_trans_common.c20 static int32_t g_currentSessionId4Ctl = -1; variable
358 if (sessionId == g_currentSessionId4Ctl) { in ControlSessionOpened()
364 sessionId, g_currentSessionId4Ctl); in ControlSessionOpened()
376 if (sessionId == g_currentSessionId4Ctl) { in ControlSessionClosed()
378 g_currentSessionId4Ctl = -1; in ControlSessionClosed()
381 LOG("[cb][ctrl]closed session callback sid[%d] not match open sid[%d]", sessionId, g_currentSessionId4Ctl); in ControlSessionClosed()
817 CloseSession(g_currentSessionId4Ctl); in CloseSessionAndRemoveSs4Ctl()
1126 g_currentSessionId4Ctl = sessionId; in SetCurrentSessionId4Ctl()
1141 return g_currentSessionId4Ctl; in GetCurrentSessionId4Ctl()

Completed in 2 milliseconds