Home
last modified time | relevance | path

Searched refs:GSM_SIGNAL_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp29 const int32_t *GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_5BAR; variable
45 GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_4BAR; in InitSignalBar()
53 GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_5BAR; in InitSignalBar()
126 if (gsmRxlev >= GSM_SIGNAL_THRESHOLD[i]) { in GetSignalLevel()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp28 const int32_t *GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_5BAR; variable
60 GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_4BAR; in InitCellSignalBar()
68 GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_5BAR; in InitCellSignalBar()
701 if (rxlev >= GSM_SIGNAL_THRESHOLD[i]) { in GetCurrentSignalLevelGsm()