Searched refs:SetLteParam (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 150 void SetLteParam(int32_t pci, int32_t tac, int32_t arfcn);
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 405 cell->SetLteParam(pci, 0, arfcn); in ProcessNeighboringCellLte() 551 cell->SetLteParam(pci, tac, arfcn); in ProcessCurrentCellLte()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_information.cpp | 307 void LteCellInformation::SetLteParam(int32_t pci, int32_t tac, int32_t arfcn) in SetLteParam() function in OHOS::Telephony::LteCellInformation
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 232 lteCell->SetLteParam(0, 0, 0); in PrintLteCellInformation()
|