Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_cached_locations_callback.h31 … virtual void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) = 0;
/ohos5.0/base/location/services/location_locator/callback/include/
H A Dcached_locations_callback_proxy.h33 void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) override;
/ohos5.0/base/location/test/location_gnss/mock/include/
H A Dmock_cached_locations_callback_host.h37 …MOCK_METHOD(void, OnCacheLocationsReport, (const std::vector<std::unique_ptr<Location>>& locations…
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dcached_locations_callback_proxy.cpp29 void CachedLocationsCallbackProxy::OnCacheLocationsReport(const std::vector<std::unique_ptr<Locatio… in OnCacheLocationsReport() function in OHOS::Location::CachedLocationsCallbackProxy
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dcached_locations_callback_napi.h43 void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) override;
/ohos5.0/base/location/test/location_locator/source/
H A Dcallback_test.cpp78 cachedLocationsCallbackProxy->OnCacheLocationsReport(locations);
245 cachedCallbackHost->OnCacheLocationsReport(locationsForReport);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dcached_locations_callback_napi.cpp216 void CachedLocationsCallbackNapi::OnCacheLocationsReport(const std::vector<std::unique_ptr<Location… in OnCacheLocationsReport() function in OHOS::Location::CachedLocationsCallbackNapi
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.cpp140 cachedCallbackHost->OnCacheLocationsReport(locationsForReport); in CachedLocationsCallbackHostFuzzerTest()