Home
last modified time | relevance | path

Searched refs:GetSinr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h82 int32_t GetSinr() const;
H A Dsignal_information.h281 int32_t GetSinr() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp244 int32_t NrSsbInformation::GetSinr() const in GetSinr() function in OHOS::Telephony::NrSsbInformation
H A Dsignal_information.cpp802 int32_t NrSignalInformation::GetSinr() const in GetSinr() function in OHOS::Telephony::NrSignalInformation
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp237 … TELEPHONY_LOGI("TelephonyTestService Remote NrSignalInformation NrSinr:%{public}d", nr.GetSinr()); in TestNrSignalInformation()
737 …nrSsbInformation->GetSinr(), nrSsbInformation->GetTimeAdvance(), nrSsbInformation->GetNbCellCount(… in TestGetNrSsbId()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp263 … TELEPHONY_LOGI("NrCellSsbIdsInfo rsrp:%{public}d, sinr:%{public}d", nr->GetRsrp(), nr->GetSinr()); in PrintNrSsbIdInfo()
401 nr->GetRsrq(), nr->GetSinr(), nr->GetSignalLevel(), nr->ValidateNrValue()); in PrintNrSignalInformation()