Home
last modified time | relevance | path

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

/test/xts/hats/hdf/location/agnss/
H A Dagnss_hdi_test.cpp140 auto gsmCellInfo = static_cast<Telephony::GsmCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataGsm() local
141 if (gsmCellInfo != nullptr) { in JudgmentDataGsm()
143 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMcc())); in JudgmentDataGsm()
144 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMnc())); in JudgmentDataGsm()
145 refInfo.cellId.lac = static_cast<unsigned short>(gsmCellInfo->GetLac()); in JudgmentDataGsm()
146 refInfo.cellId.cid = static_cast<unsigned int>(gsmCellInfo->GetCellId()); in JudgmentDataGsm()

Completed in 1 milliseconds