Searched refs:countCellInfo (Results 1 – 1 of 1) sorted by relevance
1138 int32_t countCellInfo = 0; in ReqGetNeighboringCellInfoList() local1157 for (countCellInfo = 0, pLine = responseInfo->head; pLine != NULL; pLine = pLine->next) { in ReqGetNeighboringCellInfoList()1158 countCellInfo++; in ReqGetNeighboringCellInfoList()1160 if (countCellInfo == 0) { in ReqGetNeighboringCellInfoList()1164 TELEPHONY_LOGD("countCellInfo:%{public}d", countCellInfo); in ReqGetNeighboringCellInfoList()1165 cellInfo = (CellInfo *)calloc(countCellInfo, sizeof(CellInfo)); in ReqGetNeighboringCellInfoList()1439 int32_t countCellInfo = 0; in ReqGetCurrentCellInfo() local1458 for (countCellInfo = 0, pLine = responseInfo->head; pLine != NULL; pLine = pLine->next) { in ReqGetCurrentCellInfo()1459 countCellInfo++; in ReqGetCurrentCellInfo()1461 if (countCellInfo == 0) { in ReqGetCurrentCellInfo()[all …]