Lines Matching defs:infoItem
102 for (sptr<CellInformation> infoItem : cellInformations) {
103 if (!infoItem->GetIsCamped()) {
108 CellInformation::CellType cellType = infoItem->GetNetworkType();
112 JudgmentDataGsm(refInfo, infoItem);
116 JudgmentDataLte(refInfo, infoItem);
122 JudgmentDataUmts(refInfo, infoItem);
126 JudgmentDataNr(refInfo, infoItem);
138 void AgnssCallbackImpl::JudgmentDataGsm(AGnssRefInfo& refInfo, sptr<CellInformation> infoItem)
140 auto gsmCellInfo = static_cast<Telephony::GsmCellInformation *>(infoItem.GetRefPtr());
150 void AgnssCallbackImpl::JudgmentDataLte(AGnssRefInfo& refInfo, sptr<CellInformation> infoItem)
152 auto lteCellInfo = static_cast<Telephony::LteCellInformation *>(infoItem.GetRefPtr());
163 void AgnssCallbackImpl::JudgmentDataNr(AGnssRefInfo& refInfo, sptr<CellInformation> infoItem)
165 auto nrCellInfo = static_cast<Telephony::NrCellInformation *>(infoItem.GetRefPtr());
177 void AgnssCallbackImpl::JudgmentDataUmts(AGnssRefInfo& refInfo, sptr<CellInformation> infoItem)
179 auto wcdmaCellInfo = static_cast<Telephony::WcdmaCellInformation *>(infoItem.GetRefPtr());