Home
last modified time | relevance | path

Searched refs:g_reqLanePendingList (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.c79 static SoftBusList *g_reqLanePendingList = NULL; variable
87 g_reqLanePendingList = CreateSoftBusList(); in TransReqLanePendingInit()
88 if (g_reqLanePendingList == NULL) { in TransReqLanePendingInit()
144 if (g_reqLanePendingList == NULL) { in TransReqLanePendingDeinit()
161 (void)SoftBusMutexUnlock(&g_reqLanePendingList->lock); in TransReqLanePendingDeinit()
162 DestroySoftBusList(g_reqLanePendingList); in TransReqLanePendingDeinit()
163 g_reqLanePendingList = NULL; in TransReqLanePendingDeinit()
248 if (g_reqLanePendingList == NULL) { in TransAddLaneReqFromPendingList()
276 g_reqLanePendingList->cnt++; in TransAddLaneReqFromPendingList()
421 if (g_reqLanePendingList == NULL) { in TransGetLaneReqItemByLaneHandle()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1414 SoftBusList *tmpList = g_reqLanePendingList;
1415 g_reqLanePendingList = nullptr;
1418 g_reqLanePendingList = tmpList;