Searched refs:SetNrParam (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 321 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 D | cell_info.cpp | 494 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 D | cell_information.cpp | 1045 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 D | network_search_test.cpp | 249 nrCell->SetNrParam(0, 0, 0, 0); in PrintNrCellInformation()
|