Home
last modified time | relevance | path

Searched refs:OnCountryCodeChange (Results 1 – 8 of 8) sorted by relevance

/base/location/interfaces/inner_api/include/
Di_country_code_callback.h36 virtual void OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) = 0;
Dcountry_code_callback_host.h35 void OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) override;
/base/location/services/location_locator/callback/include/
Dcountry_code_callback_proxy.h31 void OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) override;
/base/location/services/location_locator/callback/source/
Dcountry_code_callback_proxy.cpp30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() function in OHOS::Location::CountryCodeCallbackProxy
/base/location/frameworks/native/source/
Dcountry_code_callback_host.cpp48 OnCountryCodeChange(countryCodePtr); in OnRemoteRequest()
147 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() function in OHOS::Location::CountryCodeCallbackHost
Dcountry_code_manager.cpp62 callback->OnCountryCodeChange(country); in NotifyAllListener()
/base/location/test/location_locator/source/
Dcallback_test.cpp231 countryCodeCallbackProxy->OnCountryCodeChange(country);
341 countryCodeCallbackProxy->OnCountryCodeChange(nullptr);
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp361 callbackHost->OnCountryCodeChange(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()