Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp107 if (ValidateGsmValue()) { in GetSignalIntensity()
123 if (ValidateGsmValue()) { in GetSignalLevel()
201 bool GsmSignalInformation::ValidateGsmValue() const in ValidateGsmValue() function in OHOS::Telephony::GsmSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsignal_info.cpp171 bool gsmValid = cur_.gsm.ValidateGsmValue(); in GetSignalInfoList()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h97 bool ValidateGsmValue() const;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp326 gsm->GetSignalLevel(), gsm->ValidateGsmValue()); in PrintGsmSignalInformation()