Searched refs:OnCountryCodeChange (Results 1 – 8 of 8) sorted by relevance
36 virtual void OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) = 0;
35 void OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) override;
31 void OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) override;
30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() function in OHOS::Location::CountryCodeCallbackProxy
48 OnCountryCodeChange(countryCodePtr); in OnRemoteRequest()147 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() function in OHOS::Location::CountryCodeCallbackHost
62 callback->OnCountryCodeChange(country); in NotifyAllListener()
231 countryCodeCallbackProxy->OnCountryCodeChange(country);341 countryCodeCallbackProxy->OnCountryCodeChange(nullptr);
361 callbackHost->OnCountryCodeChange(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()