Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp61 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local
99 std::vector<CurrentCellInfo> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo() local
124 for (auto &cell : cellInfos_) { in UpdateCellLocation() local
138 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) in ProcessCellLocation()
188 void CellInfo::UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType) in UpdateSignalLevel()
324 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessNeighboringCellGsm() local
344 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessNeighboringCellLte() local
360 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessNeighboringCellWcdma() local
376 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessNeighboringCellCdma() local
395 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; in ProcessNeighboringCellTdscdma() local
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Dcore_service_proxy.h114 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp205 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in ConvertCellInfoList() local
213 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList() local
/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