Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp349 const int32_t rxlev, const int32_t lteRsrp, const int32_t lteRsrq, const int32_t lteSnr) in SetValue() argument
352 lteRsrp_ = lteRsrp; in SetValue()
396 int32_t lteRsrp = GetRsrp(); in GetSignalLevel() local
400 if (lteRsrp >= LTE_SIGNAL_THRESHOLD[i]) { in GetSignalLevel()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h137 …const int32_t rxlev = 0, const int32_t lteRsrp = 0, const int32_t lteRsrq = 0, const int32_t lteSn…