Home
last modified time | relevance | path

Searched refs:ICountryCodeCallback (Results 1 - 10 of 10) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Di_country_code_callback.h25 class ICountryCodeCallback : public IRemoteBroker { class
31 DECLARE_INTERFACE_DESCRIPTOR(u"location.ICountryCodeCallback");
/base/location/services/location_locator/callback/include/
H A Dcountry_code_callback_proxy.h27 class CountryCodeCallbackProxy : public IRemoteProxy<ICountryCodeCallback> {
/base/location/frameworks/native/locator_sdk/include/
H A Dcountry_code_callback_host.h25 class CountryCodeCallbackHost : public IRemoteStub<ICountryCodeCallback> {
/base/location/services/location_locator/callback/source/
H A Dcountry_code_callback_proxy.cpp26 : IRemoteProxy<ICountryCodeCallback>(impl) in CountryCodeCallbackProxy()
/base/location/frameworks/cj/include/
H A Dcountry_code_callback.h28 class CountryCodeCallback : public IRemoteStub<Location::ICountryCodeCallback> {
/base/location/frameworks/js/napi/include/
H A Dcountry_code_callback_napi.h30 class CountryCodeCallbackNapi : public IRemoteStub<ICountryCodeCallback> {
/base/location/frameworks/cj/source/
H A Dcountry_code_callback.cpp48 case Location::ICountryCodeCallback::COUNTRY_CODE_CHANGE_EVENT: { in OnRemoteRequest()
H A Dgeolocationmanager_impl.cpp772 auto callbackPtr = sptr<Location::ICountryCodeCallback>(callbackHost); in OnCountryCodeChange()
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp64 sptr<ICountryCodeCallback> countryCodeCallback = iface_cast<ICountryCodeCallback>(callback); in NotifyAllListener()
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp257 auto callbackPtr = sptr<ICountryCodeCallback>(callbackHost); in SubscribeCountryCodeChange()
267 auto callbackPtr = sptr<ICountryCodeCallback>(callbackHost); in SubscribeCountryCodeChangeV9()

Completed in 7 milliseconds