Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp114 if (countryCodeManager_ == nullptr) { in OnAddSystemAbility()
115 countryCodeManager_ = DelayedSingleton<CountryCodeManager>::GetInstance(); in OnAddSystemAbility()
117 if (countryCodeManager_ != nullptr) { in OnAddSystemAbility()
118 countryCodeManager_->ReSubscribeEvent(); in OnAddSystemAbility()
134 if (countryCodeManager_ == nullptr) { in OnRemoveSystemAbility()
135 countryCodeManager_ = DelayedSingleton<CountryCodeManager>::GetInstance(); in OnRemoveSystemAbility()
137 if (countryCodeManager_ != nullptr) { in OnRemoveSystemAbility()
138 countryCodeManager_->ReUnsubscribeEvent(); in OnRemoveSystemAbility()
157 if (countryCodeManager_ == nullptr) { in Init()
158 countryCodeManager_ = DelayedSingleton<CountryCodeManager>::GetInstance(); in Init()
[all …]
/base/location/services/location_locator/locator/include/
Dlocator_ability.h154 std::shared_ptr<CountryCodeManager> countryCodeManager_ = nullptr; variable