Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp542 if (ValidateWcdmaValue()) { in GetSignalIntensity()
558 if (ValidateWcdmaValue()) { in GetSignalLevel()
648 bool WcdmaSignalInformation::ValidateWcdmaValue() const in ValidateWcdmaValue() function in OHOS::Telephony::WcdmaSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsignal_info.cpp174 bool wcdmaValid = cur_.wcdma.ValidateWcdmaValue(); in GetSignalInfoList()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h221 bool ValidateWcdmaValue() const;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp356 wcdma->ValidateWcdmaValue()); in PrintWcdmaSignalInformation()