Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/source/ntp/
H A Dntp_time_check.cpp30 const int64_t MISSTAKE_TIME = 50 * 1000; // 50s variable
59 if (misstake > MISSTAKE_TIME) { in CompareTime()