Searched refs:GetIsoCountryCode (Results 1 – 14 of 14) sorted by relevance
29 countryCodeManager->GetIsoCountryCode(); in CountrycodeManagerFuzzTest()
226 std::shared_ptr<CountryCode> CountryCodeManager::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::CountryCodeManager317 manager->GetIsoCountryCode(); in SubscribeLocaleConfigEvent()364 manager->GetIsoCountryCode(); in OnLocationReport()391 manager->GetIsoCountryCode(); in OnReceiveEvent()409 manager->GetIsoCountryCode(); in OnReceiveEvent()
483 std::shared_ptr<CountryCode> LocatorImpl::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::LocatorImpl490 return countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCode()1027 countryCode = countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCodeV9()
51 std::string GetIsoCountryCode(int32_t slotId);
39 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info);
38 std::shared_ptr<CountryCode> GetIsoCountryCode();
72 virtual std::shared_ptr<CountryCode> GetIsoCountryCode() = 0;
257 std::shared_ptr<CountryCode> GetIsoCountryCode();
65 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());
1374 EXPECT_NE(nullptr, locatorImpl->GetIsoCountryCode());
406 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()