/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 105 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local 167 for (auto &cell : cellInfos_) { in UpdateCellLocation() local 376 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessNeighboringCellGsm() local 400 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessNeighboringCellLte() local 441 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessNeighboringCellCdma() local 487 sptr<NrCellInformation> cell = new NrCellInformation; in ProcessNeighboringCellNr() local 510 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessCurrentCellGsm() local 542 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessCurrentCellLte() local 603 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessCurrentCellCdma() local 665 sptr<NrCellInformation> cell = new NrCellInformation; in ProcessCurrentCellNr() local [all …]
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/ |
H A D | lpfence_geofence_cell_info.md | 27 ### cell subsection
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_proxy.h | 155 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local
|
/ohos5.0/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() 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
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 261 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
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 89 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()
|
/ohos5.0/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 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
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/storage/include/mtd/ |
H A D | mtd_legacy_lite.h | 44 unsigned int cell; member
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | shared_block.h | 65 } cell; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/ |
H A D | shared_block.h | 94 } cell; member
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 1035 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.cpp | 496 for (const auto& cell : row->second) { in FindItemInRange() local 753 for (auto cell = row.rbegin(); cell != row.rend(); ++cell) { in FindEndIdx() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 496 for (const auto& cell : choosePoint_) { in SetCircleRadius() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 1029 for (const auto& cell : it->second) { in MeasureExistingLine() local
|