Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp510 …const int32_t wcdmaRxlev, const int32_t wcdmaRscp, const int32_t wcdmaEcio, const int32_t wcdmaBer) in SetValue() argument
513 wcdmaRscp_ = wcdmaRscp; in SetValue()
557 int32_t wcdmaRscp = GetRscp(); in GetSignalLevel() local
561 if (wcdmaRscp >= WCDMA_SIGNAL_THRESHOLD[i]) { in GetSignalLevel()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h185 …void SetValue(const int32_t wcdmaRxlev = 0, const int32_t wcdmaRscp = 0, const int32_t wcdmaEcio =…