Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp680 if (ValidateTdScdmaValue()) { in GetSignalIntensity()
696 if (ValidateTdScdmaValue()) { in GetSignalLevel()
765 bool TdScdmaSignalInformation::ValidateTdScdmaValue() const in ValidateTdScdmaValue() function in OHOS::Telephony::TdScdmaSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsignal_info.cpp175 bool tdScdmaValid = cur_.tdScdma.ValidateTdScdmaValue(); in GetSignalInfoList()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h251 bool ValidateTdScdmaValue() const;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp371 tdscdma->ValidateTdScdmaValue()); in PrintTdScdmaSignalInformation()