Home
last modified time | relevance | path

Searched refs:currCellInfo (Results 1 - 1 of 1) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1482 CurrentCellInfoVendor *currCellInfo = NULL; in ReqGetCurrentCellInfo() local
1504 currCellInfo = (CurrentCellInfoVendor *)calloc(countCellInfo, sizeof(CurrentCellInfoVendor)); in ReqGetCurrentCellInfo()
1505 if (currCellInfo == NULL) { in ReqGetCurrentCellInfo()
1506 TELEPHONY_LOGE("currentCellList countCellInfo:%{public}d,currCellInfo alloc failed!", countCellInfo); in ReqGetCurrentCellInfo()
1511 if (ParseGetCurrentCellInfoResponseLine(pLine->data, &currCellInfo[index]) != 0) { in ReqGetCurrentCellInfo()
1517 currCellInfoList.currentCellInfo = currCellInfo; in ReqGetCurrentCellInfo()
1519 free(currCellInfo); in ReqGetCurrentCellInfo()

Completed in 3 milliseconds