Home
last modified time | relevance | path

Searched refs:GSM_SIGNAL_THRESHOLD_5BAR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h28 static constexpr int32_t GSM_SIGNAL_THRESHOLD_5BAR[] = {-110, -109, -103, -97, -91, -85}; variable
/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;
53 GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_5BAR; in InitSignalBar()
/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;
68 GSM_SIGNAL_THRESHOLD = SignalInformation::GSM_SIGNAL_THRESHOLD_5BAR; in InitCellSignalBar()