Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/ntp/
H A Dntp_time_check.h25 const int64_t DEFAULT_UNCERTAINTY = 30; variable
38 int difference_ = DEFAULT_UNCERTAINTY;
/ohos5.0/base/location/services/location_gnss/gnss/source/ntp/
H A Dntp_time_check.cpp80 return (difference_ > DEFAULT_UNCERTAINTY) ? difference_ : DEFAULT_UNCERTAINTY; in GetUncertainty()