Home
last modified time | relevance | path

Searched refs:cellInfos_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp97 cellInfos_.clear(); in ProcessNeighboringCellInfo()
152 if (cellInfos_.size() > 0) { in NotifyCellInfoUpdated()
167 for (auto &cell : cellInfos_) { in UpdateCellLocation()
384 cellInfos_.emplace_back(cell); in ProcessNeighboringCellGsm()
406 cellInfos_.emplace_back(cell); in ProcessNeighboringCellLte()
426 cellInfos_.emplace_back(cell); in ProcessNeighboringCellWcdma()
450 cellInfos_.emplace_back(cell); in ProcessNeighboringCellCdma()
472 cellInfos_.emplace_back(cell); in ProcessNeighboringCellTdscdma()
495 cellInfos_.emplace_back(cell); in ProcessNeighboringCellNr()
525 cellInfos_.emplace_back(cell); in ProcessCurrentCellGsm()
[all …]
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dcell_info.h71 std::vector<sptr<CellInformation>> cellInfos_; variable
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h102 std::map<int32_t, std::vector<sptr<CellInformation>>> cellInfos_; variable
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp299 cellInfos_[slotId] = vec; in UpdateCellInfo()
567 record.telephonyObserver_->OnCellInfoUpdated(record.slotId_, cellInfos_[record.slotId_]); in UpdateData()