Home
last modified time | relevance | path

Searched refs:GetRsrp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp362 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 Dnr_ssb_information.cpp239 int32_t NrSsbInformation::GetRsrp() const in GetRsrp() function in OHOS::Telephony::NrSsbInformation
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h151 int32_t GetRsrp() const;
269 int32_t GetRsrp() const;
H A Dnr_ssb_information.h81 int32_t GetRsrp() const;
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp203 …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 Dnetwork_search_test.cpp263 … 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()