Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/ntp/
H A Dgps_time_manager.h30 void SetGpsTime(int64_t gpsTime, int64_t bootTimeMs);
33 bool CheckValid(int64_t gpsTime, int64_t lastSystemTime);
/ohos5.0/base/location/services/location_gnss/gnss/source/ntp/
H A Dgps_time_manager.cpp37 bool GpsTimeManager::CheckValid(int64_t gpsTime, int64_t lastSystemTime) in CheckValid() argument
39 int64_t bootTimeDiff = gpsTime - timeManager_.GetTimestamp(); in CheckValid()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_event_callback.cpp45 static void SetGpsTime(int64_t gpsTime) in SetGpsTime() argument
51 ntpTimeCheck->SetGpsTime(gpsTime, elapsedRealTime); in SetGpsTime()