Searched refs:countCellInfo (Results 1 – 1 of 1) sorted by relevance
1139 int32_t countCellInfo = 0; in ReqGetNeighboringCellInfoList() local1158 for (countCellInfo = 0, pLine = responseInfo->head; pLine != NULL; pLine = pLine->next) { in ReqGetNeighboringCellInfoList()1159 countCellInfo++; in ReqGetNeighboringCellInfoList()1161 if (countCellInfo == 0) { in ReqGetNeighboringCellInfoList()1165 TELEPHONY_LOGD("countCellInfo:%{public}d", countCellInfo); in ReqGetNeighboringCellInfoList()1166 cellInfo = (CellInfo *)calloc(countCellInfo, sizeof(CellInfo)); in ReqGetNeighboringCellInfoList()1478 int32_t countCellInfo = 0; in ReqGetCurrentCellInfo() local1497 for (countCellInfo = 0, pLine = responseInfo->head; pLine != NULL; pLine = pLine->next) { in ReqGetCurrentCellInfo()1498 countCellInfo++; in ReqGetCurrentCellInfo()1500 if (countCellInfo == 0) { in ReqGetCurrentCellInfo()[all …]