Home
last modified time | relevance | path

Searched defs:cacheLocation (Results 1 – 3 of 3) sorted by relevance

/base/location/services/location_locator/locator/source/
Dreport_manager.cpp414 std::unique_ptr<Location> cacheLocation = nullptr; in GetCacheLocation() local
Dlocator_ability.cpp1355 auto cacheLocation = reportManager_->GetCacheLocation(request); in NeedReportCacheLocation() local
1367 const sptr<ILocatorCallback>& callback, std::unique_ptr<Location>& cacheLocation) in ReportSingleCacheLocation()
1399 const sptr<ILocatorCallback>& callback, std::unique_ptr<Location>& cacheLocation) in ReportCacheLocation()
/base/location/test/location_manager/source/
Dlocator_ability_test.cpp1042 auto cacheLocation = locatorAbility->reportManager_->GetCacheLocation(request); variable