Searched refs:inputItem (Results 1 – 1 of 1) sorted by relevance
482 static void FreeLinkConflictDevInfo(LinkConflictInfo *inputItem) in FreeLinkConflictDevInfo() argument484 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()