Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h51 …int32_t ecno; /* ratio of the received energy per PN chip to the total received power spectral den… member
191 int32_t ecno; /* The ratio of power per modulation bit to noise spectral density. -25~0 */ member
259 int32_t ecno; /* Receiving signal strength in dbm 90~-25 */ member
Dhril_network_parcel.h119 int32_t ecno; /* Receiving signal strength in dbm 90~-25 */ member
196 int32_t ecno; /* The ratio of power per modulation bit to noise spectral density. -25~0 */ member
Dhril_types.h91 …int32_t ecno; /* integer type, ratio of the received energy per PN chip to the total received powe… member
/base/telephony/core_service/services/network_search/src/
Dsignal_info.cpp48 cur_.cdma.SetValue(cdmaSignal.absoluteRssi, cdmaSignal.ecno); in ProcessCdma()
96 signalIntensity.cdma.absoluteRssi, signalIntensity.cdma.ecno); in PrintfLog()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp312 signalStrength->cdma.ecno = rssi.cdma.ecno; in BuildSignalStrength()
416 cellInfo.ServiceCellParas.wcdma.ecno = info.serviceCells.wcdma.ecno; in FillWcdmaCellNearbyInfo()
554 cellInfo.ServiceCellParas.wcdma.ecno = info.serviceCells.wcdma.ecno; in FillWcdmaCurrentCellInfo()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp552 rssi.cdma.ecno = rilRssi->cdmaRssi.ecno; in ExchangeRilRssiToHdf()
617 cellInfo.serviceCells.wcdma.ecno = cellPtr->ServiceCellParas.wcdma.ecno; in FillCellNearbyInfo()
697 cellInfo.serviceCells.wcdma.ecno = hrilCellInfoVendor->ServiceCellParas.wcdma.ecno; in FillCellInfoType()
767 cellInfo.serviceCells.wcdma.ecno = 0; in FillCurrentCellInfo()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c349 NextInt(&lineStr, &hrilRssi->cdmaRssi.ecno); in ParseGetCdmaSignalStrength()
351 hrilRssi->cdmaRssi.ecno = -hrilRssi->cdmaRssi.ecno; in ParseGetCdmaSignalStrength()
955 if (NextInt(&pStr, &ci->ServiceCellParas.wcdma.ecno) < 0) { in ParseCellInfoWcdma()
1241 NextInt(&line, &response->ServiceCellParas.wcdma.ecno); in ParseGetWcdmaCellInfoLine()
1250 response->ServiceCellParas.wcdma.ecno, response->ServiceCellParas.wcdma.drx, in ParseGetWcdmaCellInfoLine()
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp385 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in NetworkCurrentCellUpdated()
508 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetNeighboringCellInfoListResponse()
551 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetCurrentCellInfoResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp441 TELEPHONY_LOGI("ecno:%{public}d", info.serviceCells.wcdma.ecno); in NetworkCurrentCellUpdated()
570 TELEPHONY_LOGI("ecno:%{public}d", info.serviceCells.wcdma.ecno); in GetNeighboringCellInfoListResponse()
616 TELEPHONY_LOGI("ecno:%{public}d", info.serviceCells.wcdma.ecno); in GetCurrentCellInfoResponse()