Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/callback/include/
H A Dlocator_callback_proxy.h31 class LocatorCallbackProxy : public IRemoteProxy<ILocatorCallback> {
33 explicit LocatorCallbackProxy(const sptr<IRemoteObject> &impl);
34 ~LocatorCallbackProxy() = default;
39 static inline BrokerDelegator<LocatorCallbackProxy> delegator_;
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocator_callback_proxy.cpp26 LocatorCallbackProxy::LocatorCallbackProxy(const sptr<IRemoteObject> &impl) in LocatorCallbackProxy() function in OHOS::Location::LocatorCallbackProxy
32 void LocatorCallbackProxy::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
62 void LocatorCallbackProxy::OnLocatingStatusChange(const int status) in OnLocatingStatusChange()
77 void LocatorCallbackProxy::OnErrorReport(const int errorCode) in OnErrorReport()
/ohos5.0/base/location/test/location_locator/source/
H A Dcallback_test.cpp127 new (std::nothrow) LocatorCallbackProxy(locatorCallbackHost);
142 new (std::nothrow) LocatorCallbackProxy(locatorCallbackHost);
158 new (std::nothrow) LocatorCallbackProxy(locatorCallbackHost);