Home
last modified time | relevance | path

Searched refs:rsrp_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp40 if (!parcel.WriteInt32(rsrp_)) { in Marshalling()
115 rsrp_ = item_32; in ReadFromParcel()
190 rsrp_ = rsrp; in SetSsbBaseParam()
241 return rsrp_; in GetRsrp()
H A Dcell_information.cpp1055 rsrp_ = rsrp; in SetNrSignalParam()
1068 rsrp_ = nrCell.rsrp_; in NrCellInformation()
1085 rsrp_ = nrCell.rsrp_; in operator =()
1097 pci_ == other.pci_ && tac_ == other.tac_ && nci_ == other.nci_ && rsrp_ == other.rsrp_ && in operator ==()
1133 if (!parcel.WriteInt32(rsrp_)) { in Marshalling()
1231 rsrp_ = rat; in ReadIntFromParcel()
1273 …,tac:" + std::to_string(tac_) + ",nci:" + std::to_string(nci_) + ",rsrp:" + std::to_string(rsrp_) + in ToString()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h97 int32_t rsrp_ = 0; /** Reference Signal Received Power */ variable
H A Dcell_information.h355 int32_t rsrp_ = 0; variable