Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp105 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local
142 std::vector<CurrentCellInformation> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo() local
167 for (auto &cell : cellInfos_) { in UpdateCellLocation() local
181 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) in ProcessCellLocation()
231 void CellInfo::UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType) in UpdateSignalLevel()
376 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessNeighboringCellGsm() local
400 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessNeighboringCellLte() local
420 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessNeighboringCellWcdma() local
441 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessNeighboringCellCdma() local
465 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; in ProcessNeighboringCellTdscdma() local
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Dcore_service_proxy.h155 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp74 void CreateGsmCellInfo(std::unique_ptr<GsmCellInformation> &cell, const uint8_t *data, size_t size) in CreateGsmCellInfo()
93 void CreateLteCellInfo(std::unique_ptr<LteCellInformation> &cell, const uint8_t *data, size_t size) in CreateLteCellInfo()
125 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in UpdateCellInfo() local
133 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in UpdateCellInfo() local
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp261 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in ConvertCellInfoList() local
269 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList() local
277 std::unique_ptr<NrCellInformation> cell = std::make_unique<NrCellInformation>(); in ConvertCellInfoList() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp89 for (const auto &cell : cellList) { in PrintCellInformation() local
131 void NetworkSearchTest::PrintGsmCellInformation(sptr<CellInformation> cell) in PrintGsmCellInformation()
161 void NetworkSearchTest::PrintCdmaCellInformation(sptr<CellInformation> cell) in PrintCdmaCellInformation()
189 void NetworkSearchTest::PrintWcdmaCellInformation(sptr<CellInformation> cell) in PrintWcdmaCellInformation()
205 void NetworkSearchTest::PrintTdscdmaCellInformation(sptr<CellInformation> cell) in PrintTdscdmaCellInformation()
221 void NetworkSearchTest::PrintLteCellInformation(sptr<CellInformation> cell) in PrintLteCellInformation()
237 void NetworkSearchTest::PrintNrCellInformation(sptr<CellInformation> cell) in PrintNrCellInformation()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp300 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in OnUpdateCellInfo() local
308 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in OnUpdateCellInfo() local
316 std::unique_ptr<NrCellInformation> cell = std::make_unique<NrCellInformation>(); in OnUpdateCellInfo() local
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp1035 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local
1054 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local
1352 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local
1371 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local
1390 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local