Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp105 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 Dlpfence_geofence_cell_info.md27 ### cell subsection
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h155 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A 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
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A 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
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A 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()
/ohos5.0/base/telephony/state_registry/services/src/
H A 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
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/storage/include/mtd/
H A Dmtd_legacy_lite.h44 unsigned int cell; member
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h65 } cell; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h94 } cell; member
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp496 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 Dpatternlock_modifier.cpp496 for (const auto& cell : choosePoint_) { in SetCircleRadius() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1029 for (const auto& cell : it->second) { in MeasureExistingLine() local