Searched refs:CountryCodeCallbackProxy (Results 1 – 3 of 3) sorted by relevance
27 class CountryCodeCallbackProxy : public IRemoteProxy<ICountryCodeCallback> {29 explicit CountryCodeCallbackProxy(const sptr<IRemoteObject> &impl);30 ~CountryCodeCallbackProxy() = default;33 static inline BrokerDelegator<CountryCodeCallbackProxy> delegator_;
25 CountryCodeCallbackProxy::CountryCodeCallbackProxy(const sptr<IRemoteObject> &impl) in CountryCodeCallbackProxy() function in OHOS::Location::CountryCodeCallbackProxy30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
221 new (std::nothrow) CountryCodeCallbackProxy(countryCodeCallbackHost);337 new (std::nothrow) CountryCodeCallbackProxy(countryCodeCallbackHost);