Home
last modified time | relevance | path

Searched refs:nrArfcn (Results 1 – 11 of 11) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h149 int32_t nrArfcn; member
224 int32_t nrArfcn; member
Dhril_vendor_network_defs.h207 int32_t nrArfcn; member
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp453 int32_t &nrArfcn = cellInfo->ServiceCellParas.nr.nrArfcn; in ProcessNeighboringCellNr() local
458 cell->SetNrParam(nrArfcn, pci, tac, nci); in ProcessNeighboringCellNr()
461 nrArfcn, pci, slotId_); in ProcessNeighboringCellNr()
601 int32_t &nrArfcn = cellInfo->ServiceCellParas.nr.nrArfcn; in ProcessCurrentCellNr() local
606 cell->SetNrParam(nrArfcn, pci, tac, nci); in ProcessCurrentCellNr()
612 nrArfcn, pci, slotId_); in ProcessCurrentCellNr()
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts944 nrArfcn: number; property
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp448 cellInfo.ServiceCellParas.nr.nrArfcn = info.serviceCells.nr.nrArfcn; in FillNrCellNearbyInfo()
588 cellInfo.ServiceCellParas.nr.nrArfcn = info.serviceCells.nr.nrArfcn; in FillNrCurrentCellInfo()
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h194 void SetNrParam(int32_t nrArfcn, int32_t pci, int32_t tac, int64_t nci);
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp626 cellInfo.serviceCells.nr.nrArfcn = cellPtr->ServiceCellParas.nr.nrArfcn; in FillCellNearbyInfo()
755 cellInfo.serviceCells.nr.nrArfcn = cellInfoVendor->ServiceCellParas.nr.nrArfcn; in FillCurrentCellInfo()
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp388 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in NetworkCurrentCellUpdated()
511 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetNeighboringCellInfoListResponse()
554 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetCurrentCellInfoResponse()
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp866 void NrCellInformation::SetNrParam(int32_t nrArfcn, int32_t pci, int32_t tac, int64_t nci) in SetNrParam() argument
868 nrArfcn_ = nrArfcn; in SetNrParam()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp444 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.nr.nrArfcn); in NetworkCurrentCellUpdated()
573 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.nr.nrArfcn); in GetNeighboringCellInfoListResponse()
619 TELEPHONY_LOGI("arfcn:%{public}d", info.serviceCells.nr.nrArfcn); in GetCurrentCellInfoResponse()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1069 if (NextInt(&pStr, &ci->ServiceCellParas.nr.nrArfcn) < 0) { in ParseCellInfoNr()
1308 NextInt(&line, &response->ServiceCellParas.nr.nrArfcn); in ParseGetNrCellInfoLine()