Searched refs:g_p2pattributeProxy (Results 1 – 1 of 1) sorted by relevance
44 static SessionAttribute* g_p2pattributeProxy = NULL; variable928 …penSession(SESSION_NAME_PROXY, SESSION_NAME_PROXY, g_networkId, DEF_GROUP_ID, g_p2pattributeProxy); in OpenSession4ProxyByP2p()1151 return g_p2pattributeProxy; in GetSessionAttr4ProxyP2p()1289 if (g_p2pattributeProxy == NULL) { in TestSetUp()1290 g_p2pattributeProxy = (SessionAttribute*)calloc(1, sizeof(SessionAttribute)); in TestSetUp()1291 g_p2pattributeProxy->dataType = TYPE_MESSAGE; in TestSetUp()1292 g_p2pattributeProxy->linkTypeNum = 1; in TestSetUp()1293 g_p2pattributeProxy->linkType[0] = LINK_TYPE_WIFI_P2P; in TestSetUp()1364 if (g_p2pattributeProxy != NULL) { in TestTearDown()1365 free(g_p2pattributeProxy); in TestTearDown()[all …]