Home
last modified time | relevance | path

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

/test/xts/dcts/server/disServer/
Dnet_trans_common.cpp62 static int32_t g_nodeOnlineCount = 0; variable
174 g_nodeOnlineCount++; in OnDefNodeOnline()
176 LOG("test_wifi_onoff: g_networkIds.empty() g_nodeOnlineCount = %d", g_nodeOnlineCount); in OnDefNodeOnline()
193 g_nodeOnlineCount++; in OnDefNodeOnline()
195 LOG("test_wifi_onoff: g_nodeOnlineCount = %d", g_nodeOnlineCount); in OnDefNodeOnline()
211 LOG("test_wifi_onoff: g_networkIds.empty() g_nodeOnlineCount = %d", g_nodeOnlineCount); in OnDefNodeOffline()
223 g_nodeOnlineCount--; in OnDefNodeOffline()
226 LOG("test_wifi_onoff: g_nodeOnlineCount = %d", g_nodeOnlineCount); in OnDefNodeOffline()
281 g_nodeOnlineCount = 0; in ResetWaitCount4Online()
650 LOG("while g_nodeOnlineCount = %d", g_nodeOnlineCount);
[all …]
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c30 static int32_t g_nodeOnlineCount = 0; variable
299 g_nodeOnlineCount++; in OnDefNodeOnline()
630 g_nodeOnlineCount = 0; in ResetwaitCount4Online()
1020 if (g_nodeOnlineCount == expectCount) { in WaitNodeCount()
1043 if (g_nodeOnlineCount != expectCount) { in WaitNodeCount()
1044 LOG("Wait4Node[online] fail[exp:%d, real:%d]", expectCount, g_nodeOnlineCount); in WaitNodeCount()