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/
Dnet_trans_common.c20 static int32_t g_currentSessionId4Ctl = -1; variable
402 if (sessionId == g_currentSessionId4Ctl) { in ControlSessionOpened()
408 sessionId, g_currentSessionId4Ctl); in ControlSessionOpened()
420 if (sessionId == g_currentSessionId4Ctl) { in ControlSessionClosed()
422 g_currentSessionId4Ctl = -1; in ControlSessionClosed()
425 …][ctrl]closed session callback sid[%d] not match open sid[%d]", sessionId, g_currentSessionId4Ctl); in ControlSessionClosed()
861 CloseSession(g_currentSessionId4Ctl); in CloseSessionAndRemoveSs4Ctl()
1170 g_currentSessionId4Ctl = sessionId; in SetCurrentSessionId4Ctl()
1185 return g_currentSessionId4Ctl; in GetCurrentSessionId4Ctl()