Searched refs:GetRsrp (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | signal_information.cpp | 362 int32_t LteSignalInformation::GetRsrp() const in GetRsrp() function in OHOS::Telephony::LteSignalInformation 382 signalIntensity = GetRsrp(); in GetSignalIntensity() 396 int32_t lteRsrp = GetRsrp(); in GetSignalLevel() 792 int32_t NrSignalInformation::GetRsrp() const in GetRsrp() function in OHOS::Telephony::NrSignalInformation 812 signalIntensity = GetRsrp(); in GetSignalIntensity() 825 int32_t nrRsrp = GetRsrp(); in GetSignalLevel()
|
H A D | nr_ssb_information.cpp | 239 int32_t NrSsbInformation::GetRsrp() const in GetRsrp() function in OHOS::Telephony::NrSsbInformation
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | signal_information.h | 151 int32_t GetRsrp() const; 269 int32_t GetRsrp() const;
|
H A D | nr_ssb_information.h | 81 int32_t GetRsrp() const;
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 203 …HONY_LOGI("TelephonyTestService Remote LteSignalInformation GetLteRsrp:%{public}d", lte.GetRsrp()); in TestLteSignalInformation() 235 … TELEPHONY_LOGI("TelephonyTestService Remote NrSignalInformation NrRsrp:%{public}d", nr.GetRsrp()); in TestNrSignalInformation() 736 nrSsbInformation->GetArfcn(), nrSsbInformation->GetPci(), nrSsbInformation->GetRsrp(), in TestGetNrSsbId()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 263 … TELEPHONY_LOGI("NrCellSsbIdsInfo rsrp:%{public}d, sinr:%{public}d", nr->GetRsrp(), nr->GetSinr()); in PrintNrSsbIdInfo() 386 lte->GetRxlev(), lte->GetRsrp(), lte->GetRsrq(), lte->GetSnr(), lte->GetSignalLevel(), in PrintLteSignalInformation() 400 …gnalLevel:%{public}d, value:%{public}d", static_cast<int32_t>(nr->GetNetworkType()), nr->GetRsrp(), in PrintNrSignalInformation()
|