Home
last modified time | relevance | path

Searched refs:reqInfoList (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_trans_lane.c1864 static void DestroyRequestNodeList(ListNode *reqInfoList) in DestroyRequestNodeList() argument
1868 LIST_FOR_EACH_ENTRY_SAFE(item, next, reqInfoList, TransReqInfo, node) { in DestroyRequestNodeList()
1874 static int32_t GetNodeToNotifyQosEvent(const char *peerNetworkId, ListNode *reqInfoList) in GetNodeToNotifyQosEvent() argument
1876 if (peerNetworkId == NULL || reqInfoList == NULL) { in GetNodeToNotifyQosEvent()
1903 ListTailInsert(reqInfoList, &info->node); in GetNodeToNotifyQosEvent()
1907 DestroyRequestNodeList(reqInfoList); in GetNodeToNotifyQosEvent()
1943 ListNode reqInfoList; in HandleLaneQosChange() local
1944 ListInit(&reqInfoList); in HandleLaneQosChange()
1945 ret = GetNodeToNotifyQosEvent(peerNetworkId, &reqInfoList); in HandleLaneQosChange()
1952 LIST_FOR_EACH_ENTRY_SAFE(item, next, &reqInfoList, TransReqInfo, node) { in HandleLaneQosChange()
[all …]