Home
last modified time | relevance | path

Searched refs:OnCacheLocationsReport (Results 1 – 8 of 8) sorted by relevance

/base/location/interfaces/inner_api/include/
Di_cached_locations_callback.h31 … virtual void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) = 0;
Dcached_locations_callback_host.h41 void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) override;
/base/location/services/location_locator/callback/include/
Dcached_locations_callback_proxy.h33 void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) override;
/base/location/test/location_gnss/mock/include/
Dmock_cached_locations_callback_host.h37 …MOCK_METHOD(void, OnCacheLocationsReport, (const std::vector<std::unique_ptr<Location>>& locations…
/base/location/services/location_locator/callback/source/
Dcached_locations_callback_proxy.cpp29 void CachedLocationsCallbackProxy::OnCacheLocationsReport(const std::vector<std::unique_ptr<Locatio… in OnCacheLocationsReport() function in OHOS::Location::CachedLocationsCallbackProxy
/base/location/test/location_locator/source/
Dcallback_test.cpp81 cachedLocationsCallbackProxy->OnCacheLocationsReport(locations);
247 cachedCallbackHost->OnCacheLocationsReport(locationsForReport);
/base/location/frameworks/native/source/
Dcached_locations_callback_host.cpp150 void CachedLocationsCallbackHost::OnCacheLocationsReport(const std::vector<std::unique_ptr<Location… in OnCacheLocationsReport() function in OHOS::Location::CachedLocationsCallbackHost
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp341 cachedCallbackHost->OnCacheLocationsReport(locationsForReport); in CachedLocationsCallbackHostFuzzerTest()