Home
last modified time | relevance | path

Searched refs:cacheNlpLocation_ (Results 1 - 2 of 2) sorted by relevance

/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp309 cacheNlpLocation_ = *location; in UpdateCacheLocation()
352 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
353 (curTime - cacheNlpLocation_.GetTimeStamp() / MILLI_PER_SEC) <= WHITE_FIX_CACHED_TIME) { in GetCacheLocation()
354 cacheLocation = std::make_unique<Location>(cacheNlpLocation_); in GetCacheLocation()
360 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
361 (curTime - cacheNlpLocation_.GetTimeStamp() / MILLI_PER_SEC) <= NLP_FIX_CACHED_TIME) { in GetCacheLocation()
362 cacheLocation = std::make_unique<Location>(cacheNlpLocation_); in GetCacheLocation()
/base/location/services/location_locator/locator/include/
H A Dreport_manager.h55 Location cacheNlpLocation_; member in OHOS::Location::ReportManager

Completed in 2 milliseconds