Home
last modified time | relevance | path

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

/test/xts/hats/hdf/location/agnss/
H A Dagnss_hdi_test.cpp165 auto nrCellInfo = static_cast<Telephony::NrCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataNr() local
166 if (nrCellInfo != nullptr) { in JudgmentDataNr()
168 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMcc())); in JudgmentDataNr()
169 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMnc())); in JudgmentDataNr()
170 refInfo.cellId.tac = static_cast<unsigned short>(nrCellInfo->GetTac()); in JudgmentDataNr()
171 refInfo.cellId.cid = static_cast<unsigned int>(nrCellInfo->GetCellId()); in JudgmentDataNr()
172 refInfo.cellId.pcid = static_cast<unsigned short>(nrCellInfo->GetPci()); in JudgmentDataNr()
173 refInfo.cellId.nci = static_cast<unsigned int>(nrCellInfo->GetNci()); in JudgmentDataNr()

Completed in 2 milliseconds