Searched refs:CountryCodeManager (Results 1 – 5 of 5) sorted by relevance
35 CountryCodeManager* CountryCodeManager::GetInstance() in GetInstance()37 static CountryCodeManager data; in GetInstance()41 CountryCodeManager::CountryCodeManager() in CountryCodeManager() function in OHOS::Location::CountryCodeManager50 CountryCodeManager::~CountryCodeManager() in ~CountryCodeManager()54 void CountryCodeManager::NotifyAllListener() in NotifyAllListener()117 bool CountryCodeManager::IsCountryCodeRegistered() in IsCountryCodeRegistered()258 bool CountryCodeManager::SubscribeSimEvent() in SubscribeSimEvent()316 bool CountryCodeManager::UnsubscribeSimEvent() in UnsubscribeSimEvent()382 CountryCodeManager::SimSubscriber::SimSubscriber( in SimSubscriber()400 void CountryCodeManager::ReSubscribeEvent() in ReSubscribeEvent()[all …]
281 auto countryCodeManager = CountryCodeManager::GetInstance(); in RegisterCountryCodeCallback()303 auto countryCodeManager = CountryCodeManager::GetInstance(); in UnregisterCountryCodeCallback()516 auto countryCodeManager = CountryCodeManager::GetInstance(); in GetIsoCountryCode()866 auto countryCodeManager = CountryCodeManager::GetInstance(); in RegisterCountryCodeCallbackV9()889 auto countryCodeManager = CountryCodeManager::GetInstance(); in UnregisterCountryCodeCallbackV9()1096 auto countryCodeManager = CountryCodeManager::GetInstance(); in GetIsoCountryCodeV9()
32 auto countryCodeManager = CountryCodeManager::GetInstance(); in TearDown()42 auto countryCodeManager = CountryCodeManager::GetInstance();52 auto countryCodeManager = CountryCodeManager::GetInstance();65 auto countryCodeManager = CountryCodeManager::GetInstance();77 auto countryCodeManager = CountryCodeManager::GetInstance();90 auto countryCodeManager = CountryCodeManager::GetInstance();114 auto countryCodeManager = CountryCodeManager::GetInstance();131 auto countryCodeManager = CountryCodeManager::GetInstance();148 auto countryCodeManager = CountryCodeManager::GetInstance();166 auto countryCodeManager = CountryCodeManager::GetInstance();[all …]
35 class CountryCodeManager {37 CountryCodeManager();38 ~CountryCodeManager();45 static CountryCodeManager* GetInstance();
31 auto countryCodeManager = CountryCodeManager::GetInstance(); in CountrycodeManagerFuzzTest()