Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp184 auto nrCellInfo = static_cast<Telephony::NrCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataNr() local
185 if (nrCellInfo != nullptr) { in JudgmentDataNr()
187 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMcc())); in JudgmentDataNr()
188 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMnc())); in JudgmentDataNr()
189 refInfo.cellId.tac = static_cast<unsigned short>(nrCellInfo->GetTac()); in JudgmentDataNr()
190 refInfo.cellId.cid = static_cast<unsigned int>(nrCellInfo->GetCellId()); in JudgmentDataNr()
191 refInfo.cellId.pcid = static_cast<unsigned short>(nrCellInfo->GetPci()); in JudgmentDataNr()
192 refInfo.cellId.nci = static_cast<unsigned int>(nrCellInfo->GetNci()); in JudgmentDataNr()