/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 80 TELEPHONY_LOGD("CellInfo::ProcessNeighboringCellInfo cell info start...... slotId:%{public}d", slotId_); in ProcessNeighboringCellInfo() 103 "CellInfo::ProcessNeighboringCellInfo cell size:%{public}d, cur size:%{public}zu slotId:%{public}d", in ProcessNeighboringCellInfo() 105 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local 107 int32_t type = cell[i].ratType; in ProcessNeighboringCellInfo() 112 memberFunc(this, &cell[i]); in ProcessNeighboringCellInfo() 140 TELEPHONY_LOGI("CellInfo::ProcessCurrentCellInfo cell size:%{public}d, slotId:%{public}d", in ProcessCurrentCellInfo() 142 std::vector<CurrentCellInformation> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo() local 144 CurrentCellInformation currentCell = cell[i]; in ProcessCurrentCellInfo() 167 for (auto &cell : cellInfos_) { in UpdateCellLocation() 168 if (cell in UpdateCellLocation() 180 ProcessCellLocation( sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) ProcessCellLocation() argument 231 UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType) UpdateSignalLevel() argument 376 sptr<GsmCellInformation> cell = new GsmCellInformation; ProcessNeighboringCellGsm() local 400 sptr<LteCellInformation> cell = new LteCellInformation; ProcessNeighboringCellLte() local 420 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; ProcessNeighboringCellWcdma() local 441 sptr<CdmaCellInformation> cell = new CdmaCellInformation; ProcessNeighboringCellCdma() local 465 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; ProcessNeighboringCellTdscdma() local 487 sptr<NrCellInformation> cell = new NrCellInformation; ProcessNeighboringCellNr() local 510 sptr<GsmCellInformation> cell = new GsmCellInformation; ProcessCurrentCellGsm() local 542 sptr<LteCellInformation> cell = new LteCellInformation; ProcessCurrentCellLte() local 573 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; ProcessCurrentCellWcdma() local 603 sptr<CdmaCellInformation> cell = new CdmaCellInformation; ProcessCurrentCellCdma() local 635 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; ProcessCurrentCellTdscdma() local 665 sptr<NrCellInformation> cell = new NrCellInformation; ProcessCurrentCellNr() local 813 sptr<GsmCellInformation> cell = new GsmCellInformation; AddCellInformation() local 820 sptr<LteCellInformation> cell = new LteCellInformation; AddCellInformation() local 827 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; AddCellInformation() local 834 sptr<CdmaCellInformation> cell = new CdmaCellInformation; AddCellInformation() local 841 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; AddCellInformation() local 848 sptr<NrCellInformation> cell = new NrCellInformation; AddCellInformation() local [all...] |
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 74 void CreateGsmCellInfo(std::unique_ptr<GsmCellInformation> &cell, const uint8_t *data, size_t size) in CreateGsmCellInfo() argument 76 if (cell == nullptr) { in CreateGsmCellInfo() 79 cell->lac_ = static_cast<int32_t>(size); in CreateGsmCellInfo() 80 cell->bsic_ = static_cast<int32_t>(size); in CreateGsmCellInfo() 81 cell->arfcn_ = static_cast<int32_t>(size); in CreateGsmCellInfo() 83 cell->mcc_ = mcc; in CreateGsmCellInfo() 85 cell->mnc_ = mnc; in CreateGsmCellInfo() 86 cell->cellId_ = static_cast<int32_t>(size); in CreateGsmCellInfo() 87 cell->timeStamp_ = static_cast<uint64_t>(size); in CreateGsmCellInfo() 88 cell in CreateGsmCellInfo() 93 CreateLteCellInfo(std::unique_ptr<LteCellInformation> &cell, const uint8_t *data, size_t size) CreateLteCellInfo() argument 125 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); UpdateCellInfo() local 133 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); UpdateCellInfo() local [all...] |
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.h | 201 void PrintGsmCellInformation(sptr<CellInformation> cell); 202 void PrintCdmaCellInformation(sptr<CellInformation> cell); 203 void PrintWcdmaCellInformation(sptr<CellInformation> cell); 204 void PrintTdscdmaCellInformation(sptr<CellInformation> cell); 205 void PrintLteCellInformation(sptr<CellInformation> cell); 206 void PrintNrCellInformation(sptr<CellInformation> cell);
|
H A D | network_search_test.cpp | 89 for (const auto &cell : cellList) { in PrintCellInformation() 90 switch (cell->GetNetworkType()) { in PrintCellInformation() 92 PrintGsmCellInformation(cell); in PrintCellInformation() 96 PrintCdmaCellInformation(cell); in PrintCellInformation() 100 PrintWcdmaCellInformation(cell); in PrintCellInformation() 104 PrintTdscdmaCellInformation(cell); in PrintCellInformation() 108 PrintLteCellInformation(cell); in PrintCellInformation() 112 PrintNrCellInformation(cell); in PrintCellInformation() 131 void NetworkSearchTest::PrintGsmCellInformation(sptr<CellInformation> cell) in PrintGsmCellInformation() argument 133 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(cell in PrintGsmCellInformation() 161 PrintCdmaCellInformation(sptr<CellInformation> cell) PrintCdmaCellInformation() argument 189 PrintWcdmaCellInformation(sptr<CellInformation> cell) PrintWcdmaCellInformation() argument 205 PrintTdscdmaCellInformation(sptr<CellInformation> cell) PrintTdscdmaCellInformation() argument 221 PrintLteCellInformation(sptr<CellInformation> cell) PrintLteCellInformation() argument 237 PrintNrCellInformation(sptr<CellInformation> cell) PrintNrCellInformation() argument [all...] |
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 258 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in ConvertCellInfoList() local 259 if (cell != nullptr) { in ConvertCellInfoList() 260 cell->ReadFromParcel(data); in ConvertCellInfoList() 261 cells.emplace_back(cell.release()); in ConvertCellInfoList() 266 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList() local 267 if (cell != nullptr) { in ConvertCellInfoList() 268 cell->ReadFromParcel(data); in ConvertCellInfoList() 269 cells.emplace_back(cell.release()); in ConvertCellInfoList() 274 std::unique_ptr<NrCellInformation> cell = std::make_unique<NrCellInformation>(); in ConvertCellInfoList() local 275 if (cell ! in ConvertCellInfoList() [all...] |
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 300 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in OnUpdateCellInfo() local 301 if (cell != nullptr) { in OnUpdateCellInfo() 302 cell->ReadFromParcel(data); in OnUpdateCellInfo() 303 cells.emplace_back(cell.release()); in OnUpdateCellInfo() 308 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in OnUpdateCellInfo() local 309 if (cell != nullptr) { in OnUpdateCellInfo() 310 cell->ReadFromParcel(data); in OnUpdateCellInfo() 311 cells.emplace_back(cell.release()); in OnUpdateCellInfo() 316 std::unique_ptr<NrCellInformation> cell = std::make_unique<NrCellInformation>(); in OnUpdateCellInfo() local 317 if (cell ! in OnUpdateCellInfo() [all...] |
/base/telephony/core_service/services/network_search/include/ |
H A D | cell_info.h | 43 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac); 65 void UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_proxy.h | 197 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local 198 if (cell != nullptr) { in ProcessReply() 199 cell->ReadFromParcel(reply); in ProcessReply() 200 cells.emplace_back(cell.release()); in ProcessReply()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 1048 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local 1049 if (cell == nullptr) { in BuildNeighboringCellList() 1050 TELEPHONY_LOGE("cell is nullptr"); in BuildNeighboringCellList() 1053 FillCellNearbyInfo(cellInfo, cell); in BuildNeighboringCellList() 1067 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local 1068 if (cell == nullptr) { in BuildNeighboringCellList() 1069 TELEPHONY_LOGE("cell is nullptr"); in BuildNeighboringCellList() 1072 FillCellNearbyInfo(cellInfo, cell); in BuildNeighboringCellList() 1365 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local 1366 if (cell in BuildCurrentCellList() 1384 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; BuildCurrentCellList() local 1403 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; BuildCurrentCellList() local [all...] |
/base/msdp/device_status/rust/ipc/server/src/ |
H A D | fusion_ipc_delegator.rs | 24 use std::cell::Cell;
|
/base/request/request/services/src/task/ |
H A D | files.rs | 14 use std::cell::UnsafeCell;
|
/base/security/asset/services/plugin/src/ |
H A D | asset_plugin.rs | 30 cell::RefCell,
|