Searched refs:g_sessionAttr4Proxy (Results 1 – 1 of 1) sorted by relevance
42 static SessionAttribute* g_sessionAttr4Proxy = NULL; variable736 …penSession(SESSION_NAME_PROXY, SESSION_NAME_PROXY, g_networkId, DEF_GROUP_ID, g_sessionAttr4Proxy); in CreateSsAndOpenSession4Proxy()1160 return g_sessionAttr4Proxy; in GetSessionAttr4Proxy()1279 if (g_sessionAttr4Proxy == NULL) { in TestSetUp()1280 g_sessionAttr4Proxy = (SessionAttribute*)calloc(1, sizeof(SessionAttribute)); in TestSetUp()1281 g_sessionAttr4Proxy->dataType = TYPE_MESSAGE; in TestSetUp()1356 if (g_sessionAttr4Proxy != NULL) { in TestTearDown()1357 free(g_sessionAttr4Proxy); in TestTearDown()1358 g_sessionAttr4Proxy = NULL; in TestTearDown()