Home
last modified time | relevance | path

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

/base/location/test/fuzztest/locator/countrycodemanager_fuzzer/
H A Dcountrycodemanager_fuzzer.cpp32 countryCodeManager->GetIsoCountryCode(); in CountrycodeManagerFuzzTest()
/base/telephony/cellular_call/services/utils/include/
H A Dmodule_service_utils.h51 std::string GetIsoCountryCode(int32_t slotId);
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp211 std::shared_ptr<CountryCode> CountryCodeManager::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::CountryCodeManager
213 LBSLOGD(COUNTRY_CODE, "CountryCodeManager::GetIsoCountryCode"); in GetIsoCountryCode()
303 manager->GetIsoCountryCode(); in SubscribeLocaleConfigEvent()
350 manager->GetIsoCountryCode(); in OnLocationReport()
377 manager->GetIsoCountryCode(); in OnReceiveEvent()
395 manager->GetIsoCountryCode(); in OnReceiveEvent()
H A Dlocator_impl.cpp512 std::shared_ptr<CountryCode> LocatorImpl::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::LocatorImpl
514 LBSLOGD(LOCATOR_STANDARD, "LocatorImpl::GetIsoCountryCode()"); in GetIsoCountryCode()
520 return countryCodeManager->GetIsoCountryCode(); in GetIsoCountryCode()
1100 countryCode = countryCodeManager->GetIsoCountryCode(); in GetIsoCountryCodeV9()
/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h39 std::shared_ptr<CountryCode> GetIsoCountryCode();
H A Dlocator.h70 virtual std::shared_ptr<CountryCode> GetIsoCountryCode() = 0;
H A Dlocator_impl.h252 std::shared_ptr<CountryCode> GetIsoCountryCode();
/base/location/frameworks/js/napi/include/
H A Dlocation_napi_adapter.h43 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info);
/base/telephony/cellular_call/services/utils/src/
H A Dmodule_service_utils.cpp65 std::string ModuleServiceUtils::GetIsoCountryCode(int32_t slotId) in GetIsoCountryCode() function in OHOS::Telephony::ModuleServiceUtils
/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp43 EXPECT_NE(nullptr, countryCodeManager->GetIsoCountryCode()); in HWTEST_F()
H A Dlocator_service_test.cpp1330 EXPECT_NE(nullptr, locatorImpl->GetIsoCountryCode()); in HWTEST_F()
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_entry.cpp297 DECLARE_NAPI_FUNCTION("getCountryCode", GetIsoCountryCode), in InitManager()
H A Dlocation_napi_adapter.cpp736 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
757 LBSLOGE(LOCATOR_STANDARD, "GetIsoCountryCode data == nullptr"); in CreateReverseGeocodeAsyncContext()
770 LBSLOGE(LOCATOR_STANDARD, "GetIsoCountryCode data == nullptr"); in CreateReverseGeocodeAsyncContext()
780 LBSLOGI(LOCATOR_STANDARD, "Push GetIsoCountryCode result to client"); in CreateReverseGeocodeAsyncContext()
/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp421 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1278 moduleServiceUtils.GetIsoCountryCode(SIM1_SLOTID); in HWTEST_F()

Completed in 15 milliseconds