Home
last modified time | relevance | path

Searched refs:CachedLocationsCallbackProxy (Results 1 – 3 of 3) sorted by relevance

/base/location/services/location_locator/callback/include/
Dcached_locations_callback_proxy.h29 class CachedLocationsCallbackProxy : public IRemoteProxy<ICachedLocationsCallback> {
31 explicit CachedLocationsCallbackProxy(const sptr<IRemoteObject> &impl);
32 ~CachedLocationsCallbackProxy() = default;
35 static inline BrokerDelegator<CachedLocationsCallbackProxy> delegator_;
/base/location/services/location_locator/callback/source/
Dcached_locations_callback_proxy.cpp24 CachedLocationsCallbackProxy::CachedLocationsCallbackProxy(const sptr<IRemoteObject> &impl) in CachedLocationsCallbackProxy() function in OHOS::Location::CachedLocationsCallbackProxy
29 void CachedLocationsCallbackProxy::OnCacheLocationsReport(const std::vector<std::unique_ptr<Locatio… in OnCacheLocationsReport()
/base/location/test/location_locator/source/
Dcallback_test.cpp58 new (std::nothrow) CachedLocationsCallbackProxy(cachedLocationsCallbackHost);