Searched refs:refInfo (Results 1 – 3 of 3) sorted by relevance
99 AGnssRefInfo refInfo; in RequestAgnssRefInfo() local101 refInfo.type = HDI::Location::Agnss::V1_0::ANSS_REF_INFO_TYPE_CELLID; in RequestAgnssRefInfo()104 JudgmentDataGsm(refInfo, infoItem); in RequestAgnssRefInfo()108 JudgmentDataLte(refInfo, infoItem); in RequestAgnssRefInfo()114 JudgmentDataUmts(refInfo, infoItem); in RequestAgnssRefInfo()118 JudgmentDataNr(refInfo, infoItem); in RequestAgnssRefInfo()124 g_iagnssHci->SetAgnssRefInfo(refInfo); in RequestAgnssRefInfo()130 void AgnssCallbackImpl::JudgmentDataGsm(AGnssRefInfo& refInfo, sptr<CellInformation> infoItem) in JudgmentDataGsm() argument134 refInfo.cellId.type = HDI::Location::Agnss::V1_0::CELLID_TYPE_GSM; in JudgmentDataGsm()135 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMcc())); in JudgmentDataGsm()[all …]
39 void JudgmentDataGsm(AGnssRefInfo& refInfo, sptr<Telephony::CellInformation> infoItem);40 void JudgmentDataUmts(AGnssRefInfo& refInfo, sptr<Telephony::CellInformation> infoItem);41 void JudgmentDataLte(AGnssRefInfo& refInfo, sptr<Telephony::CellInformation> infoItem);42 void JudgmentDataNr(AGnssRefInfo& refInfo, sptr<Telephony::CellInformation> infoItem);
262 GnssRefInfo refInfo; variable263 refInfo.type = GnssRefInfoType::GNSS_REF_INFO_TIME;264 refInfo.time.timeMs = 50;265 refInfo.time.timeReferenceMs = 100;266 refInfo.time.uncertainty = 200;267 refInfo.location.latitude = 39.56;268 refInfo.location.longitude = 116.20;269 refInfo.location.accuracy = 90;270 refInfo.best_location.latitude = 39.58;271 refInfo.best_location.longitude = 116.45;[all …]