Searched refs:cellInfos_ (Results 1 – 4 of 4) sorted by relevance
97 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 …]
71 std::vector<sptr<CellInformation>> cellInfos_; variable
102 std::map<int32_t, std::vector<sptr<CellInformation>>> cellInfos_; variable
299 cellInfos_[slotId] = vec; in UpdateCellInfo()567 record.telephonyObserver_->OnCellInfoUpdated(record.slotId_, cellInfos_[record.slotId_]); in UpdateData()