Home
last modified time | relevance | path

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

/base/location/test/fuzztest/locator/countrycodemanager_fuzzer/
Dcountrycodemanager_fuzzer.cpp29 countryCodeManager->GetIsoCountryCode(); in CountrycodeManagerFuzzTest()
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp226 std::shared_ptr<CountryCode> CountryCodeManager::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::CountryCodeManager
317 manager->GetIsoCountryCode(); in SubscribeLocaleConfigEvent()
364 manager->GetIsoCountryCode(); in OnLocationReport()
391 manager->GetIsoCountryCode(); in OnReceiveEvent()
409 manager->GetIsoCountryCode(); in OnReceiveEvent()
Dlocator_impl.cpp483 std::shared_ptr<CountryCode> LocatorImpl::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::LocatorImpl
490 return countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCode()
1027 countryCode = countryCodeManager_->GetIsoCountryCode(); in GetIsoCountryCodeV9()
/base/telephony/cellular_call/services/common/include/
Dmodule_service_utils.h51 std::string GetIsoCountryCode(int32_t slotId);
/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.h72 virtual std::shared_ptr<CountryCode> GetIsoCountryCode() = 0;
Dlocator_impl.h257 std::shared_ptr<CountryCode> GetIsoCountryCode();
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp65 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.cpp1374 EXPECT_NE(nullptr, locatorImpl->GetIsoCountryCode());
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp406 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()