Home
last modified time | relevance | path

Searched defs:nrArfcn (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp453 int32_t &nrArfcn = cellInfo->ServiceCellParas.nr.nrArfcn; in ProcessNeighboringCellNr() local
601 int32_t &nrArfcn = cellInfo->ServiceCellParas.nr.nrArfcn; in ProcessCurrentCellNr() local
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts944 nrArfcn: number; property
/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/frameworks/native/src/
Dcell_information.cpp866 void NrCellInformation::SetNrParam(int32_t nrArfcn, int32_t pci, int32_t tac, int64_t nci) in SetNrParam()