Home
last modified time | relevance | path

Searched refs:GetIsoCountryCode (Results 1 – 15 of 15) sorted by relevance

/base/location/test/fuzztest/locator/countrycodemanager_fuzzer/
Dcountrycodemanager_fuzzer.cpp29 countryCodeManager->GetIsoCountryCode(); in CountrycodeManagerFuzzTest()
/base/telephony/cellular_call/services/common/include/
Dmodule_service_utils.h51 std::string GetIsoCountryCode(int32_t slotId);
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp199 std::shared_ptr<CountryCode> CountryCodeManager::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::CountryCodeManager
288 manager->GetIsoCountryCode(); in SubscribeLocaleConfigEvent()
335 manager->GetIsoCountryCode(); in OnLocationReport()
362 manager->GetIsoCountryCode(); in OnReceiveEvent()
380 manager->GetIsoCountryCode(); in OnReceiveEvent()
Dlocator_impl.cpp485 std::shared_ptr<CountryCode> LocatorImpl::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::LocatorImpl
492 return countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCode()
994 countryCode = countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCodeV9()
/base/location/frameworks/js/napi/include/
Dlocation_napi_adapter.h39 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info);
/base/location/interfaces/inner_api/include/
Dcountry_code_manager.h38 std::shared_ptr<CountryCode> GetIsoCountryCode();
Dlocator_impl.h76 std::shared_ptr<CountryCode> GetIsoCountryCode();
Dlocator.h72 virtual std::shared_ptr<CountryCode> GetIsoCountryCode() = 0;
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp66 std::string ModuleServiceUtils::GetIsoCountryCode(int32_t slotId) in GetIsoCountryCode() function in OHOS::Telephony::ModuleServiceUtils
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp170 DECLARE_NAPI_FUNCTION("getCountryCode", GetIsoCountryCode), in InitManager()
Dlocation_napi_adapter.cpp732 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
/base/location/test/location_locator/source/
Dcountry_code_manager_test.cpp41 EXPECT_NE(nullptr, countryCodeManager->GetIsoCountryCode());
Dlocator_service_test.cpp1370 EXPECT_NE(nullptr, locatorImpl->GetIsoCountryCode());
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp391 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp187 g_locatorImpl->GetIsoCountryCode(); in LocatorImplFuzzerTest()