Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c41 static SessionAttribute* g_sessionAttr4Perf = NULL; variable
1275 if (g_sessionAttr4Perf == NULL) { in TestSetUp()
1276 g_sessionAttr4Perf = (SessionAttribute*)calloc(1, sizeof(SessionAttribute)); in TestSetUp()
1277 g_sessionAttr4Perf->dataType = TYPE_BYTES; in TestSetUp()
1352 if (g_sessionAttr4Perf != NULL) { in TestTearDown()
1353 free(g_sessionAttr4Perf); in TestTearDown()
1354 g_sessionAttr4Perf = NULL; in TestTearDown()