Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c49 static ISessionListener* g_sessionlistener4Proxy = NULL; variable
728 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_PROXY, g_sessionlistener4Proxy); in CreateSsAndOpenSession4Proxy()
1121 return g_sessionlistener4Proxy; in GetSessionListenser4Proxy()
1237 if (g_sessionlistener4Proxy == NULL) { in TestSetUp()
1238 g_sessionlistener4Proxy = (ISessionListener*)calloc(1, sizeof(ISessionListener)); in TestSetUp()
1239 g_sessionlistener4Proxy->OnSessionOpened = ProxySessionOpened; in TestSetUp()
1240 g_sessionlistener4Proxy->OnSessionClosed = ProxySessionClosed; in TestSetUp()
1241 g_sessionlistener4Proxy->OnMessageReceived = ProxyMessageReceived; in TestSetUp()
1242 g_sessionlistener4Proxy->OnBytesReceived = ProxyBytesReceived; in TestSetUp()
1324 if (g_sessionlistener4Proxy != NULL) { in TestTearDown()
[all …]