Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c46 static CtrlLaneList *g_ctrlReqList = NULL; variable
151 g_ctrlReqList->cnt--; in DeleteCtrlRequestNode()
286 g_ctrlReqList->cnt++; in CreateCtrlReqNode()
408 if (g_ctrlReqList != NULL) { in CtrlInit()
417 if (g_ctrlReqList == NULL) { in CtrlInit()
422 ListInit(&g_ctrlReqList->list); in CtrlInit()
427 if (g_ctrlReqList == NULL) { in CtrlDeinit()
439 g_ctrlReqList->cnt--; in CtrlDeinit()
443 SoftBusFree(g_ctrlReqList); in CtrlDeinit()
444 g_ctrlReqList = NULL; in CtrlDeinit()
[all …]