Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h30 static constexpr int32_t LTE_SIGNAL_THRESHOLD_5BAR[] = {-121, -120, -115, -110, -105, -97}; variable
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp31 const int32_t *LTE_SIGNAL_THRESHOLD = SignalInformation::LTE_SIGNAL_THRESHOLD_5BAR;
55 LTE_SIGNAL_THRESHOLD = SignalInformation::LTE_SIGNAL_THRESHOLD_5BAR; in InitSignalBar()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp30 const int32_t *LTE_SIGNAL_THRESHOLD = SignalInformation::LTE_SIGNAL_THRESHOLD_5BAR;
70 LTE_SIGNAL_THRESHOLD = SignalInformation::LTE_SIGNAL_THRESHOLD_5BAR; in InitCellSignalBar()