Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/callback/include/
H A Dcountry_code_callback_proxy.h27 class CountryCodeCallbackProxy : public IRemoteProxy<ICountryCodeCallback> {
29 explicit CountryCodeCallbackProxy(const sptr<IRemoteObject> &impl);
30 ~CountryCodeCallbackProxy() = default;
33 static inline BrokerDelegator<CountryCodeCallbackProxy> delegator_;
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dcountry_code_callback_proxy.cpp25 CountryCodeCallbackProxy::CountryCodeCallbackProxy(const sptr<IRemoteObject> &impl) in CountryCodeCallbackProxy() function in OHOS::Location::CountryCodeCallbackProxy
30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
/ohos5.0/base/location/test/location_locator/source/
H A Dcallback_test.cpp221 new (std::nothrow) CountryCodeCallbackProxy(countryCodeCallbackHost);
337 new (std::nothrow) CountryCodeCallbackProxy(countryCodeCallbackHost);