Searched refs:GetRsrq (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | signal_information.h | 157 int32_t GetRsrq() const; 275 int32_t GetRsrq() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | signal_information.cpp | 367 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 D | test.cpp | 202 …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 D | network_search_test.cpp | 386 lte->GetRxlev(), lte->GetRsrp(), lte->GetRsrq(), lte->GetSnr(), lte->GetSignalLevel(), in PrintLteSignalInformation() 401 nr->GetRsrq(), nr->GetSinr(), nr->GetSignalLevel(), nr->ValidateNrValue()); in PrintNrSignalInformation()
|