Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 6 of 6) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp98 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local
136 std::vector<CurrentCellInfo> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo() local
161 for (auto &cell : cellInfos_) { in UpdateCellLocation() local
175 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) in ProcessCellLocation()
225 void CellInfo::UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType) in UpdateSignalLevel()
365 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessNeighboringCellGsm() local
384 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessNeighboringCellLte() local
399 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessNeighboringCellWcdma() local
415 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessNeighboringCellCdma() local
434 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; in ProcessNeighboringCellTdscdma() local
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Dcore_service_proxy.h130 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp207 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in ConvertCellInfoList() local
215 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp88 for (const auto &cell : cellList) { in PrintCellInformation() local
130 void NetworkSearchTest::PrintGsmCellInformation(sptr<CellInformation> cell) in PrintGsmCellInformation()
160 void NetworkSearchTest::PrintCdmaCellInformation(sptr<CellInformation> cell) in PrintCdmaCellInformation()
188 void NetworkSearchTest::PrintWcdmaCellInformation(sptr<CellInformation> cell) in PrintWcdmaCellInformation()
204 void NetworkSearchTest::PrintTdscdmaCellInformation(sptr<CellInformation> cell) in PrintTdscdmaCellInformation()
220 void NetworkSearchTest::PrintLteCellInformation(sptr<CellInformation> cell) in PrintLteCellInformation()
236 void NetworkSearchTest::PrintNrCellInformation(sptr<CellInformation> cell) in PrintNrCellInformation()
/base/telephony/state_registry/service/src/
Dtelephony_state_registry_stub.cpp212 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in OnUpdateCellInfo() local
220 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in OnUpdateCellInfo() local
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp676 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local
782 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local