Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp554 int32_t &pilotStrength = cellInfo->ServiceCellParas.cdma.pilotStrength; in ProcessCurrentCellCdma() local
555 pilotStrength = ZERO_VALUE - pilotStrength; in ProcessCurrentCellCdma()
558 cell->SetSignalIntensity(pilotStrength); in ProcessCurrentCellCdma()
560 int32_t level = GetCurrentSignalLevelCdma(pilotStrength); in ProcessCurrentCellCdma()
566 baseId, networkId, pilotStrength); in ProcessCurrentCellCdma()
675 int32_t CellInfo::GetCurrentSignalLevelCdma(int32_t pilotStrength) in GetCurrentSignalLevelCdma() argument
678 if (pilotStrength >= SIGNAL_RSSI_MAXIMUM) { in GetCurrentSignalLevelCdma()
683 if (pilotStrength >= CDMA_SIGNAL_THRESHOLD[i]) { in GetCurrentSignalLevelCdma()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h308 int32_t pilotStrength; member
544 int32_t pilotStrength; member
Dhril_vendor_network_defs.h433 int32_t pilotStrength; member
/base/telephony/core_service/services/network_search/include/
Dcell_info.h60 int32_t GetCurrentSignalLevelCdma(int32_t pilotStrength);
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp490 cellInfo.ServiceCellParas.cdma.pilotStrength = info.serviceCells.cdma.pilotStrength; in FillCdmaCellNearbyInfo()
630 cellInfo.ServiceCellParas.cdma.pilotStrength = info.serviceCells.cdma.pilotStrength; in FillCdmaCurrentCellInfo()
747 cellInfo.ServiceCellParas.cdma.pilotStrength = info.serviceCells.cdma.pilotStrength; in FillCdmaCurrentCellInformation()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp773 cellInfo.serviceCells.cdma.pilotStrength = hrilCellPtr->ServiceCellParas.cdma.pilotStrength; in FillCellNearbyInfoCdma()
817 …cellInfo.serviceCells.cdma.pilotStrength = hrilCellInfoVendor->ServiceCellParas.cdma.pilotStrength; in FillCellInfoType()
855 …cellInfo.serviceCells.cdma.pilotStrength = hrilCellInfoVendor->ServiceCellParas.cdma.pilotStrength; in FillCellInformationType()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c990 if (NextInt(&pStr, &ci->ServiceCellParas.cdma.pilotStrength) < 0) { in ParseCellInfoCdma()
1259 NextInt(&line, &response->ServiceCellParas.cdma.pilotStrength); in ParseGetCdmaCellInfoLine()
1263 response->ServiceCellParas.cdma.pilotStrength = -response->ServiceCellParas.cdma.pilotStrength; in ParseGetCdmaCellInfoLine()
1269 response->ServiceCellParas.cdma.pilotPn, response->ServiceCellParas.cdma.pilotStrength, in ParseGetCdmaCellInfoLine()