Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
H A Dreport_manager.h53 std::map<int, std::shared_ptr<Location>> lastLocationsMap_; member in OHOS::Location::ReportManager
/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp321 lastLocationsMap_[currentUserId] = std::make_shared<Location>(*location); in UpdateLastLocation()
330 auto iter = lastLocationsMap_.find(currentUserId); in GetLastLocation()
331 if (iter == lastLocationsMap_.end()) { in GetLastLocation()

Completed in 2 milliseconds