Lines Matching refs:refInfo
268 GnssRefInfo refInfo;
269 refInfo.type = GnssRefInfoType::GNSS_REF_INFO_TIME;
270 refInfo.time.time = 50;
271 refInfo.time.elapsedRealtime = 100;
272 refInfo.time.uncertaintyOfTime = 200;
273 refInfo.gnssLocation.latitude = 39.56;
274 refInfo.gnssLocation.longitude = 116.20;
275 refInfo.gnssLocation.horizontalAccuracy = 90;
276 refInfo.bestLocation.latitude = 39.58;
277 refInfo.bestLocation.longitude = 116.45;
278 refInfo.bestLocation.altitude = 110;
279 refInfo.bestLocation.horizontalAccuracy = 60;
280 refInfo.bestLocation.speed = 60;
281 refInfo.bestLocation.bearing = 60;
282 refInfo.bestLocation.timeForFix = 60;
283 refInfo.bestLocation.timeSinceBoot = 60;
284 int32_t ret = g_ignssHci->SetGnssReferenceInfo(refInfo);