/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 209 int32_t arfcn; member 235 int32_t arfcn; member 261 int32_t arfcn; member 325 int32_t arfcn; member 470 int32_t arfcn; member 491 int32_t arfcn; member 511 int32_t arfcn; member 561 int32_t arfcn; member 709 int32_t arfcn; member 723 int32_t arfcn; member
|
D | hril_vendor_network_defs.h | 459 int32_t arfcn; member 485 int32_t arfcn; member 511 int32_t arfcn; member 533 int32_t arfcn; member 660 int32_t arfcn; member 694 int32_t arfcn; member 728 int32_t arfcn; member
|
/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 367 int32_t &arfcn = cellInfo->ServiceCellParas.gsm.arfcn; in ProcessNeighboringCellGsm() local 372 cell->SetGsmParam(bsic, lac, arfcn); in ProcessNeighboringCellGsm() 376 arfcn, cellId, bsic, lac, slotId_); in ProcessNeighboringCellGsm() 386 int32_t &arfcn = cellInfo->ServiceCellParas.lte.arfcn; in ProcessNeighboringCellLte() local 389 cell->SetLteParam(pci, 0, arfcn); in ProcessNeighboringCellLte() 391 …I("CellInfo::ProcessLte arfcn:%{private}d pci:%{private}d slotId:%{public}d", arfcn, pci, slotId_); in ProcessNeighboringCellLte() 401 int32_t &arfcn = cellInfo->ServiceCellParas.wcdma.arfcn; in ProcessNeighboringCellWcdma() local 404 cell->SetWcdmaParam(psc, 0, arfcn); in ProcessNeighboringCellWcdma() 407 …"CellInfo::ProcessWcdma arfcn:%{private}d psc:%{private}d slotId:%{public}d", arfcn, psc, slotId_); in ProcessNeighboringCellWcdma() 436 int32_t &arfcn = cellInfo->ServiceCellParas.tdscdma.arfcn; in ProcessNeighboringCellTdscdma() local [all …]
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 459 cellInfo.ServiceCellParas.gsm.arfcn = info.serviceCells.gsm.arfcn; in FillGsmCellNearbyInfo() 468 cellInfo.ServiceCellParas.lte.arfcn = info.serviceCells.lte.arfcn; in FillLteCellNearbyInfo() 477 cellInfo.ServiceCellParas.wcdma.arfcn = info.serviceCells.wcdma.arfcn; in FillWcdmaCellNearbyInfo() 499 cellNearbyInfo.ServiceCellParas.tdscdma.arfcn = info.serviceCells.tdscdma.arfcn; in FillTdscdmaCellNearbyInfo() 590 cellInfo.ServiceCellParas.gsm.arfcn = info.serviceCells.gsm.arfcn; in FillGsmCurrentCellInfo() 601 cellInfo.ServiceCellParas.lte.arfcn = info.serviceCells.lte.arfcn; in FillLteCurrentCellInfo() 612 cellInfo.ServiceCellParas.wcdma.arfcn = info.serviceCells.wcdma.arfcn; in FillWcdmaCurrentCellInfo() 639 currentCellInfo.ServiceCellParas.tdscdma.arfcn = info.serviceCells.tdscdma.arfcn; in FillTdscdmaCurrentCellInfo() 704 cellInfo.ServiceCellParas.gsm.arfcn = info.serviceCells.gsm.arfcn; in FillGsmCurrentCellInformation() 716 cellInfo.ServiceCellParas.lte.arfcn = info.serviceCells.lte.arfcn; in FillLteCurrentCellInformation() [all …]
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 711 cellInfo.serviceCells.gsm.arfcn = cellPtr->ServiceCellParas.gsm.arfcn; in FillCellNearbyInfo() 718 cellInfo.serviceCells.lte.arfcn = cellPtr->ServiceCellParas.lte.arfcn; in FillCellNearbyInfo() 725 cellInfo.serviceCells.wcdma.arfcn = cellPtr->ServiceCellParas.wcdma.arfcn; in FillCellNearbyInfo() 744 cellInfo.serviceCells.gsm.arfcn = 0; in FillCellNearbyInfo() 755 cellInfo.serviceCells.tdscdma.arfcn = hrilCellPtr->ServiceCellParas.tdscdma.arfcn; in FillCellNearbyInfoTdscdma() 802 cellInfo.serviceCells.wcdma.arfcn = hrilCellInfoVendor->ServiceCellParas.wcdma.arfcn; in FillCellInfoType() 822 cellInfo.serviceCells.tdscdma.arfcn = hrilCellInfoVendor->ServiceCellParas.tdscdma.arfcn; in FillCellInfoType() 839 cellInfo.serviceCells.wcdma.arfcn = hrilCellInfoVendor->ServiceCellParas.wcdma.arfcn; in FillCellInformationType() 861 … cellInfo.serviceCells.tdscdma.arfcn = hrilCellInfoVendor->ServiceCellParas.tdscdma.arfcn; in FillCellInformationType() 893 cellInfo.serviceCells.gsm.arfcn = cellInfoVendor->ServiceCellParas.gsm.arfcn; in FillCurrentCellInfo() [all …]
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_information.h | 110 void SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn); 149 void SetLteParam(int32_t pci, int32_t tac, int32_t arfcn); 188 void SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn); 227 void SetTdscdmaParam(int32_t psc, int32_t lac, int32_t arfcn);
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 370 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in NetworkCurrentCellUpdated() 377 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in NetworkCurrentCellUpdated() 382 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in NetworkCurrentCellUpdated() 412 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in NetworkCurrentCellUpdated_1_1() 419 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in NetworkCurrentCellUpdated_1_1() 424 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in NetworkCurrentCellUpdated_1_1() 534 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetNeighboringCellInfoListResponse() 542 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in GetNeighboringCellInfoListResponse() 547 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in GetNeighboringCellInfoListResponse() 577 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetCurrentCellInfoResponse() [all …]
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_callback_test.cpp | 422 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.lte.arfcn); in NetworkCurrentCellUpdated() 430 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.gsm.arfcn); in NetworkCurrentCellUpdated() 437 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.wcdma.arfcn); in NetworkCurrentCellUpdated() 464 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.lte.arfcn); in NetworkCurrentCellUpdated_1_1() 472 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.gsm.arfcn); in NetworkCurrentCellUpdated_1_1() 479 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.wcdma.arfcn); in NetworkCurrentCellUpdated_1_1() 593 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.lte.arfcn); in GetNeighboringCellInfoListResponse() 601 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.gsm.arfcn); in GetNeighboringCellInfoListResponse() 608 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.wcdma.arfcn); in GetNeighboringCellInfoListResponse() 639 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.lte.arfcn); in GetCurrentCellInfoResponse() [all …]
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_information.cpp | 113 void GsmCellInformation::SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn) in SetGsmParam() argument 117 arfcn_ = arfcn; in SetGsmParam() 298 void LteCellInformation::SetLteParam(int32_t pci, int32_t tac, int32_t arfcn) in SetLteParam() argument 302 earfcn_ = arfcn; in SetLteParam() 481 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam() argument 485 uarfcn_ = arfcn; in SetWcdmaParam() 664 void TdscdmaCellInformation::SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) in SetTdscdmaParam() argument 668 uarfcn_ = arfcn; in SetTdscdmaParam()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 876 if (NextInt(&pStr, &ci->ServiceCellParas.gsm.arfcn) < 0) { in ParseCellInfoGsm() 910 if (NextInt(&pStr, &ci->ServiceCellParas.lte.arfcn) < 0) { in ParseCellInfoLte() 944 if (NextInt(&pStr, &ci->ServiceCellParas.wcdma.arfcn) < 0) { in ParseCellInfoWcdma() 1021 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.arfcn) < 0) { in ParseCellInfoTdscdma() 1190 NextInt(&line, &response->ServiceCellParas.gsm.arfcn); in ParseGetGsmCellInfoLine() 1200 …response->ServiceCellParas.gsm.band, response->ServiceCellParas.gsm.arfcn, response->ServiceCellPa… in ParseGetGsmCellInfoLine() 1210 NextInt(&line, &response->ServiceCellParas.lte.arfcn); in ParseGetLteCellInfoLine() 1220 …response->ServiceCellParas.lte.arfcn, response->ServiceCellParas.lte.cellId, response->ServiceCell… in ParseGetLteCellInfoLine() 1230 NextInt(&line, &response->ServiceCellParas.wcdma.arfcn); in ParseGetWcdmaCellInfoLine() 1242 response->ServiceCellParas.wcdma.arfcn, response->ServiceCellParas.wcdma.psc, in ParseGetWcdmaCellInfoLine() [all …]
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 2395 arfcn: number; property
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 160 cellNearbyInfo.ServiceCellParas.gsm.arfcn = 1; 165 cellNearbyInfo.ServiceCellParas.lte.arfcn = 1; 166 cellNearbyInfo.ServiceCellParas.wcdma.arfcn = 1; 169 cellNearbyInfo.ServiceCellParas.tdscdma.arfcn = 1;
|