Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp97 cellInfos_.clear(); in ProcessNeighboringCellInfo()
104 cellInfo->itemNum, cellInfos_.size(), slotId_); in ProcessNeighboringCellInfo()
152 if (cellInfos_.size() > 0) { in NotifyCellInfoUpdated()
153 DelayedSingleton<NetworkSearchNotify>::GetInstance()->NotifyCellInfoUpdated(slotId_, cellInfos_); 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_ in ProcessNeighboringCellTdscdma()
[all...]
/base/telephony/core_service/services/network_search/include/
H A Dcell_info.h71 std::vector<sptr<CellInformation>> cellInfos_; member in OHOS::Telephony::CellInfo
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h102 std::map<int32_t, std::vector<sptr<CellInformation>>> cellInfos_; member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp304 cellInfos_[slotId] = vec; in UpdateCellInfo()
573 record.telephonyObserver_->OnCellInfoUpdated(record.slotId_, cellInfos_[record.slotId_]); in UpdateData()

Completed in 4 milliseconds