Lines Matching defs:callback
66 sptr<ILocatorCallback>& callback) in StartLocating()
71 void LocatorImpl::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating()
93 bool LocatorImpl::RegisterSwitchCallback(const sptr<IRemoteObject>& callback, pid_t uid) in RegisterSwitchCallback()
99 bool LocatorImpl::UnregisterSwitchCallback(const sptr<IRemoteObject>& callback) in UnregisterSwitchCallback()
105 bool LocatorImpl::RegisterGnssStatusCallback(const sptr<IRemoteObject>& callback, pid_t uid) in RegisterGnssStatusCallback()
111 bool LocatorImpl::UnregisterGnssStatusCallback(const sptr<IRemoteObject>& callback) in UnregisterGnssStatusCallback()
117 bool LocatorImpl::RegisterNmeaMessageCallback(const sptr<IRemoteObject>& callback, pid_t uid) in RegisterNmeaMessageCallback()
123 bool LocatorImpl::UnregisterNmeaMessageCallback(const sptr<IRemoteObject>& callback) in UnregisterNmeaMessageCallback()
129 bool LocatorImpl::RegisterCountryCodeCallback(const sptr<IRemoteObject>& callback, pid_t uid) in RegisterCountryCodeCallback()
135 bool LocatorImpl::UnregisterCountryCodeCallback(const sptr<IRemoteObject>& callback) in UnregisterCountryCodeCallback()
142 sptr<ICachedLocationsCallback>& callback) in RegisterCachedLocationCallback()
147 void LocatorImpl::UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallback()
322 sptr<ILocatorCallback>& callback) in StartLocatingV9()
328 LocationErrCode LocatorImpl::StopLocatingV9(sptr<ILocatorCallback>& callback) in StopLocatingV9()
340 LocationErrCode LocatorImpl::RegisterSwitchCallbackV9(const sptr<IRemoteObject>& callback) in RegisterSwitchCallbackV9()
346 LocationErrCode LocatorImpl::UnregisterSwitchCallbackV9(const sptr<IRemoteObject>& callback) in UnregisterSwitchCallbackV9()
352 LocationErrCode LocatorImpl::RegisterGnssStatusCallbackV9(const sptr<IRemoteObject>& callback) in RegisterGnssStatusCallbackV9()
358 LocationErrCode LocatorImpl::UnregisterGnssStatusCallbackV9(const sptr<IRemoteObject>& callback) in UnregisterGnssStatusCallbackV9()
364 LocationErrCode LocatorImpl::RegisterNmeaMessageCallbackV9(const sptr<IRemoteObject>& callback) in RegisterNmeaMessageCallbackV9()
370 LocationErrCode LocatorImpl::UnregisterNmeaMessageCallbackV9(const sptr<IRemoteObject>& callback) in UnregisterNmeaMessageCallbackV9()
376 LocationErrCode LocatorImpl::RegisterCountryCodeCallbackV9(const sptr<IRemoteObject>& callback) in RegisterCountryCodeCallbackV9()
382 LocationErrCode LocatorImpl::UnregisterCountryCodeCallbackV9(const sptr<IRemoteObject>& callback) in UnregisterCountryCodeCallbackV9()
389 sptr<ICachedLocationsCallback>& callback) in RegisterCachedLocationCallbackV9()
395 …onErrCode LocatorImpl::UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallbackV9()