Home
last modified time | relevance | path

Searched refs:ICachedLocationsCallback (Results 1 - 21 of 21) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Di_cached_locations_callback.h25 class ICachedLocationsCallback : public IRemoteBroker { class
30 DECLARE_INTERFACE_DESCRIPTOR(u"location.ICachedLocationsCallback");
H A Dlocator_proxy.h64 sptr<ICachedLocationsCallback>& callback, std::string bundleName);
65 int UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback);
103 sptr<ICachedLocationsCallback>& callback, std::string bundleName);
104 LocationErrCode UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback);
H A Dlocator.h62 sptr<ICachedLocationsCallback>& callback) = 0;
63 virtual void UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback) = 0;
98 sptr<ICachedLocationsCallback>& callback) = 0;
99 virtual LocationErrCode UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback) = 0;
H A Dlocator_impl.h174 sptr<ICachedLocationsCallback>& callback);
182 void UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback);
433 sptr<ICachedLocationsCallback>& callback);
441 LocationErrCode UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback);
/base/location/services/location_locator/callback/include/
H A Dcached_locations_callback_proxy.h29 class CachedLocationsCallbackProxy : public IRemoteProxy<ICachedLocationsCallback> {
/base/location/services/location_locator/callback/source/
H A Dcached_locations_callback_proxy.cpp25 : IRemoteProxy<ICachedLocationsCallback>(impl) in CachedLocationsCallbackProxy()
/base/location/frameworks/cj/include/
H A Dcached_locations_callback.h28 class CachedLocationsCallback : public IRemoteStub<Location::ICachedLocationsCallback> {
/base/location/frameworks/js/napi/include/
H A Dcached_locations_callback_napi.h35 class CachedLocationsCallbackNapi : public IRemoteStub<ICachedLocationsCallback> {
H A Dlocation_napi_event.h76 void UnSubscribeCacheLocationChange(sptr<ICachedLocationsCallback>& callback);
109 LocationErrCode UnSubscribeCacheLocationChangeV9(sptr<ICachedLocationsCallback>& callback);
/base/location/frameworks/cj/source/
H A Dcached_locations_callback.cpp55 case Location::ICachedLocationsCallback::RECEIVE_CACHED_LOCATIONS_EVENT: { in OnRemoteRequest()
H A Dgeolocationmanager_impl.cpp582 auto cachedCallback = sptr<Location::ICachedLocationsCallback>(cachedCallbackHost); in OnCachedGnssLocationsChange()
605 auto cachedCallback = sptr<Location::ICachedLocationsCallback>(*it); in OffCachedGnssLocationsChange()
626 auto cachedCallback = sptr<Location::ICachedLocationsCallback>(*it); in OffCachedGnssLocationsChangeAll()
/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp170 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost); in HWTEST_F()
295 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost); in HWTEST_F()
H A Dlocator_service_test.cpp899 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedCallbackHost); in HWTEST_F()
937 sptr<ICachedLocationsCallback> cachedCallback = nullptr; in HWTEST_F()
1471 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost); in HWTEST_F()
1610 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost); in HWTEST_F()
H A Dlocator_impl_test.cpp433 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost); in HWTEST_F()
/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h127 sptr<ICachedLocationsCallback>& callback, std::string bundleName);
128 LocationErrCode UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback);
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp265 sptr<ICachedLocationsCallback>& callback, std::string bundleName) in RegisterCachedLocationCallback()
285 int LocatorProxy::UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallback()
748 sptr<ICachedLocationsCallback>& callback, std::string bundleName) in RegisterCachedLocationCallbackV9()
769 LocationErrCode LocatorProxy::UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallbackV9()
H A Dlocator_impl.cpp312 sptr<ICachedLocationsCallback>& callback) in RegisterCachedLocationCallback()
325 void LocatorImpl::UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallback()
898 sptr<ICachedLocationsCallback>& callback) in RegisterCachedLocationCallbackV9()
913 LocationErrCode LocatorImpl::UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallbackV9()
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp313 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedCallbackHost); in SubscribeCacheLocationChange()
328 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedCallbackHost); in SubscribeCacheLocationChangeV9()
610 void UnSubscribeCacheLocationChange(sptr<ICachedLocationsCallback>& callback) in UnSubscribeCacheLocationChange()
617 LocationErrCode UnSubscribeCacheLocationChangeV9(sptr<ICachedLocationsCallback>& callback) in UnSubscribeCacheLocationChangeV9()
1124 auto cachedCallback = sptr<ICachedLocationsCallback>(callbackHost); in OffAllCachedGnssLocationsReportingCallback()
1286 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedCallbackHost); in OffCachedGnssLocationsReportingCallback()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp321 sptr<ICachedLocationsCallback> cachedCallback = iface_cast<ICachedLocationsCallback>(callback); in RegisterCachedCallback()
338 sptr<ICachedLocationsCallback> cachedCallback = iface_cast<ICachedLocationsCallback>(callback); in UnregisterCachedCallback()
/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp621 sptr<ICachedLocationsCallback> callback = iface_cast<ICachedLocationsCallback>(remoteObject); in PreStartCacheLocating()
640 sptr<ICachedLocationsCallback> callback = iface_cast<ICachedLocationsCallback>(remoteObject); in PreStopCacheLocating()
H A Dlocator_ability.cpp628 sptr<ICachedLocationsCallback>& callback, std::string bundleName) in RegisterCachedLocationCallback()
644 LocationErrCode LocatorAbility::UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback) in UnregisterCachedLocationCallback()

Completed in 26 milliseconds