Home
last modified time | relevance | path

Searched refs:g_funcList (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_lane_common.c168 static LinkInfoProc g_funcList[LANE_LINK_TYPE_BUTT] = { variable
189 if ((linkInfo->type >= LANE_LINK_TYPE_BUTT) || (g_funcList[linkInfo->type] == NULL)) { in LaneInfoProcess()
193 return g_funcList[linkInfo->type](linkInfo, connInfo, profile); in LaneInfoProcess()