Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h322 void SetNrSignalParam(int32_t rsrp, int32_t rsrq);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp1053 void NrCellInformation::SetNrSignalParam(int32_t rsrp, int32_t rsrq) in SetNrSignalParam() function in OHOS::Telephony::NrCellInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp677 cell->SetNrSignalParam(rsrp, rsrq); in ProcessCurrentCellNr()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp250 nrCell->SetNrSignalParam(0, 0); in PrintNrCellInformation()