Home
last modified time | relevance | path

Searched refs:countCellInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1139 int32_t countCellInfo = 0; in ReqGetNeighboringCellInfoList() local
1158 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() local
1497 for (countCellInfo = 0, pLine = responseInfo->head; pLine != NULL; pLine = pLine->next) { in ReqGetCurrentCellInfo()
1498 countCellInfo++; in ReqGetCurrentCellInfo()
1500 if (countCellInfo == 0) { in ReqGetCurrentCellInfo()
[all …]