Searched refs:ecno (Results 1 – 9 of 9) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_network_defs.h | 51 …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
|
D | hril_network_parcel.h | 119 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
|
D | hril_types.h | 91 …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/ |
D | signal_info.cpp | 48 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/ |
D | tel_ril_network.cpp | 312 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/ |
D | hril_network.cpp | 552 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/ |
D | at_network.c | 349 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/ |
D | ril_callback_test.cpp | 385 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/ |
D | ril_callback_test.cpp | 441 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()
|