Searched refs:LocatorCallbackProxy (Results 1 – 3 of 3) sorted by relevance
31 class LocatorCallbackProxy : public IRemoteProxy<ILocatorCallback> {33 explicit LocatorCallbackProxy(const sptr<IRemoteObject> &impl);34 ~LocatorCallbackProxy() = default;39 static inline BrokerDelegator<LocatorCallbackProxy> delegator_;
26 LocatorCallbackProxy::LocatorCallbackProxy(const sptr<IRemoteObject> &impl) in LocatorCallbackProxy() function in OHOS::Location::LocatorCallbackProxy32 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()
127 new (std::nothrow) LocatorCallbackProxy(locatorCallbackHost);142 new (std::nothrow) LocatorCallbackProxy(locatorCallbackHost);158 new (std::nothrow) LocatorCallbackProxy(locatorCallbackHost);