Searched refs:countryCodeManager_ (Results 1 – 2 of 2) sorted by relevance
57 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 …]
160 std::shared_ptr<CountryCodeManager> countryCodeManager_ = nullptr; variable