Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1138 int32_t countCellInfo = 0; in ReqGetNeighboringCellInfoList() local
1157 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() local
1458 for (countCellInfo = 0, pLine = responseInfo->head; pLine != NULL; pLine = pLine->next) { in ReqGetCurrentCellInfo()
1459 countCellInfo++; in ReqGetCurrentCellInfo()
1461 if (countCellInfo == 0) { in ReqGetCurrentCellInfo()
[all …]