Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp381 if (ValidateLteValue()) { in GetSignalIntensity()
397 if (ValidateLteValue()) { in GetSignalLevel()
487 bool LteSignalInformation::ValidateLteValue() const in ValidateLteValue() function in OHOS::Telephony::LteSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsignal_info.cpp173 bool lteValid = cur_.lte.ValidateLteValue(); in GetSignalInfoList()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h172 bool ValidateLteValue() const;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp387 lte->ValidateLteValue()); in PrintLteSignalInformation()