Home
last modified time | relevance | path

Searched defs:arfcn (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_cell_list_rat_wcdma_v10.md29 ### arfcn subsection
H A D_cell_list_rat_wcdma_v11.md29 ### arfcn subsection
H A D_cell_list_rat_lte_v10.md30 ### arfcn subsection
H A D_cell_list_rat_lte_v11.md30 ### arfcn subsection
H A D_cell_list_rat_gsm_v10.md31 ### arfcn subsection
H A D_cell_list_rat_gsm_v11.md31 ### arfcn subsection
H A D_cell_rat_lte_v10.md32 ### arfcn subsection
H A D_cell_rat_lte_v11.md32 ### arfcn subsection
H A D_cell_rat_gsm_v10.md33 ### arfcn subsection
H A D_cell_rat_gsm_v11.md33 ### arfcn subsection
H A D_cell_list_rat_tdscdma_v10.md34 ### arfcn subsection
H A D_cell_list_rat_tdscdma_v11.md34 ### arfcn subsection
H A D_cell_rat_tdscdma_v10.md34 ### arfcn subsection
H A D_cell_rat_tdscdma_v11.md34 ### arfcn subsection
H A D_cell_rat_wcdma_v10.md34 ### arfcn subsection
H A D_cell_rat_wcdma_v11.md34 ### arfcn subsection
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h37 int32_t arfcn = 0; member
48 int32_t arfcn = 0; member
H A Dtel_ril_network_parcel.h213 int32_t arfcn; member
239 int32_t arfcn; member
265 int32_t arfcn; member
329 int32_t arfcn; member
474 int32_t arfcn; member
495 int32_t arfcn; member
515 int32_t arfcn; member
565 int32_t arfcn; member
713 int32_t arfcn; member
727 int32_t arfcn; member
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp378 int32_t &arfcn = cellInfo->ServiceCellParas.gsm.arfcn; in ProcessNeighboringCellGsm() local
402 int32_t &arfcn = cellInfo->ServiceCellParas.lte.arfcn; in ProcessNeighboringCellLte() local
422 int32_t &arfcn = cellInfo->ServiceCellParas.wcdma.arfcn; in ProcessNeighboringCellWcdma() local
467 int32_t &arfcn = cellInfo->ServiceCellParas.tdscdma.arfcn; in ProcessNeighboringCellTdscdma() local
512 int32_t &arfcn = cellInfo->ServiceCellParas.gsm.arfcn; in ProcessCurrentCellGsm() local
544 int32_t &arfcn = cellInfo->ServiceCellParas.lte.arfcn; in ProcessCurrentCellLte() local
575 int32_t &arfcn = cellInfo->ServiceCellParas.wcdma.arfcn; in ProcessCurrentCellWcdma() local
637 int32_t &arfcn = cellInfo->ServiceCellParas.tdscdma.arfcn; in ProcessCurrentCellTdscdma() local
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h459 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
835 int32_t arfcn; member
849 int32_t arfcn; member
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp121 void GsmCellInformation::SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn) in SetGsmParam()
307 void LteCellInformation::SetLteParam(int32_t pci, int32_t tac, int32_t arfcn) in SetLteParam()
491 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam()
675 void TdscdmaCellInformation::SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) in SetTdscdmaParam()
H A Dnr_ssb_information.cpp185 int32_t arfcn, int64_t cid, int32_t pci, int32_t rsrp, int32_t sinr, int32_t timeAdvance) in SetSsbBaseParam()