Home
last modified time | relevance | path

Searched defs:rsrp (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h30 int32_t rsrp = 0; member
39 int32_t rsrp = 0; member
54 int32_t rsrp = 0; member
H A Dtel_ril_types.h180 int32_t rsrp = 0; member
200 int32_t rsrp = 0; member
H A Dtel_ril_network_parcel.h251 int32_t rsrp; member
425 int32_t rsrp; member
501 int32_t rsrp; member
705 int32_t rsrp; member
716 int32_t rsrp; member
736 int32_t rsrp; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_nr_rssi_v10.md28 ### rsrp subsection
H A D_nr_rssi_v11.md28 ### rsrp subsection
H A D_lte_rssi_v10.md29 ### rsrp subsection
H A D_lte_rssi_v11.md29 ### rsrp subsection
H A D_cell_list_rat_lte_v10.md50 ### rsrp subsection
H A D_cell_list_rat_lte_v11.md50 ### rsrp subsection
H A D_cell_rat_nr__1__1_v11.md61 ### rsrp subsection
H A D_cell_rat_lte_v10.md62 ### rsrp subsection
H A D_cell_rat_lte_v11.md62 ### rsrp subsection
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h110 int32_t rsrp; member
135 int32_t rsrp; member
493 int32_t rsrp; member
591 int32_t rsrp; member
710 int32_t rsrp; member
827 int32_t rsrp; member
838 int32_t rsrp; member
858 int32_t rsrp; member
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp548 int32_t &rsrp = cellInfo->ServiceCellParas.lte.rsrp; in ProcessCurrentCellLte() local
671 int32_t &rsrp = cellInfo->ServiceCellParas.nr.rsrp; in ProcessCurrentCellNr() local
709 int32_t CellInfo::GetCurrentSignalLevelLte(int32_t rsrp) in GetCurrentSignalLevelLte()
773 int32_t CellInfo::GetCurrentSignalLevelNr(int32_t rsrp) in GetCurrentSignalLevelNr()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
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()
H A Dsignal_information.cpp785 void NrSignalInformation::SetValue(const int32_t rsrp, const int32_t rsrq, const int32_t sinr) in SetValue()
H A Dcell_information.cpp1053 void NrCellInformation::SetNrSignalParam(int32_t rsrp, int32_t rsrq) in SetNrSignalParam()