Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h157 int32_t GetRsrq() const;
275 int32_t GetRsrq() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp367 int32_t LteSignalInformation::GetRsrq() const in GetRsrq() function in OHOS::Telephony::LteSignalInformation
797 int32_t NrSignalInformation::GetRsrq() const in GetRsrq() function in OHOS::Telephony::NrSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp202 …HONY_LOGI("TelephonyTestService Remote LteSignalInformation GetLteRsrq:%{public}d", lte.GetRsrq()); in TestLteSignalInformation()
236 … TELEPHONY_LOGI("TelephonyTestService Remote NrSignalInformation NrRsrq:%{public}d", nr.GetRsrq()); in TestNrSignalInformation()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp386 lte->GetRxlev(), lte->GetRsrp(), lte->GetRsrq(), lte->GetSnr(), lte->GetSignalLevel(), in PrintLteSignalInformation()
401 nr->GetRsrq(), nr->GetSinr(), nr->GetSignalLevel(), nr->ValidateNrValue()); in PrintNrSignalInformation()