Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dreport_manager.h59 std::unique_ptr<Location> ApproximatelyLocation(const std::unique_ptr<Location>& location);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp260 finalLocation = ApproximatelyLocation(location); in GetPermittedLocation()
425 std::unique_ptr<Location> ReportManager::ApproximatelyLocation(const std::unique_ptr<Location>& loc… in ApproximatelyLocation() function in OHOS::Location::ReportManager