Searched refs:OnCacheLocationsReport (Results 1 – 8 of 8) sorted by relevance
31 … virtual void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) = 0;
41 void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) override;
33 void OnCacheLocationsReport(const std::vector<std::unique_ptr<Location>>& locations) override;
37 …MOCK_METHOD(void, OnCacheLocationsReport, (const std::vector<std::unique_ptr<Location>>& locations…
29 void CachedLocationsCallbackProxy::OnCacheLocationsReport(const std::vector<std::unique_ptr<Locatio… in OnCacheLocationsReport() function in OHOS::Location::CachedLocationsCallbackProxy
81 cachedLocationsCallbackProxy->OnCacheLocationsReport(locations);247 cachedCallbackHost->OnCacheLocationsReport(locationsForReport);
150 void CachedLocationsCallbackHost::OnCacheLocationsReport(const std::vector<std::unique_ptr<Location… in OnCacheLocationsReport() function in OHOS::Location::CachedLocationsCallbackHost
341 cachedCallbackHost->OnCacheLocationsReport(locationsForReport); in CachedLocationsCallbackHostFuzzerTest()