Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h321 void SetNrParam(int32_t nrArfcn, int32_t pci, int32_t tac, int64_t nci);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp494 cell->SetNrParam(nrArfcn, pci, tac, nci); in ProcessNeighboringCellNr()
676 cell->SetNrParam(nrArfcn, pci, tac, nci); in ProcessCurrentCellNr()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp1045 void NrCellInformation::SetNrParam(int32_t nrArfcn, int32_t pci, int32_t tac, int64_t nci) in SetNrParam() function in OHOS::Telephony::NrCellInformation
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp249 nrCell->SetNrParam(0, 0, 0, 0); in PrintNrCellInformation()