Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c83 static SoftBusList *g_authWithParaAsyncReqLaneList = NULL; variable
1639 if (g_authWithParaAsyncReqLaneList == NULL) { in TransAuthWithParaReqLanePendingInit()
1651 if (g_authWithParaAsyncReqLaneList == NULL) { in TransAuthWithParaReqLanePendingDeinit()
1669 DestroySoftBusList(g_authWithParaAsyncReqLaneList); in TransAuthWithParaReqLanePendingDeinit()
1670 g_authWithParaAsyncReqLaneList = NULL; in TransAuthWithParaReqLanePendingDeinit()
1696 if (g_authWithParaAsyncReqLaneList == NULL) { in TransAuthWithParaAddLaneReqToList()
1730 g_authWithParaAsyncReqLaneList->cnt++; in TransAuthWithParaAddLaneReqToList()
1744 if (g_authWithParaAsyncReqLaneList == NULL) { in TransAuthWithParaDelLaneReqById()
1759 g_authWithParaAsyncReqLaneList->cnt--; in TransAuthWithParaDelLaneReqById()
1776 if (g_authWithParaAsyncReqLaneList == NULL) { in TransUpdateAuthWithParaLaneConnInfo()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp889 g_authWithParaAsyncReqLaneList = nullptr;
905 DestroySoftBusList(g_authWithParaAsyncReqLaneList);
906 g_authWithParaAsyncReqLaneList = nullptr;
929 DestroySoftBusList(g_authWithParaAsyncReqLaneList);
930 g_authWithParaAsyncReqLaneList = nullptr;
959 DestroySoftBusList(g_authWithParaAsyncReqLaneList);
960 g_authWithParaAsyncReqLaneList = nullptr;
992 DestroySoftBusList(g_authWithParaAsyncReqLaneList);
993 g_authWithParaAsyncReqLaneList = nullptr;
1028 DestroySoftBusList(g_authWithParaAsyncReqLaneList);
[all …]