Home
last modified time | relevance | path

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

/test/xts/hats/hdf/location/agnss/
H A Dagnss_hdi_test.cpp152 auto lteCellInfo = static_cast<Telephony::LteCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataLte() local
153 if (lteCellInfo != nullptr) { in JudgmentDataLte()
155 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMcc())); in JudgmentDataLte()
156 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMnc())); in JudgmentDataLte()
157 refInfo.cellId.tac = static_cast<unsigned short>(lteCellInfo->GetTac()); in JudgmentDataLte()
158 refInfo.cellId.cid = static_cast<unsigned int>(lteCellInfo->GetCellId()); in JudgmentDataLte()
159 refInfo.cellId.pcid = static_cast<unsigned short>(lteCellInfo->GetPci()); in JudgmentDataLte()

Completed in 1 milliseconds