Home
last modified time | relevance | path

Searched refs:inputItem (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_link_wifi_direct.c482 static void FreeLinkConflictDevInfo(LinkConflictInfo *inputItem) in FreeLinkConflictDevInfo() argument
484 if (inputItem == NULL) { in FreeLinkConflictDevInfo()
488 if (inputItem->devIdCnt > 0) { in FreeLinkConflictDevInfo()
489 SoftBusFree(inputItem->devIdList); in FreeLinkConflictDevInfo()
490 inputItem->devIdList = NULL; in FreeLinkConflictDevInfo()
492 if (inputItem->devIpCnt > 0) { in FreeLinkConflictDevInfo()
493 SoftBusFree(inputItem->devIpList); in FreeLinkConflictDevInfo()
494 inputItem->devIpList = NULL; in FreeLinkConflictDevInfo()
496 inputItem->devIdCnt = 0; in FreeLinkConflictDevInfo()
497 inputItem->devIpCnt = 0; in FreeLinkConflictDevInfo()