Home
last modified time | relevance | path

Searched refs:countryCodeManager_ (Results 1 – 2 of 2) sorted by relevance

/base/location/frameworks/native/source/
Dlocator_impl.cpp57 countryCodeManager_ = DelayedSingleton<CountryCodeManager>::GetInstance(); in LocatorImpl()
58 if (countryCodeManager_ != nullptr) { in LocatorImpl()
59 countryCodeManager_->ReSubscribeEvent(); in LocatorImpl()
65 if (countryCodeManager_ != nullptr) { in ~LocatorImpl()
66 countryCodeManager_->ReUnsubscribeEvent(); in ~LocatorImpl()
255 if (countryCodeManager_ == nullptr) { in RegisterCountryCodeCallback()
259 countryCodeManager_->RegisterCountryCodeCallback(callback, uid); in RegisterCountryCodeCallback()
265 if (countryCodeManager_ == nullptr) { in UnregisterCountryCodeCallback()
269 countryCodeManager_->UnregisterCountryCodeCallback(callback); in UnregisterCountryCodeCallback()
488 if (countryCodeManager_ == nullptr) { in GetIsoCountryCode()
[all …]
/base/location/interfaces/inner_api/include/
Dlocator_impl.h160 std::shared_ptr<CountryCodeManager> countryCodeManager_ = nullptr; variable