Searched refs:GetIsoCountryCode (Results 1 – 15 of 15) sorted by relevance
29 countryCodeManager->GetIsoCountryCode(); in CountrycodeManagerFuzzTest()
51 std::string GetIsoCountryCode(int32_t slotId);
199 std::shared_ptr<CountryCode> CountryCodeManager::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::CountryCodeManager288 manager->GetIsoCountryCode(); in SubscribeLocaleConfigEvent()335 manager->GetIsoCountryCode(); in OnLocationReport()362 manager->GetIsoCountryCode(); in OnReceiveEvent()380 manager->GetIsoCountryCode(); in OnReceiveEvent()
485 std::shared_ptr<CountryCode> LocatorImpl::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::LocatorImpl492 return countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCode()994 countryCode = countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCodeV9()
39 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info);
38 std::shared_ptr<CountryCode> GetIsoCountryCode();
76 std::shared_ptr<CountryCode> GetIsoCountryCode();
72 virtual std::shared_ptr<CountryCode> GetIsoCountryCode() = 0;
66 std::string ModuleServiceUtils::GetIsoCountryCode(int32_t slotId) in GetIsoCountryCode() function in OHOS::Telephony::ModuleServiceUtils
170 DECLARE_NAPI_FUNCTION("getCountryCode", GetIsoCountryCode), in InitManager()
732 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
41 EXPECT_NE(nullptr, countryCodeManager->GetIsoCountryCode());
1370 EXPECT_NE(nullptr, locatorImpl->GetIsoCountryCode());
391 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
187 g_locatorImpl->GetIsoCountryCode(); in LocatorImplFuzzerTest()