Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp811 if (ValidateNrValue()) { in GetSignalIntensity()
827 if (ValidateNrValue()) { in GetSignalLevel()
909 bool NrSignalInformation::ValidateNrValue() const in ValidateNrValue() function in OHOS::Telephony::NrSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsignal_info.cpp176 bool nrValid = cur_.nr.ValidateNrValue(); in GetSignalInfoList()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h290 bool ValidateNrValue() const;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp401 nr->GetRsrq(), nr->GetSinr(), nr->GetSignalLevel(), nr->ValidateNrValue()); in PrintNrSignalInformation()