Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h150 void SetLteParam(int32_t pci, int32_t tac, int32_t arfcn);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp405 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 Dcell_information.cpp307 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 Dnetwork_search_test.cpp232 lteCell->SetLteParam(0, 0, 0); in PrintLteCellInformation()