Home
last modified time | relevance | path

Searched refs:GetEcno (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h206 int32_t GetEcno() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp528 int32_t WcdmaSignalInformation::GetEcno() const in GetEcno() function in OHOS::Telephony::WcdmaSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp215 …OGI("TelephonyTestService Remote WcdmaSignalInformation GetwcdmaEcio:%{public}d", wcdma.GetEcno()); in TestWcdmaSignalInformation()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp355 … wcdma->GetRxlev(), wcdma->GetRscp(), wcdma->GetEcno(), wcdma->GetBer(), wcdma->GetSignalLevel(), in PrintWcdmaSignalInformation()